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

Initialisation of lag #30

Open gowachin opened 5 months ago

gowachin commented 5 months ago

At the start of a simulation, the distribution of the number of trees in the size classes is drawn at random and multiplied by the desired basal area.

In this case, the lag is not initialized, and this causes a time when recruitment is not linked to the status of the population. The size classes linked to the lag are gradually filled by recruitment.

To modify this method, the lag can be filled as a function of the time taken to move from one class to another, using the following equation:

$n_{lagi} = \frac{1}{ \frac{\Delta d{m1}}{ \tilde{g} }} \times n_{t0,m1}$

With :

I'm testing this idea below :

gowachin commented 5 months ago

Test starting from equilibium but with unif lag, equil lag or without lag.