diff --git a/DESCRIPTION b/DESCRIPTION index 8ca0a29eb59492d7ab221ec4fdb3ddb473b87de0..70c5a65446165f8b6067c3431971aa7982b2e884 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 31767da8e44da2a2f3ac030484709f6f83ce7edf..3e6b6a7470f79b80b0be3af580330bf3edf602b2 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 88ab4c2eabd0e281ebb5eaa4b2078c93243bef85..5b9f07e5e0008631fe6a381e8f23bcf6faff6861 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 6b96eba60234a631252fe34e9be97170e0d37705..997566b79e7931a97801fcfcdaef71421e549362 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. }