Description Usage Arguments Details Value Examples
Function returns number of weeks of floodplain inundation given a flow for a watershed
1 | weeks_flooded(ws, flow_cfs)
|
ws |
name of CVPIA watershed |
flow_cfs |
monthly mean flow in cubic feet per second |
These relationships between number of days inundated and the mean monthly flow
are stored in weeks_inundated
and referenced by this function.
For watersheds without a defined relationship, a two week inundation duration is assumed.
integer value for number of weeks
1 | weeks_flooded('Yuba River', 900)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.