Closed evadelmas closed 1 year ago
To do:
I just realized that the extinction callback needs to be adjusted to avoid monitoring nutrients (added to the todo list above).
Wops, sorry @evadelmas I did not realize that you issued comments here before I finished my review. I'm addressing them rn :)
This feature continues in #124.
Closed by #124.
:sparkles: New feature: Nutrient intake model
This PR includes some changes in the code architecture:
producer_growth
field inModelParameters
: this field contains the model for producer growth and the corresponding parameters. For now it can be one of eitherLogisticGrowth
(with parametersK
andα
) orNutrientIntake
(with all corresponding parameters)K
(carrying capacity) moved fromenvironment
toproducer_growth
α
moved toproducer_growth