# Surface Runoff from Urban Areas

&#x20;            In urban areas, surface runoff is calculated separately for the directly connected impervious area and the disconnected impervious/pervious area. For directly connected impervious areas, a curve number of 98 is always used. For disconnected impervious/pervious areas, a composite curve number is calculated and used in the surface runoff calculations. The equations used to calculate the composite curve number for disconnected impervious/pervious areas are (Soil Conservation Service Engineering Division, 1986):

$$CN\_c=CN\_p+imp\_{tot}*(CN\_{imp}-CN\_p)*(1-\frac{imp\_{dcon}}{2\*imp\_{tot}})$$      if          $$imp\_{tot}<0.30$$       6:3.2.1

$$CN\_c=CN\_p+imp\_{tot}\*(CN\_{imp}-CN\_p)$$                                 if          $$imp\_{tot}>0.30$$       6:3.2.2

where $$CN\_c$$ is the composite moisture condition II curve number, $$CN\_p$$ is the pervious moisture condition II curve number, $$CN\_{imp}$$ is the impervious moisture condition II curve number, $$imp\_{tot}$$ is the fraction of the HRU area that is impervious (both directly connected and disconnected), and $$imp\_{dcon}$$ is the fraction of the HRU area that is impervious but not hydraulically connected to the drainage system.

&#x20;      The fraction of the HRU area that is impervious but not hydraulically connected to the drainage system, $$imp\_{dcon}$$, is calculated

&#x20;           $$imp\_{dcon}=imp\_{tot}-imp\_{con}$$                                                                                          6:3.2.3

where $$imp\_{tot}$$ is the fraction of the HRU area that is impervious (both directly connected and disconnected), and $$imp\_{con}$$ is the fraction of the HRU area that is impervious and hydraulically connected to the drainage system.

Table 6:3-2: SWAT+ input variables that pertain to surface runoff calculations in urban areas.

| Variable Name | Definition                                                                                                                  | File Name |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- | --------- |
| CN2           | $$CN\_p$$: SCS moisture condition II curve number for pervious areas                                                        | .mgt      |
| CNOP          | $$CN\_p$$: SCS moisture condition II curve number for pervious areas specified in plant, harvest/kill and tillage operation | .mgt      |
| URBCN2        | $$CN\_{imp}$$: SCS moisture condition II curve number for impervious areas                                                  | urban.dat |
| FIMP          | $$imp\_{tot}$$: fraction of urban land type area that is impervious                                                         | urban.dat |
| FCIMP         | $$imp\_{con}$$: fraction of urban land type area that is connected impervious                                               | urban.dat |
