Learn R Programming

RSSOP (version 1.1)

hydrometeorology: Creates A Meteorological Object

Description

this function creates an hydrometeorological object include stream flow and evaporation time series

Usage

hydrometeorology(Inflow, netEvaporation, cycleEvaporation = FALSE, numberOfCycles = NULL, startDate = c(1900, 1), reservoirCode)

Arguments

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

Value