SPHY Manual - All versions
  • 📚Readme
  • manual
    • SPHY manual 3.1
      • Introduction
      • Theory
        • Background
        • Modules
        • Reference and potential evaporation
        • Dynamic vegetation processes
        • Snow processes
        • Glacier processes
        • Soil water processes
        • Soil erosion processes
        • Routing
      • Applications
        • Irrigation management in lowland areas
        • Snow- and glacier-fed river basins
        • Flow forecasting
        • Soil erosion and sediment transport
      • Installation of SPHY
        • Installing SPHY as a stand-alone application
          • Miniconda
          • SPHY v3.1 source code
      • Build your own SPHY-model
        • Select projection extent and resolution
        • Clone map
        • DEM and Slope
        • Delineate catchment and create local drain direction map
        • Preparing stations map and sub-basin.map
        • Glacier table
        • Soil hydraulic properties
        • Other static input maps
        • Meteorological forcing map series
        • Open water evaporation
        • Dynamic vegetation module
        • Soil erosion model input
          • MMF
          • Soil erosion model calibration
          • Soil erosion model output
        • Sediment transport
      • Reporting and other utilities
        • Reporting
        • NetCDF
      • References
      • Copyright
      • Appendix 1: Input and Output
      • Appendix 2: Input and Output description
      • Appendix 3: Soil erosion model input
        • MUSLE
        • INCA
        • SHETRAN
        • DHVSM
        • HSFP
    • SPHY manual 3.0
      • Introduction
      • Theory
        • Background
        • Modules
        • Reference and potential evaporation
        • Dynamic vegetation processes
        • Snow processes
        • Glacier processes
        • Soil water processes
        • Soil erosion processes
        • Routing
      • Applications
        • Irrigation management in lowland areas
        • Snow- and glacier-fed river basins
        • Flow forecasting
      • Installation of SPHY
        • General
        • Installing SPHY as a stand-alone application
          • Miniconda
          • SPHY v3.1 source code
      • Build your own SPHY-model
        • Select projection extent and resolution
        • Clone map
        • DEM and Slope
        • Delineate catchment and create local drain direction map
        • Preparing stations map and sub-basin.map
        • Glacier fraction map
        • Soil hydraulic properties
        • Other static input maps
        • Meteorological forcing map series
        • Open water evaporation
        • Dynamic vegetation module
        • Soil erosion model input
          • MUSLE
          • MMF
          • INCA
          • SHETRAN
          • DHVSM
          • HSFP
          • Soil erosion model calibration
          • Soil erosion model output
        • Sediment transport
        • Applications
        • Reporting
        • NetCDF
      • References
      • Copyright
      • Appendix 1: Input and Output
Powered by GitBook
On this page
  1. manual
  2. SPHY manual 3.1
  3. Theory

Soil erosion processes

The SPHY model allows to model soil erosion with 6 different soil erosion models, i.e. MUSLE (1), MMF (2), INCA (3), SHETRAN (4), DHSVM (5) and HSPF (6). The MUSLE model is an empirical model, which is forced by accumulated runoff, as generated by the hydrological part of the SPHY model. The implementation of MUSLE in SPHY was part of study in which three different soil erosion model concepts were compared (Eekhout & de Vente, 2020). All other models are process-based models that determine detachment of soil particles separately for raindrop impact and accumulated runoff. Subsequently, these two different detachment processes are summed and sediment taken into transport is determined accounting for immediate deposition. The first of these 5 process-based models that was implemented was the MMF model (Eekhout et al., 2018). The other 4 process-based soil erosion models were part of soil erosion model ensemble, with the aim to assess the uncertainty of process-based soil erosion models in climate change impact studies (Eekhout et al., 2021).

All soil erosion models make use of model parameters related to the infiltration excess surface runoff equation. It is therefore advisable to use this equation, i.e. Infil_excess = 1. Furthermore, most of the process-based soil erosion models use the LAI (leaf area index) from the vegetation module to determine the canopy cover, hence, it is also advisable to use the vegetation module when applying one of the process-based soil erosion models.

MUSLE

The Modified Universal Soil Loss Equation (MUSLE) is a modification of the USLE, where the rainfall erosivity factor is replaced by a runoff factor, and applied at a daily time step. MUSLE is incorporated in various widely used hydrological models, such as SWAT, in which a separate hydrological module is used to calculate runoff. MUSLE is determined as follows (Williams, 1995):

equation 59

sed=11.8(Qsurf⋅qpeak⋅A)0.56K⋅LS⋅C⋅P⋅CFRGsed = 11.8(Q_{surf} \cdot q_{peak} \cdot A)^{0.56} K \cdot LS \cdot C\cdot P \cdot CFRGsed=11.8(Qsurf​⋅qpeak​⋅A)0.56K⋅LS⋅C⋅P⋅CFRG

Where sedsedsed is the sediment yield (kgm−2day−1)(kg m^{-2}day^{-1})(kgm−2day−1), QsurfQ_{surf}Qsurf​ is the surface runoff depth (mm), qpeakq_{peak}qpeak​ is the peak runoff rate (m3s−1)(m^3 s^{-1})(m3s−1), A is the cell area (m2)(m^2)(m2), K is the soil erodibility factor (kghMJ−1mm−1)(kg h MJ^{-1} mm^{-1})(kghMJ−1mm−1), LS is the topographic factor (-), C is the crop and management factor (-), P is the erosion control practice factor (-) and CFRG is the coarse fragment factor (-).

The surface runoff QsurfQ_{surf}Qsurf​ is determined within SPHY as described in other parts of the manual. The peak runoff rate is determined as follows:

equation 60

qpeak=αtcQsurfA3.6tconcq_{peak}=\frac{\alpha_{tc}Q_{surf}A}{3.6t_{conc}}qpeak​=3.6tconc​αtc​Qsurf​A​

Where αtc\alpha_{tc}αtc​ is the fraction of daily rainfall that occurs during the time of concentration (-) and tconct_{conc}tconc​ is the time of concentration (hr). The time of concentration is the amount of time from the beginning of a rainfall event until the entire cell area is contributing to flow at the cell outlet.

The fraction of daily rainfall that occurs during the time of concentration is determined as follows:

equation 61

αtc=1−e2tconcln(1−α0.5)\alpha_{tc}=1-e^{2 t_{conc} ln(1-\alpha_{0.5})}αtc​=1−e2tconc​ln(1−α0.5​)

Where α0.5\alpha_{0.5}α0.5​ is the fraction of the daily rain falling in the half-hour highest intensity (-), which is obtained from a model parameter of the infiltration excess surface runoff equation and can be determined within the calibration of the hydrological model.

The time of concentration is determined accounting for both channel flow and overland flow:

