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.
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 thePModel
andSubdailyPModel
then gets rather overloaded with arguments and settings in the signature. It is probably cleaner to break thekphio
implementations out into a new ABC that allows new approaches to be added with disrupting the PModel API.