diff --git a/DESCRIPTION b/DESCRIPTION index 5b9d5f680e4c0fddf1e86ecb850b30f21865fa1a..3397737f19129c2cd76080ad8f8b29d645f035c9 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.0.10.2 +Version: 1.0.10.3 Date: 2018-05-22 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/NEWS.rmd b/NEWS.rmd index a33e27cd50cdf72b112ccf7c9216ed47e5f063fc..06b09484d6a6b478c546cd05457fa904e496a008 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.10.2 Release Notes (2018-05-22) +### 1.0.10.3 Release Notes (2018-05-22) ____________________________________________________________________________________ diff --git a/man/RunModel_GR2M.Rd b/man/RunModel_GR2M.Rd index c16a1b87995b4e1999ec8ffc464d01c5787ec393..891e314eebce2fcc6a46920270c3fce77d6fd003 100644 --- a/man/RunModel_GR2M.Rd +++ b/man/RunModel_GR2M.Rd @@ -26,19 +26,6 @@ GR2M X2 \tab groundwater exchange coefficient [-] \cr } -\value{ -[list] list containing the function outputs organised as follows: - \tabular{ll}{ - \emph{$DatesR } \tab [POSIXlt] series of dates \cr - \emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/month] \cr - \emph{$Precip } \tab [numeric] series of input total precipitation [mm/month] \cr - \emph{$Qsim } \tab [numeric] series of simulated discharge [mm/month] \cr - \emph{$StateEnd} \tab [numeric] states at the end of the run (production store level and routing store level) [mm], \cr\tab see \code{\link{CreateIniStates}} for more details \cr - } - (refer to the provided references or to the package source code for further details on these model outputs) -} - - \value{ [list] list containing the function outputs organised as follows: \tabular{ll}{ @@ -53,7 +40,7 @@ GR2M X2 \tab groundwater exchange coefficient [-] \cr \emph{$Prod } \tab [numeric] series of production store level [mm] \cr \emph{$Rout } \tab [numeric] series of routing store level [mm] \cr \emph{$Qsim } \tab [numeric] series of simulated discharge [mm/month] \cr - \emph{$StateEnd} \tab [numeric] states at the end of the run (res. levels, UH1 levels, UH2 levels) [mm], \cr\tab see \code{\link{CreateIniStates}} for more details \cr + \emph{$StateEnd} \tab [numeric] states at the end of the run (production store level and routing store level) [mm], \cr\tab see \code{\link{CreateIniStates}} for more details \cr } (refer to the provided references or to the package source code for further details on these model outputs) }