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 BiomeE models.
Some work has already been done to reduce code redundundancy in the likelihood/RMSE functions in PR: #233
Either within that PR or after it, we should also homogenize the validation data sets, i.e. rsofun::biomee_validation, rsofun::p_model_validation_vcmax25, and rsofun::p_model_validation.
[ ] Update the definition of the validation data (see below code snippet that compares the current status)
After the inputs to the running of the model is homogenized (https://github.com/geco-bern/rsofun/issues/228), also the inputs to the calibration would need to be homogenized.
Some work has already been done to reduce code redundundancy in the likelihood/RMSE functions in PR: #233 Either within that PR or after it, we should also homogenize the validation data sets, i.e.
rsofun::biomee_validation
,rsofun::p_model_validation_vcmax25
, andrsofun::p_model_validation
.rda
-files and create their generation script similarly to: https://github.com/geco-bern/rsofun/issues/232#issuecomment-2435112380