createReservoir: Creates A Reservoir Object

Description Usage Arguments Value Author(s)

View source: R/createReservoir.R

Description

this function creates a reservoir object usning geometrical specifications

Usage

1
2
3
4
5
createReservoir(type = "storage",
                name = "resrvoir1",
                reservoirCode = 1,
                downstreamReservoirCode,
                geometry = list(sMin=NULL, sMax=NULL, volumeArea=NULL))

Arguments

type

the type of reservoir, "storage" and "hydropower". hydropower is not available in this version

name

a string representing the name of reservoir object

reservoirCode

an unique integer code

downstreamReservoirCode

the code of reservoir downstream

geometry

a list, include maximum and minimum volumes of reservoir and a data frame for volume-area rating curve whose first column includes area (square KM) and the second column is Volume (MCM)

Value

an object inherited from class createReservoir

Author(s)

Rezgar Arabzadeh, Parisa Aberi, Kaveh Panaghi


RSSOP documentation built on May 2, 2019, 4:53 a.m.

Related to createReservoir in RSSOP...