diff --git a/DESCRIPTION b/DESCRIPTION index b8404038dafbf65de0928e0da957744f4edc9f64..913298bbd2e26a755935709da73c4de1ccce230a 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 50356450ca93db1f6de8f0b46adf47a66c77f401..5283b514edf8e430945c737546a8e8e681468b4e 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 cd25e93718687f3cccdcc428174a8eca5b724bcd..092433e4a747e24ef610905fcfc0b3f6d4e22260 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}}.