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 CreateRunOptions for details

Param

[numeric] vector of model parameters (See details for SD lag model)

FUN_MOD

[function] hydrological model function (e.g. RunModel_GR4J, RunModel_CemaNeigeGR4J)

...

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.


[Package airGRiwrm version 0.6.2 Index]