equation 62

tconc=tconc,ch+tconc,ov60t_{conc}=\frac{t_{conc,ch}+t_{conc,ov}}{60}tconc​=60tconc,ch​+tconc,ov​​

Where tconc,cht_{conc,ch}tconc,ch​ is the channel flow time of concentration (minutes) and tconc,ovt_{conc,ov}tconc,ov​ the overland flow time of concentration (minutes). The channel flow time of concentration (tconc,cht_{conc,ch}tconc,ch​) is determined using the Kirpich (1940) method:

equation 63

tconc,ch=0.0195L0.77S−0.385t_{conc,ch}=0.0195L^{0.77}S^{-0.385}tconc,ch​=0.0195L0.77S−0.385

Where L is the slope length (m) and S the slope (m⋅m−1)(m\cdot m^{-1})(m⋅m−1).

The overland flow time of concentration tconc,ovt_{conc,ov}tconc,ov​ is determined using the Kerby (1959) method:

equation 64

tconc,ov=1.44(LN)0.467S−0.235t_{conc,ov}=1.44(LN)^{0.467}S^{-0.235}tconc,ov​=1.44(LN)0.467S−0.235

Where N is the retardance coefficient (-).

The soil erodibility factor was determined using the equation developed by Wischmeier et al. (1971):

equation 65

K=0.00021M1.14(12−OM)+3.25(csoilstr−2)+2.5(cperm−3)100K=\frac{0.00021M^{1.14}(12-OM)+3.25(c_{soilstr}-2)+2.5(c_{perm}-3)}{100}K=1000.00021M1.14(12−OM)+3.25(csoilstr​−2)+2.5(cperm​−3)​

Where K is the particle-size parameter (-), is the organic matter content (%), csoilstrc_{soilstr}csoilstr​ is the soil structure class (-) and cpermc_{perm}cperm​ is the profile permeability class (-).

The particle-size parameter is calculated as follows:

equation 66

M=(msilt+mvfs)(100−mc)M=(m_{silt}+m_{vfs})(100-m_{c})M=(msilt​+mvfs​)(100−mc​)

Where msiltm_{silt}msilt​ is the silt content (%), mvfsm_{vfs}mvfs​ is the very fine sand content (%) and mcm_{c}mc​ is the clay content (%). The profile permeability classes are defined according to the saturated hydraulic conductivity.

The coarse fragment factor is determined as follows:

equation 67

CFRG=e−0.053prockCFRG=e^{-0.053p_{rock}}CFRG=e−0.053prock​

Where prockp_{rock}prock​ is the rock content in the root zone layer (%).

The topographic factor LS is the expected ratio of soil loss per unit area from a field slope of 22.1 m length with uniform slope of 9%. We applied the following equation (Wischmeier et al., 1971):

equation 68

LS=(L22.1)m(65.41sin2(αhill)+0.0065)LS = \Big(\frac{L}{22.1}\Big)^{m}(65.41 sin^2(\alpha_{hill})+0.0065)LS=(22.1L​)m(65.41sin2(αhill​)+0.0065)

Where m is an exponential term (-) and αhill\alpha_{hill}αhill​ is the slope angle (°). The exponential term m is calculated as follows:

equation 69

m=0.6(1−e−35.835S)m=0.6(1-e^{-35.835S})m=0.6(1−e−35.835S)

MMF

The Morgan-Morgan-Finney model (Morgan and Duzant, 2008a) was originally implemented as an annual model, however, Eekhout et al. (2018) included MMF as a daily model in SPHY. In MMF, the detachment by raindrop impact is a function of the highest daily precipitation intensity and the canopy cover, which are obtained from the infiltration excess surface runoff equation and the vegetation module, respectively. Detachment by runoff is a function of the accumulated runoff. Both detachment by raindrop impact and runoff are determined for each of the three textural classes (sand, silt and clay) separately and later aggregated to determine the total detachment. Immediate deposition is a function of the particle fall number, in which the flow velocity is determined with the Manning equation. A detailed explanation is given below.

Detachment by raindrop impact

Detachment by raindrop impact (F,kgm−2)(F, kg m^{-2})(F,kgm−2) is determined for each of the soil texture classes separately and subsequently summed and is calculated as follows:

Equation 70

Fi=Ki%i100(1−GC)KE⋅10−3F_i=K_i \frac{\%i}{100}(1-GC)KE \cdot 10^{-3}Fi​=Ki​100%i​(1−GC)KE⋅10−3

Where F is the detachment by raindrop impact for textural class i (kgm−2)i \space (kg m^{-2})i (kgm−2), ii i the textural class, K the detachability of the soil by raindrop impact (gJ−1)(gJ^{-1})(gJ−1), GC the ground cover (-) and KE the kinetic energy of the effective precipitation (Jm−2)(J m^{-2})(Jm−2). The ground cover GC, expressed as a proportion between zero and unity, protects the soil from detachment and is determined by the proportion of vegetation and rocks covering the surface. The ground cover is set to 1 in case the surface is covered with snow, which is determined from the snow module.

The total kinetic energy of the effective precipitation (KE) is calculated as follows:

Equation 71

KE=KELD+KEDTKE=KE_{LD}+KE_{DT}KE=KELD​+KEDT​

Where KELDKE_{LD}KELD​ is the kinetic energy of the leaf drainage (Jm−2)(J m^{-2}) (Jm−2) and KEDTKE_{DT}KEDT​ is the kinetic energy of the direct throughfall (Jm−2)(J m^{-2}) (Jm−2).

The kinetic energy of the leaf drainage KELDKE_{LD}KELD​ is based on (Brandt, 1990):

Equation 72

