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
19 stars 8 forks source link

Create integrate `pyrealm.splash` modules #128

Closed davidorme closed 8 months ago

davidorme commented 11 months ago

Once the core functions and constants have been created (#123 and #126) and adopted into pyrealm then the splash module can be added as an integrated submodule of pyrealm. That should include the main SplashModel, DailySolarFluxes and DailyEvaporativeFluxes classes, with the core being used for other functionality.

There are almost certainly some other helper functions kicking about that will need a new home.

davidorme commented 8 months ago

This is complete in #69. That also moves the splash.calendar.py utility functions into core.calendar.py and removes the now redundant splash.const.py