diff --git a/DESCRIPTION b/DESCRIPTION index e1841972bacb491fdb7bc45b3b1aec32ff24e038..821e76cc987cc2e4804f2f76ad4974548809f4e5 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.3.2.51 +Version: 1.3.2.52 Date: 2019-11-08 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 99c23109936b3eba256e08988f79b24b7f865f4a..34eb67629325d7ac0078bb118ca60748cdcb3f9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.3.2.51 Release Notes (2019-11-08) +### 1.3.2.52 Release Notes (2019-11-08) #### Bug fixes diff --git a/man/RunModel_GR2M.Rd b/man/RunModel_GR2M.Rd index c04b35944b6cc5db921c4695191a0315bee3700f..b96d8c95987567b7c42d06683ea859ab2460df94 100644 --- a/man/RunModel_GR2M.Rd +++ b/man/RunModel_GR2M.Rd @@ -54,6 +54,10 @@ Function which performs a single run for the GR2M monthly lumped model over the \details{ For further details on the model, see the references section. For further details on the argument structures and initialisation options, see \code{\link{CreateRunOptions}}. +\cr +\cr +\if{html}{\figure{diagramGR2M-EN.png}{options: width="60\%" alt="Figure: diagramGR4J-EN.png"}} +\if{latex}{\figure{diagramGR2M-EN.pdf}{options: width=6cm}} } diff --git a/man/figures/diagramGR2M-EN.pdf b/man/figures/diagramGR2M-EN.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b9c3e36a3612e50109d2391b076b4b8f475212cf Binary files /dev/null and b/man/figures/diagramGR2M-EN.pdf differ diff --git a/man/figures/diagramGR2M-EN.png b/man/figures/diagramGR2M-EN.png new file mode 100644 index 0000000000000000000000000000000000000000..bd45291c8c6c793382b61fc481853f23878934aa Binary files /dev/null and b/man/figures/diagramGR2M-EN.png differ