gowachin / matreex

LESSEM internal package for simulation of forest dynamic depending on climatic variables
https://gowachin.github.io/matreex/
Other
3 stars 0 forks source link

Spatial mosaic with multiple species. #15

Open gowachin opened 1 year ago

gowachin commented 1 year ago

The idea is to have different forest that communicate the recruitment between them.

Now we need to find a clever way to code this...

Identified steps I can think of now

kunstler commented 1 year ago

For the mosaic with N patches the recruitment rate of species $s$ is given by $1/N \times \sum_{k=1}^N \alphas *BA{sk}^{\beta_s}$

For the immigration from a regional pool with constant species abundance $R_s$ the recruitment would be $\alphas *BA{sk}^{\beta_s} + m \times R_s$

gowachin commented 8 months ago

Issue using target: #23