- Corrected ORCID in DESCRIPTION
- Changed naming of auxiliary functions (e.g.,
calc_patm()
instead ofpatm()
) - 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 ofrpmodel()
.
- 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 therpmodel()
function. - Made
calc_viscosity_h2o()
andcalc_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
, andsoilm_par_b
after updated calibration (slightly changed calibration data set after applying updated data filtering criteria, see Stocker et al. (2019) GMD).
- Updated parameters
- 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