From 84a8a0c8829e4a4fb99f0e2fe1353af1d37cf8d2 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Tue, 19 Jul 2022 08:54:08 +0200
Subject: [PATCH] fix(RunModel_Lag): correct wrong values in parameter
 screening Refs: #156, f346f093, !77

---
 R/UtilsCalibOptions.R | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/R/UtilsCalibOptions.R b/R/UtilsCalibOptions.R
index b43e4f3..65e9130 100644
--- a/R/UtilsCalibOptions.R
+++ b/R/UtilsCalibOptions.R
@@ -213,8 +213,8 @@
   Hyst = matrix(c(-7.00, -7.00,
                   -0.00, -0.00,
                   +7.00, +7.00), ncol = 2, byrow = TRUE),
-  SD = matrix(c(+1.25,
-                +2.50,
-                +5.00), ncol = 1, byrow = TRUE)
+  SD = matrix(c(-8.75,
+                -7.50,
+                -5.00), ncol = 1, byrow = TRUE)
 )
 
-- 
GitLab