RunModel.InputsModel {airGRiwrm} | R Documentation |
Wrapper for airGR::RunModel for one sub-basin
Description
Wrapper for airGR::RunModel for one sub-basin
Usage
## S3 method for class 'InputsModel'
RunModel(x = NULL, RunOptions, Param, FUN_MOD = NULL, InputsModel = NULL, ...)
Arguments
x |
[object of class InputsModel] see airGR::CreateInputsModel for details |
RunOptions |
[object of class RunOptions] see |
Param |
[numeric] vector of model parameters (See details for SD lag model) |
FUN_MOD |
[function] hydrological model function (e.g. |
InputsModel |
[object of class InputsModel] see |
... |
Further arguments for compatibility with S3 methods |
Value
[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 whenRunModel_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 argumentQinf
of CreateInputsModel.GRiwrm by the limitation of diversion applied by the minimum flow thresholdQmin
to keep flowing in the river