Commit a0e905a0 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.2.16 DOC: minor text revisions in CreateRunOptions doc

Showing with 5 additions and 4 deletions
+5 -4
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.2.15 Version: 1.4.2.16
Date: 2019-12-11 Date: 2019-12-11
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### 1.4.2.15 Release Notes (2019-12-11) ### 1.4.2.16 Release Notes (2019-12-11)
#### New features #### New features
......
...@@ -32,7 +32,7 @@ CreateRunOptions(FUN_MOD, InputsModel, ...@@ -32,7 +32,7 @@ CreateRunOptions(FUN_MOD, InputsModel,
\item{IniResLevels}{(optional) [numeric] vector of initial fillings for the GR stores (2 or 3 values according to the model) [- and/or mm]; see details} \item{IniResLevels}{(optional) [numeric] vector of initial fillings for the GR stores (2 or 3 values according to the model) [- and/or mm]; see details}
\item{Imax}{(optional) [numeric] an atomic vector of the maximum capacity of the GR5H interception store [mm]) [mm]; see \code{\link{RunModel_GR5J}}} \item{Imax}{(optional) [numeric] an atomic vector of the maximum capacity of the GR5H interception store [mm]; see \code{\link{RunModel_GR5H}}}
\item{Outputs_Cal}{(optional) [character] vector giving the outputs needed for the calibration \cr (e.g. c("Qsim")), the fewer outputs \item{Outputs_Cal}{(optional) [character] vector giving the outputs needed for the calibration \cr (e.g. c("Qsim")), the fewer outputs
...@@ -62,6 +62,7 @@ CreateRunOptions(FUN_MOD, InputsModel, ...@@ -62,6 +62,7 @@ CreateRunOptions(FUN_MOD, InputsModel,
\emph{IniResLevels } \tab [numeric] vector of initial filling rates for production and routing stores [-] and level for the exponential store for GR6J [mm]\cr \emph{IniResLevels } \tab [numeric] vector of initial filling rates for production and routing stores [-] and level for the exponential store for GR6J [mm]\cr
\emph{Outputs_Cal } \tab [character] character vector giving only the outputs needed for the calibration \cr \emph{Outputs_Cal } \tab [character] character vector giving only the outputs needed for the calibration \cr
\emph{Outputs_Sim } \tab [character] character vector giving the requested outputs \cr \emph{Outputs_Sim } \tab [character] character vector giving the requested outputs \cr
\emph{Imax } \tab [numeric] vector giving the maximal capacity of the GR5H interception store \cr
\emph{MeanAnSolidPrecip} \tab [numeric] vector giving the annual mean of average solid precipitation for each layer [mm/y] \cr \emph{MeanAnSolidPrecip} \tab [numeric] vector giving the annual mean of average solid precipitation for each layer [mm/y] \cr
} }
} }
...@@ -160,5 +161,5 @@ Laurent Coron, Olivier Delaigue, Guillaume Thirel ...@@ -160,5 +161,5 @@ Laurent Coron, Olivier Delaigue, Guillaume Thirel
\seealso{ \seealso{
\code{\link{RunModel}}, \code{\link{CreateInputsModel}}, \code{\link{CreateInputsCrit}}, \code{\link{RunModel}}, \code{\link{CreateInputsModel}}, \code{\link{CreateInputsCrit}},
\code{\link{CreateCalibOptions}}, \code{\link{CreateIniStates}}, \link{Imax} \code{\link{CreateCalibOptions}}, \code{\link{CreateIniStates}}, \code{\link{Imax}}
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment