From 29dad604f4c732c7659ea979d35f68e47488d420 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Thu, 4 Apr 2019 15:58:07 +0200
Subject: [PATCH] v1.2.13.17 DOC: link to CreateRunOptions added
 RunModel_Cemaneige* doc in order to explain the IsHyst arg

---
 DESCRIPTION                   | 4 ++--
 NEWS.rmd                      | 4 ++++
 man/RunModel_CemaNeige.Rd     | 2 +-
 man/RunModel_CemaNeigeGR4J.Rd | 2 +-
 man/RunModel_CemaNeigeGR5J.Rd | 2 +-
 man/RunModel_CemaNeigeGR6J.Rd | 2 +-
 6 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index fe8e5ee0..688b7a90 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.2.13.16
-Date: 2019-04-03
+Version: 1.2.13.17
+Date: 2019-04-04
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
diff --git a/NEWS.rmd b/NEWS.rmd
index fb23ffc4..7c6eab96 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,6 +13,10 @@ output:
 
 
 
+
+### 1.2.13.17 Release Notes (2019-04-04)
+
+
 ### 1.2.13.16 Release Notes (2019-04-03)
 
 
diff --git a/man/RunModel_CemaNeige.Rd b/man/RunModel_CemaNeige.Rd
index 3e673fb9..99262cb3 100644
--- a/man/RunModel_CemaNeige.Rd
+++ b/man/RunModel_CemaNeige.Rd
@@ -18,7 +18,7 @@ RunModel_CemaNeige(InputsModel, RunOptions, Param)
 
 \item{RunOptions}{[object of class \emph{RunOptions}] see \code{\link{CreateRunOptions}} for details}
 
-\item{Param}{[numeric] vector of 2 (or 4 parameters if \code{IsHyst = TRUE})
+\item{Param}{[numeric] vector of 2 (or 4 parameters if \code{IsHyst = TRUE}, see \code{\link{CreateRunOptions}} for details)
 \tabular{ll}{                                                                      
 CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-]                   \cr
 CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d]                                   \cr
diff --git a/man/RunModel_CemaNeigeGR4J.Rd b/man/RunModel_CemaNeigeGR4J.Rd
index 9f627a94..40b1dae6 100644
--- a/man/RunModel_CemaNeigeGR4J.Rd
+++ b/man/RunModel_CemaNeigeGR4J.Rd
@@ -18,7 +18,7 @@ RunModel_CemaNeigeGR4J(InputsModel, RunOptions, Param)
 
 \item{RunOptions}{[object of class \emph{RunOptions}] see \code{\link{CreateRunOptions}} for details}
 
-\item{Param}{[numeric] vector of 6 (or 8 parameters if \code{IsHyst = TRUE})
+\item{Param}{[numeric] vector of 6 (or 8 parameters if \code{IsHyst = TRUE}, see \code{\link{CreateRunOptions}} for details)
 \tabular{ll}{                                                                      
 GR4J X1      \tab production store capacity [mm]                                          \cr
 GR4J X2      \tab intercatchment exchange coefficient [mm/d]                              \cr
diff --git a/man/RunModel_CemaNeigeGR5J.Rd b/man/RunModel_CemaNeigeGR5J.Rd
index 7442ee5c..fc63659a 100644
--- a/man/RunModel_CemaNeigeGR5J.Rd
+++ b/man/RunModel_CemaNeigeGR5J.Rd
@@ -18,7 +18,7 @@ RunModel_CemaNeigeGR5J(InputsModel, RunOptions, Param)
 
 \item{RunOptions}{[object of class \emph{RunOptions}] see \code{\link{CreateRunOptions}} for details}
 
-\item{Param}{[numeric] vector of 7 (or 9 parameters if \code{IsHyst = TRUE})
+\item{Param}{[numeric] vector of 7 (or 9 parameters if \code{IsHyst = TRUE}, see \code{\link{CreateRunOptions}} for details)
 \tabular{ll}{                                                                      
 GR5J X1      \tab production store capacity [mm]                                          \cr
 GR5J X2      \tab intercatchment exchange coefficient [mm/d]                              \cr
diff --git a/man/RunModel_CemaNeigeGR6J.Rd b/man/RunModel_CemaNeigeGR6J.Rd
index 57a8f919..ddcdc351 100644
--- a/man/RunModel_CemaNeigeGR6J.Rd
+++ b/man/RunModel_CemaNeigeGR6J.Rd
@@ -18,7 +18,7 @@ RunModel_CemaNeigeGR6J(InputsModel, RunOptions, Param)
 
 \item{RunOptions}{[object of class \emph{RunOptions}] see \code{\link{CreateRunOptions}} for details}
 
-\item{Param}{[numeric] vector of 8 (or 10 parameters if \code{IsHyst = TRUE})
+\item{Param}{[numeric] vector of 8 (or 10 parameters if \code{IsHyst = TRUE}, see \code{\link{CreateRunOptions}} for details)
 \tabular{ll}{                                                                  
 GR6J X1      \tab production store capacity [mm]                                          \cr
 GR6J X2      \tab intercatchment exchange coefficient [mm/d]                              \cr
-- 
GitLab