From a0e905a07efa5e282af0f8d41fd8cd90511d3917 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 11 Dec 2019 16:34:03 +0100
Subject: [PATCH] v1.4.2.16 DOC: minor text revisions in CreateRunOptions doc

---
 DESCRIPTION             | 2 +-
 NEWS.md                 | 2 +-
 man/CreateRunOptions.Rd | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 4d93f1c1..63599f3e 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.2.15
+Version: 1.4.2.16
 Date: 2019-12-11
 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 426274bb..146c8ff8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.4.2.15 Release Notes (2019-12-11)
+### 1.4.2.16 Release Notes (2019-12-11)
 
 
 #### New features
diff --git a/man/CreateRunOptions.Rd b/man/CreateRunOptions.Rd
index ea709318..fc0f7525 100644
--- a/man/CreateRunOptions.Rd
+++ b/man/CreateRunOptions.Rd
@@ -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{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
@@ -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{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{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
   }
 }
@@ -160,5 +161,5 @@ Laurent Coron, Olivier Delaigue, Guillaume Thirel
 
 \seealso{
 \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}}
 }
-- 
GitLab