waterstorage: Water storage function

Description Usage Arguments Value

View source: R/waterstorage.R

Description

Function describing water stored in a watershed/year using simplified inflow/outflow processes Function assumptions: The user must provide watershed_size in square miles and precipitation, evaporation, and runoff in inches per year

Usage

1
waterstorage(precip, evap, runoff, watershed_size)

Arguments

precip

a data frame that has rainfall values in inches per year

evap

a data frame that has evapotranspiration values in inches per year

runoff

a data frame that has runoff values in inches per year

watershed_size

a value in square miles

Value

storage the water stored in a watershed in a year, units in cubic feet per year


jjagdeo/watercalcs documentation built on March 12, 2020, 1:24 a.m.