Skip to content

Releases: geco-bern/rsofun

rsofun v4.4

29 Nov 08:50
33d26a8
Compare
Choose a tag to compare

This is the first CRAN release of the package. The changes introduced after previous releases are:

  • Bugfix on input data type P-model
  • LM3-PPA to BiomeE renaming
  • Cost function rewrite
  • Update output format (consistency)
  • Add water balance variables to P-model output
  • New p-model calibratable parameters
  • Rewrite of temperature and soil moisture stress functions
  • Update simulation parameters to take netrad, ppfd and ccov as input forcing
  • Documentation parameter sensitivity analysis
  • Documentation on the data format
  • Document calibration diagnostic and model uncertainty calculation
  • More transparent licensing and copyright statements in COPYING file

rsofun v4.3

26 Apr 07:27
fd429d6
Compare
Choose a tag to compare

Release version 4.3 jumps from 4.0 and includes substantial changes. Please check dependencies in you code if rerunning with version 4.3.

The list of changes include:

  • catching aborting in FORTRAN part to avoid R session crashes (v4.1)
  • canopy transfer solved for LM3-PPA with P-model (v4.2)
  • general bugfixes (v4.2)
  • consistent variable names p-model / lm3-ppa (v4.3)
  • optimization stability BayesianTools (v4.3)
  • new documentation (v4.3)

rsofun v4.0

27 Sep 12:21
Compare
Choose a tag to compare

Public release after refactored code.

LM3-PPA implemented

21 Apr 13:40
Compare
Choose a tag to compare

LM3-PPA is now fully implemented in the master branch. Successfully compiles and runs both P-model and LM3-PPA simulations.

Unresolved bug:

  • Crashes during runtime when compiled and run on one machine, but not on another. The problem concerns the tile-level output arrays output_daily_tile and output_annual_tile.

Data ingestion done outside.

17 Mar 13:42
Compare
Choose a tag to compare

Data ingestion now done outside rsofun (using ingestr package). Example complete in vignettes/example.Rmd.

v1.0.wrap_sofun

31 Jan 08:24
Compare
Choose a tag to compare

Version of rsofun used for Stocker et al. (2020) GMD. Wraps the SOFUN model (separate repository!) though input/output writing via files. No direct wrapping of the FORTRAN code within the rsofun package is implemented at this release.

Shared memory with Fortran

08 Nov 09:34
Compare
Choose a tag to compare
Fortran wrapping with shared memory finished. No calibration and eval…

…uation yet.

Version for eval_pmodel

20 Dec 09:53
Compare
Choose a tag to compare

This is the code version used for the eval_pmodel model documentation paper, and before Nick Smith's optimal Vcmax calculation is implemented (as optional method) and before pressure-dependence of $\Gamma^{\ast}$ and Michaelis-Menten-K parameters are implemented (as new standard).