From 70a9f86b61326ded1127b07fd43e13e678492bb6 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 13 Jan 2021 16:41:35 +0100
Subject: [PATCH] v1.6.9.23 docs(man): add text and hyperlink in
 Runmodel_CemaNeigeGR5H and Runmodel_GR5H help pages - to inform user about
 the model strcuture when no interception store is used

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 8ca0a29e..70c5a654 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.6.9.22
+Version: 1.6.9.23
 Date: 2021-01-13
 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 31767da8..3e6b6a74 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.6.9.22 Release Notes (2021-01-13)
+### 1.6.9.23 Release Notes (2021-01-13)
 
 #### New features
 
diff --git a/man/RunModel_CemaNeigeGR5H.Rd b/man/RunModel_CemaNeigeGR5H.Rd
index 88ab4c2e..5b9f07e5 100644
--- a/man/RunModel_CemaNeigeGR5H.Rd
+++ b/man/RunModel_CemaNeigeGR5H.Rd
@@ -86,7 +86,7 @@ For further details on the model, see the references section. \cr
 For further details on the argument structures and initialisation options, see \code{\link{CreateRunOptions}}.
 \cr
 \cr
-See \code{\link{RunModel_GR5H}} to look at the diagram of the hydrological model.
+See \code{\link{RunModel_GR5H}} to look at the diagram of the hydrological model or \code{\link{RunModel_GR5J}} when no interception store is used.
 }
 
 
diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd
index 6b96eba6..997566b7 100644
--- a/man/RunModel_GR5H.Rd
+++ b/man/RunModel_GR5H.Rd
@@ -74,6 +74,9 @@ For further details on the argument structures and initialisation options, see \
 \cr
 \if{html}{\figure{diagramGR5H-EN.png}{options: width="60\%" alt="Figure: diagramGR5H-EN.png"}}
 \if{latex}{\figure{diagramGR5H-EN.pdf}{options: width=6cm}}
+\cr
+\cr
+See \code{\link{RunModel_GR5J}} to look at the diagram of the hydrological model when no interception store is used.
 }
 
 
-- 
GitLab