Commit 607faaee authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.5.2 CLEAN: add missing argument in RunModel_CemaNeige* docs

Showing with 17 additions and 6 deletions
+17 -6
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.5.1
Version: 1.2.5.2
Date: 2019-02-21
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -13,7 +13,7 @@ output:
### 1.2.5.1 Release Notes (2019-02-21)
### 1.2.5.2 Release Notes (2019-02-21)
......
......@@ -13,6 +13,7 @@ CreateIniStates(FUN_MOD, InputsModel,
ProdStore = 350, RoutStore = 90, ExpStore = NULL,
UH1 = NULL, UH2 = NULL,
GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
GthrCemaNeigeLayers = NULL, GlocmaxCemaNeigeLayers = NULL,
verbose = TRUE)
}
......@@ -36,6 +37,10 @@ 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{GlocmaxCemaNeigeLayers}{}
\item{verbose}{(optional) [boolean] boolean indicating if the function is run in verbose mode or not, default = \code{TRUE}}
}
......
......@@ -9,7 +9,7 @@
\usage{
RunModel_CemaNeige(InputsModel, RunOptions, Param)
RunModel_CemaNeige(InputsModel, RunOptions, Param, IsHyst = FALSE)
}
......@@ -23,6 +23,8 @@ RunModel_CemaNeige(InputsModel, RunOptions, Param)
CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-] \cr
CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \cr
}}
\item{IsHyst}{}
}
......
......@@ -9,7 +9,7 @@
\usage{
RunModel_CemaNeigeGR4J(InputsModel, RunOptions, Param)
RunModel_CemaNeigeGR4J(InputsModel, RunOptions, Param, IsHyst = FALSE)
}
......@@ -27,6 +27,8 @@ GR4J X4 \tab unit hydrograph time constant [d]
CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-] \cr
CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \cr
}}
\item{IsHyst}{}
}
......
......@@ -9,7 +9,7 @@
\usage{
RunModel_CemaNeigeGR5J(InputsModel, RunOptions, Param)
RunModel_CemaNeigeGR5J(InputsModel, RunOptions, Param, IsHyst = FALSE)
}
......@@ -28,6 +28,7 @@ GR5J X5 \tab intercatchment exchange threshold [-] \cr
CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-] \cr
CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \cr
}}
\item{IsHyst}{}
}
......
......@@ -9,7 +9,7 @@
\usage{
RunModel_CemaNeigeGR6J(InputsModel, RunOptions, Param)
RunModel_CemaNeigeGR6J(InputsModel, RunOptions, Param, IsHyst = FALSE)
}
......@@ -29,6 +29,7 @@ GR6J X6 \tab coefficient for emptying exponential store [mm] \cr
CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-] \cr
CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \cr
}}
\item{IsHyst}{}
}
......
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