Description Usage Arguments Value Author(s)
Calculate annual total precipitation each year for UCSB during a specified time period.
1 2 3 4 5 6 7 | watersupply(
data = "",
years = 1952:2018,
area = 100,
total_depth = 200,
start_depth = 100
)
|
data |
data frame with columns year, month, day, daily_rain |
years |
the years in the data frame you want to specify for the time period (default is 1952 to 2018) |
area |
the surface area of the reservoir |
total_depth |
the total depth of the reservoir |
start_depth |
the depth at the beginning of the year range in years |
Returns a list containing,
Volume of water in reservoir at the end of the time period (square feet)
Percent of reservoir volume occupied at the end of the time period
Percent change in reservoir volume occupied over the time period
Laura Ingulsrud & Keene Morrow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.