From 4e9fd07bd00ec62f7dc9a458dd93c29b5fb19c98 Mon Sep 17 00:00:00 2001 From: David <david.dorchies@inrae.fr> Date: Fri, 29 Mar 2024 21:36:30 +0100 Subject: [PATCH] fix(docs): missing documentation of Qrelease in CreateInputsModel Refs #146 --- man/CreateInputsModel.GRiwrm.Rd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/CreateInputsModel.GRiwrm.Rd b/man/CreateInputsModel.GRiwrm.Rd index 26b9a66..08a947b 100644 --- a/man/CreateInputsModel.GRiwrm.Rd +++ b/man/CreateInputsModel.GRiwrm.Rd @@ -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} -- GitLab