diff --git a/DESCRIPTION b/DESCRIPTION index 2af06211cc2196754392ff0ef69cc7ce52bb152a..6f6ebea6e98ed907ebe6e918d27bd9b4120488cc 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.4.3.16 -Date: 2019-12-16 +Version: 1.4.3.17 +Date: 2019-12-18 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.md b/NEWS.md index 5b7313ad34ccf9d187c73c3b02fedcb28738257d..f316122d9c0848ab77676e44d306add6d829a3ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.16 Release Notes (2019-12-16) +### 1.4.3.17 Release Notes (2019-12-18) #### New features diff --git a/man/RunModel_CemaNeigeGR5H.Rd b/man/RunModel_CemaNeigeGR5H.Rd index 38056c598b4a1b523a5334c050d172e5df9703a4..e0670fd9c42463fa3f024261a9c697a5ac619d4e 100644 --- a/man/RunModel_CemaNeigeGR5H.Rd +++ b/man/RunModel_CemaNeigeGR5H.Rd @@ -110,7 +110,7 @@ Ind_Run <- seq(which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2 ## Imax computation Imax <- Imax(InputsModel = InputsModel, IndPeriod_Run = Ind_Run, - TestedValues = seq(from = 0.1, to = 3, by = 1)) + TestedValues = seq(from = 0.1, to = 3, by = 0.1)) ## preparation of the RunOptions object RunOptions <- CreateRunOptions(FUN_MOD = RunModel_CemaNeigeGR5H, InputsModel = InputsModel, diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd index 9aee51a080a9ee28b9ce35c3fd0292a07ca87b7d..2715bfc85f5b6b8503f5322f0203af8738409ba4 100644 --- a/man/RunModel_GR5H.Rd +++ b/man/RunModel_GR5H.Rd @@ -89,7 +89,7 @@ Ind_Run <- seq(which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2 ## Imax computation Imax <- Imax(InputsModel = InputsModel, IndPeriod_Run = Ind_Run, - TestedValues = seq(from = 0.1, to = 3, by = 1)) + TestedValues = seq(from = 0.1, to = 3, by = 0.1)) ## preparation of the RunOptions object RunOptions <- CreateRunOptions(FUN_MOD = RunModel_GR5H, Imax = Imax,