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

v1.6.3.11 fix: RunModel_LAG renamed into RunModel_Lag in Calibration_Michel

Refs #34
Showing with 5 additions and 3 deletions
+5 -3
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.6.3.10
Version: 1.6.3.11
Date: 2020-10-14
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
## Release History of the airGR Package
### 1.6.3.10 Release Notes (2020-10-14)
### 1.6.3.11 Release Notes (2020-10-14)
#### New features
......
......@@ -80,7 +80,7 @@ Calibration_Michel <- function(InputsModel,
}
##_set_FUN_LAG
if (inherits(CalibOptions, "SD")) {
FUN_LAG <- TransfoParam_LAG
FUN_LAG <- TransfoParam_Lag
}
if (identical(FUN_MOD, RunModel_CemaNeige )) {
if (inherits(CalibOptions, "hysteresis")) {
......
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