# 2:1.1 Runoff Volume: SCS Curve Number Procedure

The SCS runoff equation is an empirical model that came into common use in the 1950s. It was the product of more than 20 years of studies involving rainfall-runoff relationships from small rural watersheds across the U.S. The model was developed to provide a consistent basis for estimating the amounts of runoff under varying land use and soil types (Rallison and Miller, 1981).

The SCS curve number equation is (SCS, 1972):

$$Q\_{surf}=\frac{(R\_{day}-I\_a)^2}{(R\_{day}-I\_a+S)}$$                                                                                                                                              2:1.1.1

where $$Q\_{surf}$$ is the accumulated runoff or rainfall excess (mm H$$*2$$O), $$R*{day}$$ is the rainfall depth for the day (mm H$$\_2$$O), $$I\_a$$ is the initial abstractions which includes surface storage, interception and infiltration prior to runoff (mm H$$\_2$$O), and $$S$$ is the retention parameter (mm H$$\_2$$O). The retention parameter varies spatially due to changes in soils, land use, management and slope and temporally due to changes in soil water content. The retention parameter is defined as:

$$S=25.4(\frac{1000}{CN}-10)$$                                                                                                                                           2:1.1.2

where $$CN$$ is the curve number for the day. The initial abstractions, $$I\_a$$, is commonly approximated as $$0.2S$$ and equation 2:1.1.1 becomes

$$Q\_{surf}=\frac{(R\_{day}-0.2S)^2}{(R\_{day}+0.8S)}$$                                                                                                                                             2:1.1.3

Runoff will only occur when $$R\_{day}> I\_a$$. A graphical solution of equation 2:1.1.3 for different curve number values is presented in Figure 2:1-1.

<figure><img src="/files/O8lBzredJO0D1dB38toZ" alt=""><figcaption><p>Figure 2:1-1: Relationship of runoff to rainfall in SCS curve number method.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-2-hydrology/chapter-2-1-surface-runoff/2-1.1-runoff-volume-scs-curve-number-procedure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