KELD={0for PH<0.15LD(15.8PH−5.87)for PH≥0.15KE_{LD}= \begin{cases} 0 &\text{for } PH<0.15 \\ LD(15.8 \sqrt{PH}-5.87) &\text{for } PH \ge 0.15 \end{cases}KELD​={0LD(15.8PH​−5.87)​for PH<0.15for PH≥0.15​

Where LD is the leaf drainage (mm) and PH is the plant height (m), specified for each landuse class.

Leaf drainage is determined as:

LD=PeffCCLD=P_{eff}CCLD=Peff​CC

Equation 73

Where PeffP_{eff}Peff​ is the precipitation throughfall (mm) and CC is the canopy cover (fraction, -). The canopy cover is either introduced by a landuse-class specific tabular value or determined by the vegetation module. When the vegetation module is used, the canopy cover is obtained from the LAI (Equation 6), maximized by 1. The effective precipitation from the hydrological model is first corrected for the slope angle, following (Choi et al., 2017):

Equation 74

Peff=Peff cos SP_{eff}=P_{eff}\space cos \space SPeff​=Peff​ cos S

Where PeffP_{eff}Peff​ is the effective precipitation (mm) and S is the slope (°).

The kinetic energy of the direct throughfall is based on a relationship described by Brown and Foster (1987):

Equation 75

KEDT=DT(0.29(1−0.72e−0.05I))⋅100KE_{DT}=DT \Big(0.29(1-0.72e^{-0.05I})\Big)\cdot 100KEDT​=DT(0.29(1−0.72e−0.05I))⋅100

Where DT is the direct throughfall (mm) and I is the intensity of the erosive precipitation (mm h−1)(mm \space h^{-1})(mm h−1). The intensity of the erosive precipitation is a model parameter and varies according to geographical location.

Direct throughfall (DT) is calculated as follows:

Equation 76

DT=Peff−LDDT=P_{eff}-LDDT=Peff​−LD

Detachment by runoff

Detachment by runoff (H) is calculated as follows:

equation 77

Hi=DRi%i100Q1.5(1−GC)sin0.3S⋅10−3H_i=DR_i \frac{\%i}{100}Q^{1.5}(1-GC)sin^{0.3}S \cdot10^{-3}Hi​=DRi​100%i​Q1.5(1−GC)sin0.3S⋅10−3

Where H is the detachment by runoff (kg m−2) (kg \space m^{-2})(kg m−2), DR the detachability of the soil by runoff (g mm−1)(g \space mm^{-1})(g mm−1), Q is the volume of accumulated runoff (mm) and S is the slope (m m−1)(m \space m^{-1})(m m−1).

Sediment transported

A proportion of the detached soil is deposited in the cell of its origin as a function of the abundance of vegetation and the surface roughness. The percentage of the detached sediment that is deposited (DEP) is estimated from the relationship obtained by (Tollner et al., 1976) and calculated separately for each texture class:

equation 78

DEP=44.1Nfi0.29DEP=44.1N_{fi}^{0.29}DEP=44.1Nfi0.29​

Where NfN_fNf​ is the particle fall number (-), defined as:

Equation 79

Nfi=lvsivdN_{fi}=\frac{lv_{si}}{vd}Nfi​=vdlvsi​​

Where l is the length of a grid cell (m), vsv_svs​ the particle fall velocity (m s−1)(m\space s^{-1})(m s−1), vvv the flow velocity (m s−1)(m\space s^{-1})(m s−1) and d the depth of flow (m).

The particle fall velocities vsv_svs​ are estimated from:

Equation 80

vs=118δ2(ρs+ρ)gηv_s=\frac{\frac{1}{18}\delta^2(\rho_s+\rho)g}{\eta}vs​=η181​δ2(ρs​+ρ)g​

Where δ\deltaδ is the diameter of the particle (m), the sediment density (kg m−3)(kg \space m^{-3})(kg m−3) , the flow density (kg m−3)(kg \space m^{-3})(kg m−3) (Abrahams et al., 2001), gravitational acceleration (m s2)(m \space s^{2})(m s2) and the fluid viscosity (kg m−1 s−1) (kg \space m^{-1} \space s^{-1})(kg m−1 s−1).

The flow velocity vvv from Equation 78 is obtained by the Manning formula:

equation 81

v=1n′d23S12v=\frac{1}{n'}d^{\frac{2}{3}}S^{\frac{1}{2}}v=n′1​d32​S21​

Where n' is the modified Manning's roughness coefficient (s m−13)(s \space m^{-\frac{1}{3}})(s m−31​), which is a combination of the Manning's roughness coefficient for the soil surface and vegetation, defined as (Petryk and Bosmajian, 1975):

Equation 82

n′=nsoil2+nvegetation2n'=\sqrt{n^2_{soil}+n^2_{vegetation}}n′=nsoil2​+nvegetation2​​

Where nsoiln_{soil}nsoil​ is the Manning's roughness coefficient for soil (kg m−3)(kg \space m^{-3})(kg m−3) and the Manning's roughness coefficient for vegetation (kg m−3)(kg \space m^{-3})(kg m−3). The Manning’s roughness coefficient for soil can either be defined by bare soil (Figure 4a) or tilled soil (Figure 4b). The Manning’s roughness coefficient for vegetation can either be obtained for regular spaced vegetation (Figure 4c) or irregular spaced vegetation (Figure 4d).

For tilled conditions (Figure 4b) the following equation is applied to obtain the Manning's roughness coefficient for the soil:

Equation 83

nsoil=exp(−2.1132+0.0349RFR)n_{soil}=exp(-2.1132+0.0349RFR)nsoil​=exp(−2.1132+0.0349RFR)

Where RFR is the surface roughness parameter (cm m−1) (cm \space m^{-1})(cm m−1).

The Manning's roughness coefficient for regular spaced vegetation (Figure 4c) is obtained from the following equation (Jin et al., 2000):

equation 84

nvegetation=d232gD NVn_{vegetation}=\frac{d^{\frac{2}{3}}}{\sqrt{\frac{2g}{D \space NV}}}nvegetation​=D NV2g​​d32​​

Where D is the stem diameter (m) and NV the stem density (stems m−2)(stems \space m^{-2})(stems m−2).

Equations 79, 81 and 84 require a flow depth d, a model parameter that can be used in the model calibration. The value for d should be taken such that it corresponds to a water depth from runoff generated within the cell margins, i.e. without accumulation of flow from upstream located cells.

The amount of sediment that is taken into transport is determined from the sum of the detached sediment from raindrop impact (FiF_iFi​; Equation 70) and runoff (HiH_iHi​; equation 77), subtracting the proportion of the sediment that is deposited within the cell of its origin (DEPiDEP_iDEPi​; equation 78):

Equation 85

Gi=(Fi+Hi)(1−DEPi100)G_i=(F_i+H_i) \Big(1-\frac{DEP_i}{100}\Big)Gi​=(Fi​+Hi​)(1−100DEPi​​)

Where G is the amount of sediment taken into transport for textural class i (kg m−2)i \space (kg \space m^{-2})i (kg m−2). The amount of sediment that is routed to downstream cells is the summation of the individual amounts for clay, silt and sand.

INCA

The Integrated Catchments model for Sediments (INCA-Sed; Lazar et al., 2010) is originally applied in a semi-distributed manner, however, here the model is implemented in a spatially distributed manner. Detachment by raindrop impact is a function of the daily precipitation intensity and the canopy cover, for which the latter is obtained from the vegetation module. For model calibration purposes, we included the ground cover as a model parameter in the detachment by raindrop impact formulation. Detachment by runoff is a function of the sediment transport, the surface runoff and the detachment by raindrop impact. Sediment that is taken into transport is determined from the before mentioned formulations, accounting for sediment storage.

Detachment by raindrop impact

Detachment by raindrop impact (Ssp)(S_{sp})(Ssp​) is calculated as follows:

equation 86

Ssp=(1−Cg)CX1 pSedEsp(1010−V)8.64⋅1010S_{sp}=(1-C_g)C_{X1}\space p_{Sed}E_{sp}^{(\frac{10}{10-V})}8.64 \cdot 10^{10}Ssp​=(1−Cg​)CX1​ pSed​Esp(10−V10​)​8.64⋅1010

Where SspS_{sp}Ssp​ the detachment by raindrop impact (kg km−2)(kg \space km^{-2})(kg km−2), CgC_gCg​ is the ground cover (-), CX1C_{X1}CX1​ a scaling parameter (s m−1)(s\space m^{-1})(s m−1), pSedp_{Sed}pSed​ the precipitation throughfall (mm), EspE_{sp}Esp​ a soil specific erosion potential parameter (kg m−2 s−1)(kg \space m^{-2} \space s^{-1})(kg m−2 s−1) and V the vegetation cover (-), here estimated with the canopy cover from the vegetation module, multiplied by 10.

Detachment by runoff

Detachment by runoff (SFL)(S_{FL})(SFL​) is calculated as follows:

equation 87

SFL=K(STC−SSP)STC+KS_{FL}=\frac{K(S_{TC}-S_{SP})}{S_{TC}+K}SFL​=STC​+KK(STC​−SSP​)​

Where SFLS_{FL}SFL​ is the detachment by runoff (kg km−2)(kg\space km^{-2})(kg km−2), K a function of runoff (kg km−2)(kg\space km^{-2})(kg km−2) and the transport capacity (kg km−2)(kg\space km^{-2})(kg km−2).

The function K is calculated as follows:

equation 88

K=a1EFL(A qDRL−a2)as⋅86400K=a_1E_{FL}\Big(\frac{A\space q_{DR}}{L}-a_2\Big)^{a_s}\cdot 86400K=a1​EFL​(LA qDR​​−a2​)as​⋅86400

Where EFLE_{FL}EFL​ is the soil erosion potential (kg km−2 s−1)(kg \space km^{-2}\space s^{-1})(kg km−2 s−1), A the grid cell area (km2)(km^2)(km2), qDRq_{DR}qDR​ the routed runoff (m3 s−1km−2)(m^3 \space s^{-1} km^{-2})(m3 s−1km−2), L the slope length (km), a1a_1a1​ is the flow erosion scaling factor (s m−2)(s \space m^{-2})(s m−2), a2a_2a2​ the flow erosion direct runoff threshold (m2 s−1)(m^2\space s^{-1})(m2 s−1) and a3a_3a3​ the flow erosion non-linear coefficient (-).

Sediment transport capacity(STC)(S_{TC})(STC​) is calculated as follows:

equation 89

STC=a4(A qDRL−a5)a6⋅86400S_{TC}=a_4\Big(\frac{A \space q_{DR}}{L}-a_5\Big)^{a_6} \cdot 86400STC​=a4​(LA qDR​​−a5​)a6​⋅86400

Where a4a_4a4​ is the transport capacity scaling factor (kg m−2 km−2)(kg \space m^{-2} \space km^{-2})(kg m−2 km−2), a5a_5a5​ the transport capacity direct runoff threshold (m2 s−1)(m^2 \space s^{-1})(m2 s−1) and a6a_6a6​ the transport capacity non-linear coefficient (-).

Sediment transported

The amount of sediment that is taken into transport depends on the amount of sediment in the sediment storage. The daily change in sediment storage is calculated as follows:

equation 90

dSstoredt={SSP−STCfor Sstore+SSP>STC−K(SSP−STC)STC+Kfor Sstore+SSP<STC\frac{dS_{store}}{dt}=\begin{cases} S_{SP}-S_{TC} &\text{for } S_{store}+S_{SP}>S_{TC} \\ \frac{-K(S_{SP}-S_{TC})}{S_{TC}+K} &\text{for } S_{store}+S_{SP}<S_{TC} \end{cases}dtdSstore​​={SSP​−STC​STC​+K−K(SSP​−STC​)​​for Sstore​+SSP​>STC​for Sstore​+SSP​<STC​​

Where SstoreS_{store}Sstore​ is the sediment storage (kg km−2)(kg \space km^{-2})(kg km−2), which is subsequently updated following:

equation 91

Sstore=Sstore+dSstoredtS_{store}=S_{store}+\frac{dS_{store}}{dt}Sstore​=Sstore​+dtdSstore​​

The amount of sediment taken into transport is calculated as follows:

equation 92

Mout={STCfor Sstore+SSP>STCSSP+SFLfor Sstore+SSP<STCM_{out}=\begin{cases} S_{TC} &\text{for } S_{store}+S_{SP}>S_{TC} \\ S_{SP}+S_{FL} &\text{for } S_{store}+S_{SP}<S_{TC} \end{cases}Mout​={STC​SSP​+SFL​​for Sstore​+SSP​>STC​for Sstore​+SSP​<STC​​

Where MoutM_{out}Mout​ is the mass of sediment taken into transport (kg km−2)(kg \space km^{-2})(kg km−2).

SHETRAN

The SHETRAN model (Lukey et al., 1995) is a sediment transport model implemented in the Système Hydrologique Européen (SHE) hydrological model. The detachment by raindrop impact formulations are similar to the ones used in DHSVM, with some small differences in the leaf drip formulations. The canopy cover is obtained from the vegetation module. Detachment by runoff is a function of the shear stress and critical shear stress, which are both a function of the water depth. We obtained the water depth using the Manning equation, assuming a triangular-shaped flow profile, with the width-depth ratio as model parameter. For model calibration purposes, we included the ground cover as a model parameter in the detachment by runoff formulation. Immediate deposition of sediment is determined with a sediment transport equation.

Detachment by raindrop impact

Detachment by raindrop impact is determined with the following empirical equation, which is derived from Wicks (1988):

equation 93

Dr=krFw(1−Cg−Cr)(Mr+Md)D_r=k_rF_w(1-C_g-C_r)(M_r+M_d)Dr​=kr​Fw​(1−Cg​−Cr​)(Mr​+Md​)

where DrD_rDr​ is the rate of detachment of soil (kg m−2 s−1)(kg\space m^{-2}\space s^{-1})(kg m−2 s−1), krk_rkr​ the raindrop impact soil erodibility coefficient (J−1)(J^{-1})(J−1), FwF_wFw​ the protective effect of ponding (-), CgC_gCg​ the proportion of ground shielded by near ground cover (fraction, -), CrC_rCr​ the proportion of ground shielded by ground level (rock) cover (fraction, -), MrM_rMr​ the momentum squared of raindrops reaching the ground (kg2 s−3)(kg^2\space s^{-3})(kg2 s−3) and MdM_dMd​ the momentum squared of leaf drip reaching the ground (kg2 s−3)(kg^2\space s^{-3})(kg2 s−3).

The original SHETRAN model accounts for the protective effect of ponding on detachment by raindrop impact by model parameter FwF_wFw​(Park et al., 1982). The hydrological model SPHY does not account for ponding, hence, we assume Fw=1F_w=1Fw​=1.

The momentum squared of raindrops reaching the ground (Mr)(M_r)(Mr​) is based on the formulations by Marshall & Palmer (1948):

equation 94

Mr=(1−Cc)a1Ib1M_r=(1-C_c)a_1I^{b_1}Mr​=(1−Cc​)a1​Ib1​

Where III is the rainfall intensity (mm h−1)(mm\space h^{-1})(mm h−1) and a1a_1a1​ and b1b_1b1​ are coefficients dependent on III and are given in Table 2. The rainfall intensity is obtained from the infiltration excess surface runoff equation and a1a_1a1​ and b1b_1b1​ are determined inside the model code.

Table 2: Values for the empirical coefficients a1a_1a1​ and b1b_1b1​ used to determine the momentum squared of raindrops.

Range for I (mm h-1)
a1
b1

0 - 10

2.6893 ∙ 10-8

1.6896

10 - 50

3.7514 ∙ 10-8

1.5545

50 - 100

6.1192 ∙ 10-8

1.4242

≥ 100

11.737 ∙ 10-8

1.2821

The momentum squared of leaf drip reaching the ground (Md)(M_d)(Md​) is calculated as follows:

equation 95

Md=π6Vd2ρ2dl3Ld DRAINAM_d=\frac{\pi}{6}V^2_d\rho^2d^3_lL_d\space DRAINAMd​=6π​Vd2​ρ2dl3​Ld​ DRAINA

Where VdV_dVd​ is the leaf drip fall speed (m s−1)(m\space s^{-1})(m s−1), ρ\rhoρ the density of water (kg m−3)(kg \space m^{-3})(kg m−3), dld_ldl​ the leaf drip diameter (m), LdL_dLd​ the proportion of drainage that falls as leaf drip (fraction, -) and DRAINADRAINADRAINA the water drainage rate from canopy(m s−1)(m \space s^{-1})(m s−1). The proportion of drainage that falls as leaf drip (Ld)(L_d)(Ld​) is assumed to be equal to the canopy cover (Cc)(C_c)(Cc​). The water drainage rate from canopy (DRAINA)(DRAINA)(DRAINA) is assumed to be equal to the daily precipitation intensity in m s−1m \space s^{-1}m s−1.

The leaf drip fall speed (Vd)(V_d)(Vd​) is calculated as follows:

equation 96

Vd=Mβg(1−e2XβM)V_d=\sqrt{\frac{M}{\beta}g\Big(1-e^{\frac{2X\beta}{M}}\Big)}Vd​=βM​g(1−eM2Xβ​)​

Where M the average mass of leaf drips (kg), β\betaβ the friction constant (kg m−1)(kg \space m^{-1})(kg m−1), g the acceleration due to gravity (m s−2)(m \space s^{-2})(m s−2) and X is the average leaf drip fall distance (m).

The fraction Mβ\frac{M}{\beta}βM​ is a function of the leaf drip diameter dld_ldl​ and two coefficients, a2a_2 a2​ and b2b_2b2​.

equation 97

Mβ=a2+b2dl\frac{M}{\beta}=a_2+b_2d_lβM​=a2​+b2​dl​

where a2a_2a2​ and b2b_2b2​ are given in Table 3 and are determined inside the model code.

Table 3: Values for the empirical coefficients and used to determine the fraction Mβ\frac{M}{\beta}βM​.

Range for dl (m)
Range for X (m)
a2
b2

< 0.0033

all

0

2200

≥ 0.0033

< 7.5

1.93

1640

≥ 0.0033

≥ 7.5

5.14

6600

Detachment by runoff

Detachment by runoff is determined using the approach of Ariathurai & Arulanandan (1978):

equation 98

Dq={kf(1−Cg−Cr)[ττcr−1]for τ>τcr0for τ<τcrD_q=\begin{cases} k_f(1-C_g-C_r)\Big[\frac{\tau}{\tau_{cr}}-1\Big] &\text{for } \tau>\tau_{cr} \\ 0 &\text{for } \tau<\tau_{cr} \end{cases}Dq​={kf​(1−Cg​−Cr​)[τcr​τ​−1]0​for τ>τcr​for τ<τcr​​

Where DqD_qDq​ is the rate of detachment of soil per unit area (kg m−2 s−1)(kg\space m^{-2}\space s^{-1})(kg m−2 s−1), kfk_fkf​ the overland flow soil erodibility coefficient (kg m−2 s−1)(kg\space m^{-2}\space s^{-1})(kg m−2 s−1), τ\tauτ the shear stress due to overland flow (N m−2)(N \space m^{-2})(N m−2), τcr\tau_{cr}τcr​ the critical shear stress for initiation of sediment motion (N m−2)(N \space m^{-2})(N m−2).

The shear stress due to overland flow (τ)(\tau)(τ) is given by:

equation 99

τ=ρghS\tau = \rho ghSτ=ρghS

with ρ\rhoρ the water density (kg m−3)(kg \space m^{-3})(kg m−3), g the acceleration due to gravity (m s−2)(m\space s^{-2})(m s−2), h the water depth (m) and S the water surface slope in the direction of the flow (m m−1)(m\space m^{-1})(m m−1).

The water depth (h) is determined with the Manning equation. We assumed a triangular shaped profile on which the Manning equation is applied, where the width-to-depth ratio is a model parameter. First the flow area is determined with an algebraic re-arrangement of the Manning equation:

equation 100

A=[Q n(2WD2+1WD)2/3S]3/4A=\Bigg[\frac{Q\space n\Big(2\sqrt{\frac{WD^2+1}{WD}}\Big)^{2/3}}{\sqrt{S}}\Bigg]^{3/4}A=[S​Q n(2WDWD2+1​​)2/3​]3/4

where Q is the discharge (m3 s−1)(m^3\space s^{-1})(m3 s−1), n the Manning's coefficient (s m−1/3)(s\space m^{-1/3})(s m−1/3) and WD the width-to-depth ratio (-). The discharge (Q) is obtained from the hydrological model and the Manning's coefficient (n) is defined per land use class.

The water depth (h) is calculated as follows:

equation 101

h=AWDh=\sqrt{\frac{A}{WD}}h=WDA​​

The critical shear stress τcr\tau_{cr}τcr​ is calculated as follows:

equation 102

τcr=(ρs−ρ) g D50 a3 R∗b3\tau_{cr}=(\rho_s- \rho)\space g\space D_{50} \space a_3 \space R_*^{b_3}τcr​=(ρs​−ρ) g D50​ a3​ R∗b3​​

Where ρs\rho_sρs​ is the density of sediment particles (kg m−3)(kg \space m^{-3})(kg m−3), D50D_{50}D50​ the median sediment particle diameter (m), R∗R_*R∗​ the particle Reynolds number (-), and a3a_3a3​ and b3b_3b3​ are given in Table 4 and are determined inside the model code.

Table 4. Values for the empirical coefficients a3a_3a3​ and b3b_3b3​ used to determine the particle Reynolds number (R∗R_*R∗​).

Range for R*
a3
b3

0.03 - 1

0.1

-0.3

1 – 6

0.1

-0.62

6 – 30

0.033

0

30 – 135

0.013

0.28

135 – 400

0.03

0.1

> 400

0.056

0

The particle Reynolds number R∗R_*R∗​ is calculated as follows:

equation 103

R∗=max[0.03,D50τ/ρv]R_*=max\Big[0.03,\frac{D_{50}\sqrt{\tau/\rho}}{v}\Big]R∗​=max[0.03,vD50​τ/ρ​​]

where vvv is the water viscosity (m2 s−1)(m^2 \space s^{-1})(m2 s−1).

Sediment transported

The total sediment taken into transport (G) is calculated as follows:

equation 104

G={Dr+Dqfor Dr+Dq<TCTCfor Dr+Dq>TCG = \begin{cases} D_r+D_q &\text{for } D_r+D_q<TC \\ TC &\text{for } D_r+D_q>TC \end{cases}G={Dr​+Dq​TC​for Dr​+Dq​<TCfor Dr​+Dq​>TC​

Where TC the transport capacity (kg m−2 s−1)(kg \space m^{-2} \space s^{-1})(kg m−2 s−1), which is calculated as follows:

equation 105

TC=GtotρsAcellTC=G_{tot}\frac{\rho_s}{A_{cell}}TC=Gtot​Acell​ρs​​

Where GtotG_{tot}Gtot​ is the capacity particulate transport rate for overland flow (m3 s−1)(m^3 \space s^{-1})(m3 s−1) and AcellA_{cell}Acell​ the cells area (m2)(m^2)(m2).

The capacity particulate transport rate for overland flow (Gtot)(G_{tot})(Gtot​) is determined with the formulations from Engelund & Hansen (1967):

equation 106

G={0.05Q2S3/2gh(ρsρ−1)2D50lfor h>00for h<0G = \begin{cases} \frac{0.05Q^2S^{3/2}}{\sqrt{gh}(\frac{\rho_s}{\rho}-1)^2D_{50}l}&\text{for } h>0 \\ 0 &\text{for } h<0 \end{cases}G={gh​(ρρs​​−1)2D50​l0.05Q2S3/2​0​for h>0for h<0​

Where lll is the width of the flow (m), Q the water flow rate (m3 s−1)(m^3 \space s^{-1})(m3 s−1). The width of the flow lll is determined as:

equation 107

l=WD⋅hl=WD\cdot hl=WD⋅h

DHSVM

The distributed hydrology-soil-vegetation model (DHSVM; Doten et al., 2006) simulates hillslope erosion based on detachment energy of raindrops, leaf drip and surface runoff. The detachment by raindrop impact formulations originate from the SHESED model (Wicks & Bathurst, 1996). These formulations require hourly precipitation intensity as input. While the SPHY hydrological model runs at a daily time step, the model includes a sub-daily infiltration formulation. This formulation determines hourly precipitation intensity, which was subsequently used as input for the DHSVM model. Furthermore, the detachment by raindrop impact formulations require the canopy cover as input, which was obtained from the vegetation module.

Detachment by runoff is determined from a detachment coefficient, the settling velocity, and the transport capacity. The detachment coefficient is a function of the soil cohesion, which is determined from the sum of the soil cohesion and root cohesion. The transport capacity is based on the unit stream power approach from the KINEROS model (Woolhiser et al., 1990), which requires the water depth of the flow as input. We obtained the water depth by applying the Manning equation, assuming a triangular-shaped flow profile, with the width-depth ratio as model parameter.

Detachment by raindrop impact

Detachment by raindrop impact is based on the sum of the momentum squared for rain (MR)(M_R)(MR​) and the momentum squared for leaf drip(MD)(M_D)(MD​)(Wicks & Bathurst, 1996):

equation 108

DR=krFw(1−CG)[(1−CC)MR+MD]D_R=k_rF_w(1-C_G)[(1-C_C)M_R+M_D]DR​=kr​Fw​(1−CG​)[(1−CC​)MR​+MD​]

where DRD_RDR​ is the soil detached by raindrop impact (kg m−2 s−1)(kg \space m^{-2} \space s^{-1})(kg m−2 s−1), krk_rkr​ the raindrop soil erodibility coefficient (J−1)(J^{-1})(J−1), FwF_wFw​ the protective effect of ponding (-), CGC_GCG​ the ground cover (fraction, -), CCC_CCC​ the canopy cover (fraction, -), MRM_RMR​ the momentum squared for rain (kg2 s−3)(kg^2\space s^{-3})(kg2 s−3) and MDM_DMD​ the momentum squared for leaf drip (kg2 s−3)(kg^2\space s^{-3})(kg2 s−3).

The original DHSVM model accounts for the protective effect of ponding on detachment by raindrop impact by model parameter FwF_wFw​(Park, 1982). The hydrological model SPHY does not account for ponding, hence, we assume Fw=1F_w=1Fw​=1.

The momentum squared for the rain (MR)(M_R)(MR​) is determined as follows:

equation 109

MR=αIβM_R=\alpha I^{\beta}MR​=αIβ

Where III is the rainfall intensity (mm h−1)(mm\space h^{-1})(mm h−1) and and are empirical coefficients (Wicks, 1988). The rainfall intensity is determined from the infiltration excess surface runoff formulations of the hydrological model. In these formulations, the hourly rainfall is assumed to decrease linearly over time, where the fraction of the daily rainfall that falls in the first hour is a model parameter. Hence, from these assumptions the hourly rainfall intensity was determined as input for the DHSVM model. Values for α\alphaα and for β\betaβ each rainfall intensity interval are given in Table 5 and are determined inside the model code.

Table 5. Values for the empirical coefficients α\alphaα and β\betaβ used to determine the momentum squared for the rain.

Range for (mm h-1)
α
β

0 – 10

2.69 ∙ 10-8

1.6896

10 - 50

3.75 ∙ 10-8

1.5545

50 - 100

6.12 ∙ 10-8

1.4242

≥ 100

11.75 ∙ 10-8

1.2821

Momentum squared for leaf drip (MD)(M_D)(MD​) is calculated as follows:

equation 110

MD=(VρπD36)DRIP% DRAIN(πD36)M_D=\frac{\big(\frac{V\rho \pi D^3}{6}\big)DRIP\%\space DRAIN}{\big(\frac{\pi D^3}{6}\big)}MD​=(6πD3​)(6VρπD3​)DRIP% DRAIN​

where V is the leaf drip fall velocity (m s−1)(m \space s^{-1})(m s−1), the density of water (kg m−3)(kg \space m^{-3})(kg m−3), D the leaf drip diameter (m), DRIP%DRIP\%DRIP% the proportion of drainage that falls as leaf drip andDRAINDRAINDRAIN the canopy drainage rate (m s−1)(m \space s^{-1})(m s−1). The proportion of the drainage that falls as leaf drip (DRIP%DRIP\%DRIP%) is assumed to be equal to the canopy cover (CC)(C_C)(CC​). The canopy drainage rate (DRAINDRAINDRAIN) is assumed to be equal to the daily precipitation intensity in m s−1m \space s^{-1}m s−1.

The leaf drip fall speed V is calculated as follows (Epema & Riezebos, 1983):

equation 111

V=MβVg(1−e−2XβM)V=\sqrt{\frac{M}{\beta_V}g\bigg(1-e^{-\frac{2X\beta}{M}}\bigg)}V=βV​M​g(1−e−M2Xβ​)​

where X is the average leaf drip fall distance (m), M the average mass of leaf drips (kg), βV\beta_VβV​ a friction constant (kg m−1)(kg \space m^{-1})(kg m−1) and the acceleration due to gravity m s−2m \space s^{-2}m s−2.

The fraction MβV\frac{M}{\beta_V}βV​M​ is a function of the leaf drip diameter D and two coefficients, a and b.

equation 112

MβV=a+b D\frac{M}{\beta_V}=a+b \space DβV​M​=a+b D

where a and b are a function of the drip diameter and fall distance and are given in Table 6 and are determined inside the model code.

Table 6. Values for the empirical coefficients a and b used to determine the fractionMβV\frac{M}{\beta_V}βV​M​.

Drip diameter (m)
Fall distance (m)
a
b

< 0.0033

all

0

2200

≥ 0.0033

< 7.5

1.93

1640

≥ 0.0033

≥ 7.5

5.14

6600

Detachment by runoff

Detachment by runoff is calculated as follows:

equation 113

Dof=βde dy vs TCD_{of}=\beta_{de}\space dy\space v_s \space TCDof​=βde​ dy vs​ TC

where DofD_{of}Dof​ is the soil detachment by overland flow (kg m−2 s−1)(kg \space m^{-2} \space s^{-1})(kg m−2 s−1), βde\beta_{de}βde​ the detachment efficiency (-), dy the length of a grid cell (m), vsv_svs​ the settling velocity (m s−1m \space s^{-1}m s−1) and the transport capacity (m3m^3 m3 sediment m−3m^{-3} m−3 water).

The detachment efficiency βde\beta_{de}βde​ is calculated as follows:

equation 114

βde=0.79e−0.6 COH\beta_{de}=0.79e^{-0.6\space COH}βde​=0.79e−0.6 COH

Where COH is the soil cohesion (kPa), which is determined from the combination of soil cohesion (COHSCOH_SCOHS​) and root cohesion (COHrCOH_rCOHr​).

The settling velocity (vsv_svs​) is calculated following the method as used in the KINEROS model (Woolhiser et al., 1990):

equation 115

vs=(43gρsρ−1)d50Cdv_s=\sqrt{\frac{(\frac{4}{3}g\frac{\rho_s}{\rho}-1)d_{50}}{C_d}}vs​=Cd​(34​gρρs​​−1)d50​​​

where ρs\rho_sρs​ the sediment density (kg m−3)(kg \space m^{-3})(kg m−3), d50d_{50}d50​ the median grain size (m) and CdC_dCd​ the drag coefficient, which is a function of the particle Reynolds number:

equation 116

Cd=24Rn+3Rn+0.34C_d=\frac{24}{R_n}+\frac{3}{\sqrt{R_n}}+0.34Cd​=Rn​24​+Rn​​3​+0.34

where RnR_nRn​ is the particle Reynolds number, defined as:

equation 117

Rn=vs0d50νR_n=\frac{v_{s_0}d_{50}}{\nu}Rn​=νvs0​​d50​​

where vs0v_{s_0}vs0​​ is an initial estimate of the settling velocity (m s−1)(m \space s^{-1})(m s−1) and ν\nuν is the kinematic viscosity of water (m2 s−1)(m^2 \space s^{-1})(m2 s−1), assumed to be equal to 1⋅10−6 m2 s−11 \cdot 10^{-6} \space m^2 \space s^{-1}1⋅10−6 m2 s−1. The initial estimate of the settling velocity vs0v_{s_0}vs0​​ is calculated as follows:

equation 118

vs0=(43gρsρ−1)d50v_{s_0}=\sqrt{\bigg(\frac{4}{3}g\frac{\rho_s}{\rho}-1\bigg)d_{50}}vs0​​=(34​gρρs​​−1)d50​​

The transport capacity (TC) is determined according to the unit stream power method from the KINEROS model (Woolhiser et al., 1990):

equation 119

TC=0.05d50(ρsρ−1)2S hg(SP−SPcr)TC=\frac{0.05}{d_{50}\big(\frac{\rho_s}{\rho}-1\big)^2}\sqrt{\frac{S \space h}{g}}(SP-SP_{cr})TC=d50​(ρρs​​−1)20.05​gS h​​(SP−SPcr​)

where S is the slope (m m−1)(m \space m^{-1})(m m−1), h the water depth (m), SP the stream power (kg m s−3)(kg \space m \space s^{-3})(kg m s−3) and SPcrSP_{cr}SPcr​ the critical stream power (kg m s−3)(kg \space m \space s^{-3})(kg m s−3).

The water depth (h) is determined with the Manning equation. We assumed a triangular shaped profile on which the Manning equation is applied, where the width-to-depth ratio is a model parameter. First the flow area is determined with an algebraic re-arrangement of the Manning equation:

equation 120

A=[Q n(2WD2+1WD)2/3S]3/4A=\Bigg[\frac{Q\space n\bigg(2\sqrt{\frac{WD^2+1}{WD}}\bigg)^{2/3}}{\sqrt{S}}\Bigg]^{3/4}A=[S​Q n(2WDWD2+1​​)2/3​]3/4

where Q is the discharge (m3 s−1)(m^3 \space s^{-1})(m3 s−1), n the Manning's coefficient (s m−1/3)(s\space m^{-1/3})(s m−1/3) and WD the width-to-depth ratio (-). The discharge (Q) is obtained from the hydrological model and the Manning's coefficient (n) is defined per land use class.

The water depth (h) is calculated as follows:

equation 121

h=AWDh=\sqrt{\frac{A}{WD}}h=WDA​​

The stream power (SP) is calculated as follows:

equation 122

SP=ρ g Q SSP=\rho \space g \space Q \space SSP=ρ g Q S

Sediment transported

The sediment taken into transport is simply the sum of detachment by raindrop impact and runoff:

equation 123

sed=DR+Dofsed=D_R+D_{of}sed=DR​+Dof​

Where sed is the sediment taken into transport (kg m2 s−1)(kg \space m^2 \space s^{-1})(kg m2 s−1).

HSPF

The Hydrological Simulation Program-Fortran (HSPF) model (Bicknell et al., 1993) simulates detachment by raindrop impact with daily precipitation intensity as input. The soil erodibility is based on the USLE K-factor, here estimated using the method proposed by Wischmeier et al. (1971). Detached sediment by raindrop impact is stored in the sediment storage, which decreases as a result of soil crusting, simulated by a reduction parameter. The amount of detached sediment by raindrop impact taken into transport is a function of the sediment storage and the transport capacity. Detachment by runoff is a function of surface runoff and a coefficient for scour of the soil matrix.

Detachment by raindrop impact

The original HSPF model accounts for the surface water storage (SURS), for instance as a result of ponding. Since the hydrological model SPHY does not account for ponding, we assume the surface water storage to be equal to 0. The detachment by raindrop impact, which is called washoff of detached sediment by raindrop impact in Bicknell et al. (1993), is calculated as follows:

equation 124

WSSD={DETSfor STCAP>DETSSTCAPfor STCAP<DETSWSSD=\begin{cases} DETS&\text{for } STCAP>DETS \\ STCAP &\text{for } STCAP<DETS \end{cases}WSSD={DETSSTCAP​for STCAP>DETSfor STCAP<DETS​

Where WSSD is the detachment by raindrop impact (ton acre−1)(ton \space acre^{-1})(ton acre−1), DETS is the sediment storage (ton acre−1)(ton \space acre^{-1})(ton acre−1) and STCAP is the capacity for removing detached sediment (ton acre−1)(ton \space acre^{-1})(ton acre−1).

The sediment storage is calculated as follows:

equation 125

DETS=DETS(1−AFFIX)+DETDETS=DETS(1-AFFIX)+DETDETS=DETS(1−AFFIX)+DET

Where DET is the sediment detached from the soil matrix by rainfall (ton acre−1)(ton \space acre^{-1})(ton acre−1) and AFFIX is the fraction by which DETS decreases each day as a result of soil compaction (-).

The sediment detached from the soil matrix by rainfall DET is calculated as follows:

equation 126

DET=DELT60 (1−CR) SMPF KRER(RAINDELT60)JRERDET=DELT60\space (1-CR)\space SMPF\space KRER \bigg(\frac{RAIN}{DELT60}\bigg)^{JRER}DET=DELT60 (1−CR) SMPF KRER(DELT60RAIN​)JRER

Where DELT60 is the number of hours per interval (-), CR the fraction of the land covered by vegetation (-), SMPF the supporting management practice factor (-), KRER the detachment coefficient dependent on soil properties (-), RAIN the rainfall (inch interval−1)(inch \space interval^{-1})(inch interval−1) and JRER the detachment exponent dependent on soil properties (-).

The supporting management practice factor SMPF is assumed to be 1 for all land use classes. The detachment coefficient dependent on soil properties KRER is estimated with the USLE K-factor developed by Wischmeier et al. (1971):

equation 127

KRER=0.00021M1.14(12−OM)+3.25(csoilstr−2)+2.5(cperm−3)100KRER=\frac{0.00021M^{1.14}(12-OM)+3.25(c_{soilstr}-2)+2.5(c_{perm}-3)}{100}KRER=1000.00021M1.14(12−OM)+3.25(csoilstr​−2)+2.5(cperm​−3)​

Where KRER is the particle-size parameter (-), OM is the organic matter content (%), csoilstrc_{soilstr}csoilstr​ is the soil structure class (-) and cpermc_{perm}cperm​ is the profile permeability class (-).

The particle-size parameter is calculated as follows:

equation 128

M=(msilt+mvfs)(100−mc)M=(m_{silt}+m_{vfs})(100-m_c)M=(msilt​+mvfs​)(100−mc​)

Where msiltm_{silt}msilt​ is the silt content (%), mvfsm_{vfs}mvfs​ is the very fine sand content (%) and mcm_{c}mc​ is the clay content (%).

The capacity for removing detached sediment STCAP is calculated as follows:

equation 129

STCAP=DELT60 KSER(SURODELT60)JSERSTCAP=DELT60\space KSER \Big(\frac{SURO}{DELT60}\Big)^{JSER}STCAP=DELT60 KSER(DELT60SURO​)JSER

Where KSER the coefficient for transport of detached sediment (-), SURO the surface outflow of water (inch interval−1)(inch \space interval^{-1})(inch interval−1) and JSER the exponent for transport of detached sediment (-). The surface water storage SURO is estimated by the (routed) runoff from the hydrological model.

Detachment by runoff

Detachment by runoff, which is called scour of matrix soil in Bicknell et al. (1993), is calculated as follows:

equation 130

SCRSD=DELT60 KGER(SURODELT60)JGERSCRSD=DELT60 \space KGER \Big( \frac{SURO}{DELT60} \Big)^{JGER}SCRSD=DELT60 KGER(DELT60SURO​)JGER

Where SCRSD is the scour of matrix soil (ton acre−1)(ton \space acre^{-1})(ton acre−1), KGER is the coefficient for scour of the matrix soil (-) and JGER the exponent for scour of the matrix soil (-).

Sediment transported

The sediment taken into transport is simply the sum of detachment by raindrop impact and runoff:

equation 131

SOSED=WSSD+SCRSDSOSED=WSSD+SCRSDSOSED=WSSD+SCRSD

Where SOSED is the total removal of soil and sediment from the surface by water (ton acre−1)(ton \space acre^{-1})(ton acre−1).

PreviousSoil water processesNextRouting

Last updated 1 year ago

Figure 4. Surface and vegetation roughness options: (a) bare soil, (b) tilled soil (Equation 68), (c) regular vegetation (Equation 69), and (d) irregular vegetation.