• Changed naming of auxiliary functions (e.g., calc_patm() instead of patm())
  • Minor commenting changes
  • Some minor bugfixes handling unintended usage.
  • chi for C4 photosynthesis
  • Implemented tests and continuous integration. Refactoring.
  • Corrected vectorization. This solves issue #6
  • Set negative values of the temperature-dependent kphio to zero.
  • Corrected the argument description for kphio in the manual of rpmodel().
  • Corrected vectorization. This fixes wrong treatment of vector arguments and solves issue #3.
  • Set negative VPD values to zero. Resolves issue issue #2.
  • Added jmax (maximum rate of RuBP regeneration) to the list of returned variables by the rpmodel() function.
  • Made calc_viscosity_h2o() and calc_density_h2o() to public functions, exported as part of the rpmodel package.
  • Bugfix: vectorized all outputs from rpmodel().
  • Version at final publication of Stocker et al. (2019) GMD.
    • Updated parameters kphio, soilm_par_a, and soilm_par_b after updated calibration (slightly changed calibration data set after applying updated data filtering criteria, see Stocker et al. (2019) GMD).
  • Preparations for submission to CRAN
    • Vectorized all if-statements using ifelse().
    • Several small fixes in documentation to make it build on several platforms, while resolving devtools::release().
  • First version for submission to Geoscientific Model Development. Package available through github (github.com/rpmodel)
  • First release