RunModel.Supervisor {airGRiwrm} | R Documentation |
RunModel function for a GRiwrmInputsModel object
Description
RunModel function for a GRiwrmInputsModel object
Usage
## S3 method for class 'Supervisor'
RunModel(x, RunOptions, Param, ...)
Arguments
x |
[object of class |
RunOptions |
[object of class GRiwrmRunOptions] see |
Param |
list parameter values. The list item names are the IDs of the sub-basins. Each item is a vector of numerical parameters |
... |
Further arguments for compatibility with S3 methods |
Value
GRiwrmOutputsModel object which is a list of OutputsModel objects (See airGR::RunModel) for each node of the semi-distributed model
[Package airGRiwrm version 0.6.2 Index]