ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
23 stars 9 forks source link

Additional kphio method using aridity and temperature #266

Closed davidorme closed 1 month ago

davidorme commented 3 months ago

David Sandoval is working on a new calculation for the kphio parameter that includes modulation by temperature and aridity. It would be good to include this functionality for the upcoming workshop.

The bigger picture here is that the kphio handling in the PModel and SubdailyPModel then gets rather overloaded with arguments and settings in the signature. It is probably cleaner to break the kphio implementations out into a new ABC that allows new approaches to be added with disrupting the PModel API.