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.
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 fromindividual.h
and therefore needed a compatible signature instrategy.h
. Because the FF16 strategy implements it's ownnet_mass_production_dt
anyway, I don't think this changes anything, but I haven't run the tests yet.