Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
607faaee
Commit
607faaee
authored
Feb 21, 2019
by
Delaigue Olivier
Browse files
v1.2.5.2 CLEAN: add missing argument in RunModel_CemaNeige* docs
parent
f83c5dbb
Changes
7
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
607faaee
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")),
...
...
NEWS.rmd
View file @
607faaee
...
...
@@ -13,7 +13,7 @@ output:
### 1.2.5.
1
Release Notes (2019-02-21)
### 1.2.5.
2
Release Notes (2019-02-21)
...
...
man/CreateIniStates.Rd
View file @
607faaee
...
...
@@ -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}}
}
...
...
man/RunModel_CemaNeige.Rd
View file @
607faaee
...
...
@@ -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}{}
}
...
...
man/RunModel_CemaNeigeGR4J.Rd
View file @
607faaee
...
...
@@ -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}{}
}
...
...
man/RunModel_CemaNeigeGR5J.Rd
View file @
607faaee
...
...
@@ -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}{}
}
...
...
man/RunModel_CemaNeigeGR6J.Rd
View file @
607faaee
...
...
@@ -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}{}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment