diff --git a/DESCRIPTION b/DESCRIPTION
index e86bef8590c2e9a82e0fbb5812c541b3326e433b..2bfa34f436e25a11f5994e3d3afe2c2aa59594fc 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.28
-Date: 2019-09-04
+Version: 1.3.2.29
+Date: 2019-09-06
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
diff --git a/NEWS.rmd b/NEWS.rmd
index c6b9b6b3e788ba16744f2ccaef26cf259ed2efbf..8155b6b0cf40ff0331bf0b5f9963471c5d8ff0f4 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.2.28 Release Notes (2019-09-04)
+### 1.3.2.29 Release Notes (2019-09-06)
 
 
 
diff --git a/src/frun_CEMANEIGE.f b/src/frun_CEMANEIGE.f
index e778f37ff627035f86a5f241b1c9b23ec42b02dd..7a1bee2298c12b298115152ba130f87760feaa07 100644
--- a/src/frun_CEMANEIGE.f
+++ b/src/frun_CEMANEIGE.f
@@ -58,8 +58,6 @@
       !initialisation of model states using StateStart
       G=StateStart(1)
       eTG=StateStart(2)
-      Gthreshold=StateStart(3)
-      Glocalmax=StateStart(4)
       Gratio=0.
       PliqAndMelt=0.
 
@@ -67,6 +65,8 @@
       CTG=Param(1)
       Kf=Param(2)
       IF (IsHyst) THEN
+        Gthreshold=StateStart(3)
+        Glocalmax=StateStart(4)
         Gacc=Param(3)
         prct=Param(4)