# 2:1.5 Transmission Losses

Many semiarid and arid watersheds have ephemeral channels that abstract large quantities of streamflow (Lane, 1982). The abstractions, or transmission losses, reduce runoff volume as the flood wave travels downstream. Chapter 19 of the SCS Hydrology Handbook (Lane, 1983) describes a procedure for estimating transmission losses for ephemeral streams which has been incorporated into SWAT+. This method was developed to estimate transmission losses in the absence of observed inflow-outflow data and assumes no lateral inflow or out-of-bank flow contributions to runoff.

The prediction equation for runoff volume after transmission losses is &#x20;

$$vol\_{Qsurf,f}=\begin {cases} 0 & vol{Qsurf,i} \le vol\_{thr} \ a\_x+b\_x\*vol\_{Qsurf,i} & vol\_{Qsurf,i} > vol\_{thr} \end{cases}$$                                                                 2:1.5.1

where $$vol\_{Qsurf,f}$$ is the volume of runoff after transmission losses ($$m^3$$), $$a\_x$$ is the regression intercept for a channel of length $$L$$ and width $$W$$ ($$m^3$$), $$b\_x$$ is the regression slope for a channel of length $$L$$ and width $$W$$, $$vol\_{Qsurf,i}$$ is the volume of runoff prior to transmission losses ($$m^3$$), and $$vol\_{thr}$$ is the threshold volume for a channel of length $$L$$ and width $$W$$ ($$m^3$$). The threshold volume is&#x20;

$$vol\_{thr}=-\frac{a\_x}{b\_x}$$                                                                                                                                                          2:1.5.2

The corresponding equation for peak runoff rate is

$$q\_{peak,f}=\frac{1}{(3600*dur\_{flw})}*\[a\_x-(1-b\_x)*vol\_{Qsurf,i}]+b\_x*q\_{peak,i}$$                                                       2:1.5.3

where $$q\_{peak,f}$$ is the peak rate after transmission losses ($$m^3$$/s), $$dur\_{flw}$$ is the duration of flow (hr), $$a\_x$$ is the regression intercept for a channel of length $$L$$ and width $$W$$ ($$m^3$$), $$b\_x$$ is the regression slope for a channel of length $$L$$ and width $$W$$, $$vol\_{Qsurf,i}$$ is the volume of runoff prior to transmission losses ($$m^3$$), $$q\_{peak,i}$$ is the peak rate before accounting for transmission losses ($$m^3$$/s). The duration of flow is calculated with the equation:

$$dur\_{flw}=\frac{Q\_{surf}*Area}{3.6*q\_{peak}}$$                                                                                                                                              2:1.5.4

where $$dur\_{flw}$$ is the duration of runoff flow (hr),$$Q\_{surf}$$ is the surface runoff (mm H$$*2$$O), $$Area$$ is the area of the subbasin (km$$^2$$), $$q*{peak}$$ is the peak runoff rate (m$$^3$$/s), and 3.6 is a conversion factor.

In order to calculate the regression parameters for channels of differing lengths and widths, the parameters of a unit channel are needed. A unit channel is defined as a channel of length $$L$$ = 1 km and width $$W$$= 1 m. The unit channel parameters are calculated with the equations:

$$k\_r=-2.22*ln\[1-2.6466*\frac{K\_{ch}\*dur\_{flw}}{vol\_{Qsurf,i}}]$$                                                                                                     2:1.5.5

$$a\_r=-0.2258\*K\_{ch}\*dur\_{flw}$$                                                                                                                          2:1.5.6

$$b\_r=exp\[-0.4905\*k\_r]$$                                                                                                                                      2:1.5.7

where $$k\_r$$ is the decay factor ($$m^{-1}$$ k$$m^{-1}$$), $$a\_r$$ is the unit channel regression intercept ($$m^3$$), $$b\_r$$ is the unit channel regression slope, $$K\_{ch}$$ is the effective hydraulic conductivity of the channel alluvium (mm/hr), $$dur\_{flw}$$ is the duration of runoff flow (hr), and $$vol\_{Qsurf,i}$$ is the initial volume of runoff ($$m^3$$). The regression parameters are

$$b\_x=exp\[-k\_r*L*W]$$                                                                                                                                      2:1.5.8

$$a\_x=\frac{a\_r}{(1-b\_r)}\*(1-b\_x)$$                                                                                                                                         2:1.5.9

where $$a\_x$$ is the regression intercept for a channel of length $$L$$ and width $$W$$ ($$m^3$$), $$b\_x$$ is the regression slope for a channel of length $$L$$ and width $$W$$, $$k\_r$$ is the decay factor ($$m^{-1}$$ k$$m^{-1}$$), $$L$$ is the channel length from the most distant point to the subbasin outlet (km), $$W$$ is the average width of flow, i.e. channel width (m) $$a\_r$$ is the unit channel regression intercept ($$m^3$$), and $$b\_r$$ is the unit channel regression slope.

Transmission losses from surface runoff are assumed to percolate into the shallow aquifer.

Table 2:1-7: SWAT+ input variables that pertain to transmission loss calculations.

| Definition                                               | Source Name | Input Name | Input File |
| -------------------------------------------------------- | ----------- | ---------- | ---------- |
| Area of the subbasin (km$$^2$$)                          | SUB\_KM     |            | .sub       |
| Fraction of total subbasin area contained in HRU         | HRU\_FR     |            | .hru       |
| $$K\_{ch}$$: effective hydraulic conductivity (mm/hr)    | CH\_K(1)    |            | .sub       |
| $$W$$: average width of tributary channel (m)            | CH\_W(1)    |            | .sub       |
| $$L$$: Longest tributary channel length in subbasin (km) | CH\_L(1)    |            | .sub       |


---

# 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.5-transmission-losses.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.
