Commit 54ce3e58 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.11.13 UPDATE: new quantiles in CreateCalibOptions for the grid-screening...

v1.2.11.13 UPDATE: new quantiles in CreateCalibOptions for the grid-screening to calibrate CemaNeige when hysteresis is used #5252
Showing with 5 additions and 5 deletions
+5 -5
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.2.11.12 Version: 1.2.11.13
Date: 2019-03-25 Date: 2019-03-25
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")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.2.11.12 Release Notes (2019-03-25) ### 1.2.11.13 Release Notes (2019-03-25)
......
...@@ -322,9 +322,9 @@ CreateCalibOptions <- function(FUN_MOD, ...@@ -322,9 +322,9 @@ CreateCalibOptions <- function(FUN_MOD,
} }
# } # }
if (IsHyst) { if (IsHyst) {
ParamTHyst <- matrix(c(-9.08, -6.99, ParamTHyst <- matrix(c(-7.00, -7.00,
-8.00, -3.20, -0.00, -0.00,
-6.40, +9.99), ncol = 2, byrow = TRUE) +7.00, +7.00), ncol = 2, byrow = TRUE)
ParamT <- cbind(ParamT, ParamTHyst) ParamT <- cbind(ParamT, ParamTHyst)
} }
......
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