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

volQsurf,f={0volQsurf,ivolthrax+bxvolQsurf,ivolQsurf,i>volthrvol_{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 volQsurf,fvol_{Qsurf,f} is the volume of runoff after transmission losses (m3m^3), axa_x is the regression intercept for a channel of length LL and width WW (m3m^3), bxb_x is the regression slope for a channel of length LL and width WW, volQsurf,ivol_{Qsurf,i},ii is the volume of runoff prior to transmission losses (m3m^3), and volthrvol_{thr} is the threshold volume for a channel of length LL and width WW (m3m^3). The threshold volume is

volthr=axbxvol_{thr}=-\frac{a_x}{b_x} 2:1.5.2

The corresponding equation for peak runoff rate is

qpeak,f=1(3600durflw)[ax(1bx)volQsurf,i]+bxqpeak,iq_{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 qpeak,fq_{peak,f} is the peak rate after transmission losses (m3m^3/s), durflwdur_{flw} is the duration of flow (hr), axa_x is the regression intercept for a channel of length LL and width WW (m3m^3), bxb_x is the regression slope for a channel of length LL and width WW, volQsurf,ivol_{Qsurf,i} is the volume of runoff prior to transmission losses (m3m^3), qpeak,iq_{peak,i} is the peak rate before accounting for transmission losses (m3m^3/s). The duration of flow is calculated with the equation:

durflw=QsurfArea3.6qpeakdur_{flw}=\frac{Q_{surf}*Area}{3.6*q_{peak}} 2:1.5.4

where durflwdur_{flw} is the duration of runoff flow (hr),QsurfQ_{surf} is the surface runoff (mm H2_2O), AreaArea is the area of the subbasin (km2^2), qpeakq_{peak} is the peak runoff rate (m3^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 LL= 1 km and width WW= 1 m. The unit channel parameters are calculated with the equations:

kr=2.22ln[12.6466KchdurflwvolQsurf,i]k_r=-2.22*ln[1-2.6466*\frac{K_{ch}*dur_{flw}}{vol_{Qsurf,i}}] 2:1.5.5

ar=0.2258Kchdurflwa_r=-0.2258*K_{ch}*dur_{flw} 2:1.5.6

br=exp[0.4905kr]b_r=exp[-0.4905*k_r] 2:1.5.7

where krk_r is the decay factor (m1m^{-1} km1m^{-1}), ara_r is the unit channel regression intercept (m3m^3), brb_r is the unit channel regression slope, KchK_{ch} is the effective hydraulic conductivity of the channel alluvium (mm/hr), durflwdur_{flw} is the duration of runoff flow (hr), and volQsurf,ivol_{Qsurf,i} is the initial volume of runoff (m3m^3). The regression parameters are

bx=exp[krLW]b_x=exp[-k_r*L*W] 2:1.5.8

ax=ar(1br)(1bx)a_x=\frac{a_r}{(1-b_r)}*(1-b_x) 2:1.5.9

where axa_x is the regression intercept for a channel of length LL and width WW (m3m^3), bxb_x is the regression slope for a channel of length LL and widthWW,krk_r is the decay factor (m1m^{-1} km1m^{-1}), LL is the channel length from the most distant point to the subbasin outlet (km), WW is the average width of flow, i.e. channel width (m) ara_r is the unit channel regression intercept (m3m^3), and brb_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.

Variable NameDefinitionInput File

SUB_KM

Area of the subbasin (km2^2)

.sub

HRU_FR

Fraction of total subbasin area contained in HRU

.hru

CH_K(1)

KchK_{ch}: effective hydraulic conductivity (mm/hr)

.sub

CH_W(1)

WW: average width of tributary channel (m)

.sub

CH_L(1)

LL: Longest tributary channel length in subbasin (km)

.sub

Last updated