createReservoir.base {RHMS} | R Documentation |
base function for class of createReservoir
Description
instantiates an object from class of createReservoir
Usage
## S3 method for class 'base'
createReservoir(name , inflow , geometry,
initialStorage, delayInflow , downstream )
Arguments
name |
(optional): a string: the name of reservoir to be instantiated |
inflow |
(optional) : a vector of direct/lateral inflow (cms) |
geometry |
a list of geometric specifications of the reservoir:
|
initialStorage |
(optional): the initial storage of reservoir at the first time step of simulation (MCM) |
delayInflow |
(optional): an integer presenting the time steps to delay direct/lateral inflow time series |
downstream |
(optional): an object from either of classes: |
Value
a list: an object from class of createReservoir
Author(s)
Rezgar Arabzadeh