adm_range: Calculates the admissible range of flow variability

Description Usage Arguments Value Examples

Description

Calculates the admissible range of flow variability

Usage

1
adm_range(First_year, Last_year, Year_impact)

Arguments

First_year

First year to consider in the analysis starting on October 1st (e.g.: First_year = 1964)

Last_year

First year to consider in the analysis finishing on September 30th (e.g.: Last_year = 2011)

Year_impact

Year when the human impact started (the construction of a dam) (e.g.: Year_impact = 1988)

Value

Calculates the admissible range of flow variability based on the flow data during the pre-impact period.

Examples

1
2
data(flowdata)
adm_range(First_year=1964, Last_year=2011, Year_impact=1988)

FlowRegEnvCost documentation built on May 2, 2019, 7:17 a.m.