Description Usage Arguments Value
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
1 | waterstorage(precip, evap, runoff, watershed_size)
|
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 |
storage the water stored in a watershed in a year, units in cubic feet per year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.