diff --git a/DESCRIPTION b/DESCRIPTION index a73db72e98a953147e7ccbaa355b5f18ab152997..57fad8120deac4076fc278d405a1822cb71d6d77 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.1.2 +Version: 1.3.1.3 Date: 2019-05-21 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 98242b7b87aad21bbca5abdedb95c8ae8cf8c137..60ebabb7697e6f21d2aeb08a80edd5341be2a299 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.3.1.2 Release Notes (2019-05-21) +### 1.3.1.3 Release Notes (2019-05-21) #### New features diff --git a/man/RunModel_CemaNeigeGR4H.Rd b/man/RunModel_CemaNeigeGR4H.Rd index eee11d662106b7b448f5fac822c7a7b5259d3759..1049ecf6d6d422226477f4f56d0e66962bfa9737 100644 --- a/man/RunModel_CemaNeigeGR4H.Rd +++ b/man/RunModel_CemaNeigeGR4H.Rd @@ -85,7 +85,7 @@ For further details on the argument structures and initialisation options, see \ \examples{ -\donttest{if (interactive()) { +\donttest{ library(airGR) ## loading catchment data @@ -111,7 +111,7 @@ RunOptions <- CreateRunOptions(FUN_MOD = RunModel_CemaNeigeGR4H, InputsModel = I ## simulation Param <- c(X1 = 149.905, X2 = -0.487, X3 = 391.506, X4 = 9.620, - CNX1 = 0.018, CNX2 = 13.088) + CNX1 = 0.520, CNX2 = 0.133) OutputsModel <- RunModel_CemaNeigeGR4H(InputsModel = InputsModel, RunOptions = RunOptions, Param = Param)