diff --git a/DESCRIPTION b/DESCRIPTION
index e71d62158fb25f44fe9f2c8e830632ded3b720aa..3f48cc824f00beaacad4856e9e5705cabad52d07 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.9.22
+Version: 1.2.9.23
 Date: 2019-03-19
 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 59a8cdb4b319768ee0ff361fe34fcce32d75ba60..86355695022fcaf95599835367dacb3939da14f1 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.9.22 Release Notes (2019-03-19) 
+### 1.2.9.23 Release Notes (2019-03-19) 
 
 
 
diff --git a/man/CreateIniStates.Rd b/man/CreateIniStates.Rd
index 685efb964677d71b3b64cdf2ede5dc85c80648f8..caf19c6a8f5b27f2617c60827fedca9759d189ca 100644
--- a/man/CreateIniStates.Rd
+++ b/man/CreateIniStates.Rd
@@ -37,9 +37,9 @@ CreateIniStates(FUN_MOD, InputsModel,
 
 \item{eTGCemaNeigeLayers}{(optional) [numeric] snow pack thermal state [°C], possibly used to create the CemaNeige model initial state}
 
-\item{GthrCemaNeigeLayers}{}
+\item{GthrCemaNeigeLayers}{(optional) [numeric] melt threshold [mm], possibly used to create the CemaNeige model initial state in case the linear hysteresis version is used}
 
-\item{GlocmaxCemaNeigeLayers}{}
+\item{GlocmaxCemaNeigeLayers}{(optional) [numeric] local melt threshold for hysteresis [mm], possibly used to create the CemaNeige model initial state in case the linear hysteresis version is used}
 
 \item{verbose}{(optional) [boolean] boolean indicating if the function is run in verbose mode or not, default = \code{TRUE}}
 
@@ -90,7 +90,8 @@ IniStates <- CreateIniStates(FUN_MOD = RunModel_GR4J, InputsModel = InputsModel,
                              ProdStore = 0, RoutStore = 0, ExpStore = NULL,
                              UH1 = c(0.52, 0.54, 0.15, rep(0, 17)),
                              UH2 = c(0.057, 0.042, 0.015, 0.005, rep(0, 36)),
-                             GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL)
+                             GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
+                             GthrCemaNeigeLayers = NULL, GlocmaxCemaNeigeLayers = NULL)
 str(IniStates)  
 
 ## preparation of the RunOptions object
@@ -111,7 +112,8 @@ IniStates <- CreateIniStates(FUN_MOD = RunModel_GR4J, InputsModel = InputsModel,
                              ProdStore = 450, RoutStore = 100, ExpStore = NULL,
                              UH1 = c(0.52, 0.54, 0.15, rep(0, 17)),
                              UH2 = c(0.057, 0.042, 0.015, 0.005, rep(0, 36)),
-                             GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL)
+                             GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
+                             GthrCemaNeigeLayers = NULL, GlocmaxCemaNeigeLayers = NULL)
 str(IniStates)  
 
 ## preparation of the RunOptions object