- First version for submission to Geoscientific Model Development. Package available through github (github.com/rpmodel)
- 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().
- 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
- Bugfix: vectorized all outputs from
rpmodel()
.
- 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.
- Set negative VPD values to zero. Resolves issue issue #2.