rsofun
rsofun copied to clipboard
Implements the Simulating Optimal FUNctioning framework for site-scale simulations of ecosystem processes, including model calibration. It contains Fortran 90 modules for the P-model, SPLASH, and Biom...
- Safety check on forcing variables to avoid crash when `netrad` is missing - Verbose option for calibration
I noted the following things that I believe will make it difficult to maintain the codebase in the future: - Mixing of attributes from different models in a same top-level...
This is the discussion thread for planning the merge of the `phydro` branch into the main model. TODO before the merge: - [ ] publish `rsofun` documentation paper as is...
Using the p model withou having netrad and ppfd in master branch it works (set netrad and ppfd to NA). Using p model without netrad in pyhdro branch works Using...