Commit 50ad365f authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.0.9 BUG: number of second fixed to check the TimeStep in...

v1.3.0.9 BUG: number of second fixed to check the TimeStep in CreateInputsModel for RunModel_CemaNeigeGR4H
Showing with 3 additions and 3 deletions
+3 -3
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.0.8 Version: 1.3.0.9
Date: 2019-05-20 Date: 2019-05-20
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -14,7 +14,7 @@ output: ...@@ -14,7 +14,7 @@ output:
### 1.3.0.8 Release Notes (2019-05-20) ### 1.3.0.9 Release Notes (2019-05-20)
#### New features #### New features
......
...@@ -62,7 +62,7 @@ CreateInputsModel <- function(FUN_MOD, ...@@ -62,7 +62,7 @@ CreateInputsModel <- function(FUN_MOD,
if (identical(FUN_MOD, RunModel_CemaNeigeGR4H)) { if (identical(FUN_MOD, RunModel_CemaNeigeGR4H)) {
ObjectClass <- c(ObjectClass, "hourly", "GR", "CemaNeige") ObjectClass <- c(ObjectClass, "hourly", "GR", "CemaNeige")
TimeStep <- as.integer(24 * 60 * 60) TimeStep <- as.integer(60 * 60)
BOOL <- TRUE BOOL <- TRUE
} }
......
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