Commit f4e77fee authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.3.17 DOC: minor example revision in RunModel_GR5H and RunModel_CemaNeigeGR5H doc #13

Showing with 5 additions and 5 deletions
+5 -5
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"),
......
......@@ -2,7 +2,7 @@
### 1.4.3.16 Release Notes (2019-12-16)
### 1.4.3.17 Release Notes (2019-12-18)
#### New features
......
......@@ -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,
......
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment