RunModel.SD {airGRiwrm}R Documentation

Run a semi-distributed model from rainfall-runoff model outputs

Description

Run a semi-distributed model from rainfall-runoff model outputs

Usage

## S3 method for class 'SD'
RunModel(x, RunOptions, Param, QcontribDown, ...)

Arguments

x

[object of class InputsModel] used as InputsModel parameter for airGR::RunModel_Lag

RunOptions

[object of class RunOptions] see CreateRunOptions for details

Param

[numeric] vector of 1 parameter

Velocity mean flow velocity [m/s]
QcontribDown

[numeric] vector or [OutputsModel] containing the time series of the runoff contribution of the downstream sub-basin

...

further arguments passed to or from other methods

Value

OutputsModel object. See airGR::RunModel_Lag


[Package airGRiwrm version 0.6.2 Index]