Channel Characteristics

SWAT+ assumes the main channels, or reaches, have a trapezoidal shape (Figure 7:1-1).

Users are required to define the width and depth of the channel when filled to the top of the bank as well as the channel length, slope along the channel length and Manning’s “n” value. SWAT+ assumes the channel sides have a 2:1 run to rise ratio (zchz_{ch} = 2). The slope of the channel sides is then ½ or 0.5. The bottom width is calculated from the bankfullbankfull width and depth with the equation:

Wbtm=Wbnkfull2zchdepthbnkfullW_{btm}=W_{bnkfull}-2*z_{ch}*depth_{bnkfull} 7:1.1.1

where WbtmW_{btm} is the bottom width of the channel (m), WbnkfullW_{bnkfull} is the top width of the channel when filled with water (m), zchz_{ch} is the inverse of the channel side slope, and depthbnkfulldepth_{bnkfull} is the depth of water in the channel when filled to the top of the bank (m). Because of the assumption that zch=2z_{ch}=2, it is possible for the bottom width calculated with equation 7:1.1.1 to be less than or equal to zero. If this occurs, the model sets Wbtm=0.5WbnkfullW_{btm}=0.5*W_{bnkfull} and calculates a new value for the channel side slope run by solving equation 7:1.1.1 for zchz_{ch}:

zch=(WbnkfullWbtm)2depthbnkfullz_{ch}=\frac{(W_{bnkfull}-W_{btm})}{2*depth_{bnkfull}} 7:1.1.2

For a given depth of water in the channel, the width of the channel at water level is:

W=Wbtm+2zchdepthW=W_{btm}+2*z_{ch}*depth 7:1.1.3

where WW is the width of the channel at water level (m), WbtmW_{btm} is the bottom width of the channel (m), zchz_{ch} is the inverse of the channel slope, and depthdepth is the depth of water in the channel (m). The cross-sectional area of flow is calculated:

Ach=(Wbtm+zchdepth)depthA_{ch}=(W_{btm}+z_{ch}*depth)*depth 7:1.1.4

where AchA_{ch} is the cross-sectional area of flow in the channel (m2^2), WbtmW_{btm} is the bottom width of the channel (m), zchz_{ch} is the inverse of the channel slope, and depthdepth is the depth of water in the channel (m). The wetted perimeter of the channel is defined as

Pch=Wbtm+2depth1+zch2P_{ch}=W_{btm}+2*depth*\sqrt{1+z_{ch}^2} 7:1.1.5

where PchP_{ch} is the wetted perimeter for a given depth of flow (m). The hydraulic radius of the channel is calculated

Rch=AchPchR_{ch}=\frac{A_{ch}}{P_{ch}} 7:1.1.6

where RchR_{ch} is the hydraulic radius for a given depth of flow (m), AchA_{ch} is the cross-sectional area of flow in the channel (m2^2), and PchP_{ch} is the wetted perimeter for a given depth of flow (m). The volume of water held in the channel is

Vch=1000LchAchV_{ch}=1000*L_{ch}*A_{ch} 7.1.1.7

where VchV_{ch} is the volume of water stored in the channel (m3^3), LchL_{ch} is the channel length (km), and AchA_{ch} is the cross-sectional area of flow in the channel for a given depth of water (m2^2).

When the volume of water in the reach exceeds the maximum amount that can be held by the channel, the excess water spreads across the flood plain. The flood plain dimensions used by SWAT+ are shown in Figure 7:1-2.

The bottom width of the floodplain, Wbtm,fldW_{btm,fld}, is Wbtm,fld=5WbnkfullW_{btm,fld}=5*W_{bnkfull}. SWAT+ assumes the flood plain side slopes have a 4:1 run to rise ratio (zfldz_{fld} = 4). The slope of the flood plain sides is then ¼ or 0.25.

When flow is present in the flood plain, the calculation of the flow depth, cross-sectional flow area and wetting perimeter is a sum of the channel and floodplain components:

depth=depthbnkfull+depthflddepth=depth_{bnkfull}+depth_{fld} 7:1.1.8

Ach=(Wbtm+zchdepthbnkfull)depthbnkfull+(Wbtm,fld+zfld+depthfld)depthfldA_{ch}=(W_{btm}+z_{ch}*depth_{bnkfull})*depth_{bnkfull}+(W_{btm,fld}+z_{fld}+depth_{fld})*depth_{fld}

7:1.1.9

Pch=Wbtm+2depthbnkfull1+zch2+4Wbnkfull+2depthfld1+zfld2P_{ch}=W_{btm}+2*depth_{bnkfull}*\sqrt{1+z_{ch}^2}+4*W_{bnkfull}+2*depth_{fld}*\sqrt{1+z_{fld}^2}

7:1.1.10

where depthdepth is the total depth of water (m), depthbnkfulldepth_{bnkfull} is the depth of water in the channel when filled to the top of the bank (m), depthflddepth_{fld} is the depth of water in the flood plain (m), AchA_{ch} is the cross-sectional area of flow for a given depth of water (m2^2), WbtmW_{btm} is the bottom width of the channel (m), zchz_{ch} is the inverse of the channel side slope, Wbtm,fldW_{btm,fld} is the bottom width of the flood plain (m), zfldz_{fld} is the inverse of the flood plain side slope, PchP_{ch} is the wetted perimeter for a given depth of flow (m), and WbnkfullW_{bnkfull} is the top width of the channel when filled with water (m).

Table 7:1-1: SWAT+ input variables that pertain to channel dimension calculations.

Variable NameDefinitionFile Name

CH_W(2)

WbnkfullW_{bnkfull}: Width of channel at top of bank (m)

.rte

CH_D

depthbnkfulldepth_{bnkfull}: Depth of water in channel when filled to bank (m)

.rte

CH_L(2)

LchL_{ch}: Length of main channel (km)

.rte

Last updated