From 9b9903e375e8e1f06ec75126929b0db8e5879b8f Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:18:39 +0100 Subject: [PATCH 1/3] Revert version number updated --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 516f3b56..94532e3d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rsofun Title: The P-Model and BiomeE Modelling Framework -Version: 5.1.0 +Version: 5.0.0.9000 Authors@R: c( person( family = "Stocker", diff --git a/NEWS.md b/NEWS.md index f1c328fe..1463a91d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rsofun v5.1.0 +# rsofun (development version v5.1.0) * new BiomeE behavior to recycle last year of forcing if requested simulation time span (`nyeartrend`) is longer than available forcing data From dd0e00fade68daeb1a8a0e16c3c167db764728d5 Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:20:19 +0100 Subject: [PATCH 2/3] docs: fix further links --- R/runread_pmodel_f.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/runread_pmodel_f.R b/R/runread_pmodel_f.R index 972ba284..d007973f 100644 --- a/R/runread_pmodel_f.R +++ b/R/runread_pmodel_f.R @@ -3,7 +3,7 @@ #' Runs P-model for multiple sites. #' #' @param drivers A nested data frame with one row for each site and columns -#' named according to the arguments of function \code{\link{runread_pmodel_f_bysite}}. +#' named according to the arguments of function \code{\link{runread_pmodel_f}}. #' Namely \code{sitename, params_siml, site_info} and \code{forcing}. #' @param par A named list of free (calibratable) model parameters. #' \describe{ From 2ffaf98f8fbd7cf08596ff192011dcc48d45269a Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:25:11 +0100 Subject: [PATCH 3/3] docs: re-generate *.Rd files --- man/runread_pmodel_f.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/runread_pmodel_f.Rd b/man/runread_pmodel_f.Rd index 5a8ff383..3fca8339 100644 --- a/man/runread_pmodel_f.Rd +++ b/man/runread_pmodel_f.Rd @@ -8,7 +8,7 @@ runread_pmodel_f(drivers, par, makecheck = TRUE, parallel = FALSE, ncores = 1) } \arguments{ \item{drivers}{A nested data frame with one row for each site and columns -named according to the arguments of function \code{\link{runread_pmodel_f_bysite}}. +named according to the arguments of function \code{\link{runread_pmodel_f}}. Namely \code{sitename, params_siml, site_info} and \code{forcing}.} \item{par}{A named list of free (calibratable) model parameters.