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, RunOptions, Param, FUN_MOD = 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. |
... |
Further arguments for compatibility with S3 methods |
Details
This function calls airGR::RunModel (See airGR::RunModel for further details).
The list produced by the function (See Value section of airGR::RunModel_GR4J) is here completed by an item $Qsim_m3 storing the simulated discharge series in m3/s.
Value
[list] see RunModel_GR4J
or RunModel_CemaNeigeGR4J
for details.
If InputsModel
parameter has been created for using a semi-distributed (SD) lag model (See CreateInputsModel
), the list value contains an extra item named QsimDown
which is a numeric series of simulated discharge [mm/time step] related to the run-off contribution of the downstream sub-catchment.