From ec7fca4f33fe923aa95218d2099dfc1fa3252cd6 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 22 May 2018 13:21:38 +0200 Subject: [PATCH] v1.0.10.3 revision of RunModel_GR2M documentation --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- man/RunModel_GR2M.Rd | 15 +-------------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5b9d5f68..3397737f 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 a33e27cd..06b09484 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 c16a1b87..891e314e 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) } -- GitLab