diff --git a/DESCRIPTION b/DESCRIPTION index 5a01cea1cfe33c7c30cc92f25267f7314eed65bc..63943ec0330d40290fa42c2007ec32a9425d0fd6 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.2.13.2 +Version: 1.2.13.3 Date: 2019-04-01 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 997d2e5f3b1bd64ccb1cceb3111621e1052bdf7d..a22284f4302fde760b154afc34a40b502076cc32 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.13.2 Release Notes (2019-04-01) +### 1.2.13.3 Release Notes (2019-04-01) diff --git a/man/CreateIniStates.Rd b/man/CreateIniStates.Rd index 430c642aa6b2eb0ae623764af2df88a339ce2925..3fbbcdc7579e23da57e3dd7b15fb1c5aa304ba10 100644 --- a/man/CreateIniStates.Rd +++ b/man/CreateIniStates.Rd @@ -39,9 +39,9 @@ CreateIniStates(FUN_MOD, InputsModel, IsHyst = FALSE, \item{eTGCemaNeigeLayers}{(optional) [numeric] snow pack thermal state [°C], possibly used to create the CemaNeige model initial state} -\item{GthrCemaNeigeLayers}{(optional) [numeric] melt threshold [mm], possibly used to create the CemaNeige model initial state in case the linear hysteresis version is used} +\item{GthrCemaNeigeLayers}{(optional) [numeric] melt threshold [mm], possibly used to create the CemaNeige model initial state in case the Linear Hysteresis version is used} -\item{GlocmaxCemaNeigeLayers}{(optional) [numeric] local melt threshold for hysteresis [mm], possibly used to create the CemaNeige model initial state in case the linear hysteresis version is used} +\item{GlocmaxCemaNeigeLayers}{(optional) [numeric] local melt threshold for hysteresis [mm], possibly used to create the CemaNeige model initial state in case the Linear Hysteresis version is used} \item{verbose}{(optional) [boolean] boolean indicating if the function is run in verbose mode or not, default = \code{TRUE}}