These are general overviews of the processes we use to simulate erosion and to determine the most vulnerable areas of the coastline. We use a 2D array to represent plots of land.
To simulate erosion, we do the following:
Here is how one timestep would look on this table, setting $a = 0.2$ and $b = 0.1$.
Note that our erosion constants $a$ and $b$ are reduced if there is a tree in neighboring cell.
For tree placement, we do the following:
Here is where our algorithm would plant three trees on this coastline array.
!jupyter nbconvert --to html Schematic.ipynb
[NbConvertApp] Converting notebook Schematic.ipynb to html