Closed kunstler closed 2 years ago
This was incorporated with fae39ef and more functions to initiate a population where added to the package 7c368a1.
We can now modify the def_init
with def_initBA(BA = 20)
to set an initial basal area of 20. This allow to conserve some random effect to simulation while fixing the basal area.
We can also define a starting distribution (for example the equilibrium) with the function def_init_k(x)
by providing a initial vector x that must be the same size as the mesh (and with at least one value > 0).
The default init_pop function
This can lead to problem when basal area drop below 1 (as in teh current version there is no IPM for BA 0)
Maybe change to