ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Animal - review maximum mass logic #468

Open TaranRallings opened 3 months ago

TaranRallings commented 3 months ago

Is your feature request related to a problem? Please describe. In the Madingley natural mortality framework there is a max_mass variable that is not properly explained. The current solution is to say that max_mass is equal to the functional group's adult_mass trait.

Describe the solution you'd like Review the Madingley paper and code base to find out exactly what they mean by max_mass and implement that version.