traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Add time varying growth and mortality #380

Open aornugent opened 7 months ago

aornugent commented 7 months ago

We implemented an FF16 variant with extrinsic drivers for growth and mortality.

There was a minor hiccup in our change to net_mass_production_dt because this is called from individual.h and therefore needed a compatible signature in strategy.h. Because the FF16 strategy implements it's own net_mass_production_dt anyway, I don't think this changes anything, but I haven't run the tests yet.