From 4689c44d3be8f84c64631cd1382e71743e214f12 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 17 Jan 2020 14:31:29 +0100 Subject: [PATCH] v1.4.3.40 DOC: correction of spelling mistakes in RunModel_GR5H the doc --- DESCRIPTION | 2 +- NEWS.md | 2 +- man/RunModel_GR5H.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b8404038..913298bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.4.3.39 +Version: 1.4.3.34 Date: 2020-01-17 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 50356450..5283b514 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.39 Release Notes (2020-01-17) +### 1.4.3.34 Release Notes (2020-01-17) #### New features diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd index cd25e937..092433e4 100644 --- a/man/RunModel_GR5H.Rd +++ b/man/RunModel_GR5H.Rd @@ -66,7 +66,7 @@ Function which performs a single run for the GR5H hourly lumped model. \details{ -It is advised to run the GR5H model with an interception store (see Ficchi et al. (2019)) as it improves the consistency of the model fluxes and provides better performance. To do so, the \code{\link{Imax}} functions allows to estimates the maximal capacity of the interception store, which can then be given to \code{\link{CreateRunOptions}}. \cr +It is advised to run the GR5H model with an interception store (see Ficchi (2017) and Ficchi et al. (2019)) as it improves the consistency of the model fluxes and provides better performance. To do so, the \code{\link{Imax}} function allows to estimate the maximal capacity of the interception store, which can then be given to \code{\link{CreateRunOptions}}. \cr For further details on the model, see the references section. \cr For further details on the argument structures and initialisation options, see \code{\link{CreateRunOptions}}. -- GitLab