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.
BiomeE output is by default a data.frame with a single nested column containing outputs for output_daily_tileoutput_annual_tile and output_annual_cohorts .
This could be made more tidy by using unnest_wider(), which unnests them to three separate, (still nested) columns.
BiomeE output is by default a data.frame with a single nested column containing outputs for
output_daily_tile
output_annual_tile
andoutput_annual_cohorts
.This could be made more tidy by using
unnest_wider()
, which unnests them to three separate, (still nested) columns.Should we either:
If we opt for b) we could then further:
data
intooutput_daily_tile
(breaking change)What do you think about these breaking changes, @marcadella @stineb?