R/RunModel.InputsModel.R
RunModel.InputsModel.Rd
Wrapper for airGR::RunModel for one sub-basin
# S3 method for class 'InputsModel'
RunModel(x = NULL, RunOptions, Param, FUN_MOD = NULL, InputsModel = NULL, ...)
[object of class InputsModel] see airGR::CreateInputsModel for details
[object of class RunOptions] see CreateRunOptions
for details
[numeric] vector of model parameters (See details for SD lag model)
[function] hydrological model function (e.g. RunModel_GR4J
, RunModel_CemaNeigeGR4J
)
[object of class InputsModel] see CreateInputsModel
for details
Further arguments for compatibility with S3 methods
[object of class OutputsModel] returned by airGR::RunModel (See Value section of airGR::RunModel_GR4J) completed by new items:
Qsim_m3
: simulated flow in cubic meters per time step
Qover_m3
volumes of over abstractions which occurs when RunModel_Lag
warns
for negative simulated flows
Qnat
: only present in case of Diversion in the node, simulated flow in mm
per time step before application of the Diversion
Qdiv_m3
: only present in case of Diversion in the node, simulated diverted flow in
cubic meters per time step. The latter differs from the flows time series provided
in argument Qinf
of CreateInputsModel.GRiwrm by the limitation of diversion
applied by the minimum flow threshold Qmin
to keep flowing in the river