hydrometeorology {RSSOP}R Documentation

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

an object from class of hydrometeorology

Author(s)

Rezgar Arabzadeh, Parisa Aberi


[Package RSSOP version 1.1 Index]