Commit 4e9fd07b authored by David's avatar David
Browse files

fix(docs): missing documentation of Qrelease in CreateInputsModel

Refs #146
Showing with 5 additions and 0 deletions
+5 -0
......@@ -11,6 +11,7 @@
PotEvap = NULL,
Qobs = NULL,
Qmin = NULL,
Qrelease = NULL,
PrecipScale = TRUE,
TempMean = NULL,
TempMin = NULL,
......@@ -45,6 +46,10 @@ the model and positive flows are injected to the model}
minimum flows to let downstream of a node with a Diversion [m3 per
time step]. Default is zero. Column names correspond to node IDs}
\item{Qrelease}{(optional) \link{matrix} or \link{data.frame} of \link{numeric} containing
release flows by nodes using the model \code{RunModel_Reservoir} [m3 per
time step]}
\item{PrecipScale}{(optional) named \link{vector} of \link{logical} indicating if the
mean of the precipitation interpolated on the elevation layers must be
kept or not, required to create CemaNeige module inputs, default \code{TRUE}
......
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