Skip to main content

Watershed Slope Calculator

Compute watershed slope using validated scientific equations. See step-by-step derivations, unit analysis, and reference values.

Share this calculator

Formula

S = (Hmax - Hmin) / L; S_eq = (CI * CL) / Area

Where S is average slope, Hmax and Hmin are maximum and minimum elevations, L is flow length, S_eq is equivalent slope, CI is contour interval, CL is total contour length, and Area is watershed area.

Worked Examples

Example 1: Mountain Watershed Assessment

Problem: Max elevation 850 m, min 200 m, flow length 5000 m, contour interval 20 m, total contour length 45,000 m.

Solution: Elev diff = 850 - 200 = 650 m\nAvg slope = 650 / 5000 = 0.13 = 13%\nAngle = atan(0.13) = 7.4 deg\nContour slope = (20 x 45000) / (5000^2 x 0.5) = 0.072

Result: Slope: 13.0% | Angle: 7.4 deg | Relief: 650 m

Example 2: Gentle Agricultural Basin

Problem: Max 320 m, min 280 m, flow length 8000 m, contour interval 5 m, contour length 120,000 m.

Solution: Elev diff = 40 m\nAvg slope = 40/8000 = 0.005 = 0.5%\nAngle = 0.29 deg\nContour slope = (5 x 120000) / (8000^2 x 0.5) = 0.019

Result: Slope: 0.5% | Gentle terrain | Tc will be long

Frequently Asked Questions

What is watershed slope and why does it matter?

Watershed slope is the average rate of elevation change across a drainage basin, typically expressed as a ratio (m/m), percentage, or degrees. It is one of the most important morphometric parameters because it controls flow velocity, time of concentration, erosion potential, and sediment transport capacity. Steeper watersheds produce faster runoff, higher peak flows, more erosion, and shorter lag times. Slope data is essential input for virtually all hydrologic and geomorphic models.

How is average watershed slope calculated?

The simplest method divides the elevation difference between the highest and lowest points by the longest flow path length: S = (Hmax - Hmin) / L. A more accurate method uses the contour-length approach where equivalent slope = (contour interval times total contour length) / watershed area. The grid method computes slope at each DEM cell and averages across the watershed. Each method gives slightly different results, with the contour method generally considered most representative of overall terrain steepness.

What is the difference between channel slope and watershed slope?

Channel slope is the gradient of the main stream or river channel from its source to the outlet, while watershed slope is the average gradient of the entire land surface within the drainage boundary. Channel slope typically decreases downstream following a concave longitudinal profile, while hillslope gradients within the watershed may be much steeper than the channel. For hydrologic modeling, both are important: channel slope controls in-channel flow velocity, while watershed slope influences overland flow and time of concentration.

How does slope affect flood peak magnitude?

Steeper watersheds produce higher peak flows for the same rainfall because water reaches the outlet faster, concentrating runoff over a shorter time period. The relationship appears in time of concentration formulas where Tc decreases with increasing slope (Kirpich: Tc proportional to S^-0.385). Higher velocity means the IDF curve gives a higher rainfall intensity for the shorter duration, compounding the peak flow increase. For the same watershed area, doubling the slope can increase peak flow by 30 to 50 percent.

What is the relief ratio of a watershed?

The relief ratio is the maximum elevation difference (basin relief) divided by the longest dimension of the watershed measured parallel to the main drainage line. It provides a dimensionless measure of the overall steepness of the watershed that accounts for basin shape. Values range from near 0 for very flat basins to above 0.5 for steep mountainous catchments. The relief ratio correlates well with sediment yield, mean annual flood, and hydrograph peakedness.

How do you measure watershed slope from a DEM?

In GIS, slope is computed at each DEM cell using a 3x3 moving window that fits a plane to the nine elevation values and calculates the maximum rate of change. The result is a slope grid where each cell has a slope value in degrees or percent. Watershed average slope is the mean of all cell values within the watershed boundary. Popular algorithms include the Horn (1981) method used in most GIS software. DEM resolution significantly affects slope calculations, with finer resolution producing higher mean slopes.

References