get_annual_flows: Get annual flows

View source: R/get_annual_flows.R

get_annual_flowsR Documentation

Get annual flows

Description

Simulate correlated annual flows at USGS gage stations in the Penobscot River watershed based on cumulative probability distribution used by Stevens et al. (2019).

Usage

get_annual_flows(year)

Arguments

year

Year of simulation

Value

A vector with discharge estimates drawn from a cdf for each dam based on gage stations used by Stevens et al. (2019). Not all dams have or need flow estimates within the PenPass model ('NA').

References

Stevens, JR, JF Kocik, and TF Sheehan. 2019. Modeling the impacts of dams and stocking practices on an endangered Atlantic salmon (Salmo salar) population in the Penobscot River, Maine, USA. Canadian Journal of Fisheries and Aquatic Sciences 76:1795-1807.

Examples

# Get annual flows by dam for 2012
get_annual_flows(year = 2012)


danStich/penPass documentation built on July 1, 2023, 9:31 a.m.