Watershed Runoff Calculator Formula
Understand the math behind the watershed runoff calculator. Each variable explained with a worked example.
Formulas Used
Runoff Volume
runoff_volume = runoff_gallonsRunoff (Acre-Feet)
runoff_acre_ft = runoff_gallons / 325851Peak Flow (Rational Method)
peak_cfs = runoff_coefficient * rainfall_in * area_acres / 1Water Retained/Infiltrated
retained = area_acres * rainfall_in * (1 - runoff_coefficient) * 27154Variables
| Variable | Description | Default |
|---|---|---|
area_acres | Watershed Area(acres) | 50 |
rainfall_in | Storm Rainfall(inches) | 2 |
runoff_coefficient | Runoff Coefficient(C) | 0.5 |
runoff_acre_in | Derived value= area_acres * rainfall_in * runoff_coefficient | calculated |
runoff_gallons | Derived value= runoff_acre_in * 27154 | calculated |
How It Works
How to Calculate Watershed Runoff
The rational method estimates stormwater runoff based on rainfall, area, and land cover.
Formula
Runoff = Area * Rainfall * Runoff Coefficient
Typical Runoff Coefficients (C)
Worked Example
A 50-acre suburban watershed with 2 inches of rainfall and runoff coefficient of 0.5.
area_acres = 50rainfall_in = 2runoff_coefficient = 0.5
- 01Runoff acre-inches: 50 * 2 * 0.5 = 50 acre-inches
- 02Runoff gallons: 50 * 27,154 = 1,357,700 gallons
- 03Runoff acre-feet: 1,357,700 / 325,851 = 4.17 acre-feet
- 04Retained: 50 * 2 * 0.5 * 27,154 = 1,357,700 gallons
Ready to run the numbers?
Open Watershed Runoff Calculator