Commit 6d9ed55c authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.0.7 UPDATE: CreateIniStates modified to take into account RunModel_CemaNeigeGR4H

Showing with 6 additions and 2 deletions
+6 -2
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.0.6
Version: 1.3.0.7
Date: 2019-05-20
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -14,7 +14,7 @@ output:
### 1.3.0.6 Release Notes (2019-05-20)
### 1.3.0.7 Release Notes (2019-05-20)
#### New features
......
......@@ -37,6 +37,10 @@ CreateIniStates <- function(FUN_MOD, InputsModel, IsHyst = FALSE,
ObjectClass <- c(ObjectClass, "CemaNeige", "daily")
BOOL <- TRUE
}
if (identical(FUN_MOD, RunModel_CemaNeigeGR4H)) {
ObjectClass <- c(ObjectClass, "CemaNeige", "hourly")
BOOL <- TRUE
}
if (identical(FUN_MOD, RunModel_CemaNeigeGR4J) |
identical(FUN_MOD, RunModel_CemaNeigeGR5J) |
identical(FUN_MOD, RunModel_CemaNeigeGR6J)) {
......
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