hydrometeorology {RSSOP} | R Documentation |
this function creates an hydrometeorological object include stream flow and evaporation time series
hydrometeorology(Inflow, netEvaporation, cycleEvaporation = FALSE, numberOfCycles = NULL, startDate = c(1900, 1), reservoirCode)
Inflow |
Inflow time series (MCM) |
netEvaporation |
Net evaporation in (m) |
cycleEvaporation |
logicl, the net evaporation should be cycled or not |
numberOfCycles |
an integer nuber: if cycleEvaporation is TRUE, the number of cycles. if is not specified it would be calculated based on the Inflow time serires |
startDate |
a vector of two elemnts whose elements include start year and strart month respectively |
reservoirCode |
the code of reservoir which this hydrometeorological object belongs to that |
an object from class of hydrometeorology
Rezgar Arabzadeh, Parisa Aberi