From 54ce3e582172ce8f3aa385b24a40341488da8462 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Mon, 25 Mar 2019 18:40:09 +0100 Subject: [PATCH] v1.2.11.13 UPDATE: new quantiles in CreateCalibOptions for the grid-screening to calibrate CemaNeige when hysteresis is used #5252 --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/CreateCalibOptions.R | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9fce7cea..8c14ebf5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.11.12 +Version: 1.2.11.13 Date: 2019-03-25 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 0692e5a1..c511ac2b 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.11.12 Release Notes (2019-03-25) +### 1.2.11.13 Release Notes (2019-03-25) diff --git a/R/CreateCalibOptions.R b/R/CreateCalibOptions.R index e2e9129f..f0535101 100644 --- a/R/CreateCalibOptions.R +++ b/R/CreateCalibOptions.R @@ -322,9 +322,9 @@ CreateCalibOptions <- function(FUN_MOD, } # } if (IsHyst) { - ParamTHyst <- matrix(c(-9.08, -6.99, - -8.00, -3.20, - -6.40, +9.99), ncol = 2, byrow = TRUE) + ParamTHyst <- matrix(c(-7.00, -7.00, + -0.00, -0.00, + +7.00, +7.00), ncol = 2, byrow = TRUE) ParamT <- cbind(ParamT, ParamTHyst) } -- GitLab