Nutrient Lag in Surface Runoff and Lateral Flow

In large subbasins with a time of concentration greater than 1 day, only a portion of the surface runoff and lateral flow will reach the main channel on the day it is generated. SWAT+ incorporates a storage feature to lag a portion of the surface runoff and lateral flow release to the main channel. Nutrients in the surface runoff and lateral flow are lagged as well.

Once the nutrient load in surface runoff and lateral flow is determined, the amount of nutrients released to the main channel is calculated:

NO3surf=(NO3surf+NO3surstor,i1)(1exp[surlagtconc])NO3_{surf}=(NO3'_{surf}+NO3_{surstor,i-1})*(1-exp[\frac{-surlag}{t_{conc}}]) 4:2.5.1

NO3lat=(NO3lat+NO3latstor,i1)(1exp[1TTlat])NO3_{lat}=(NO3'_{lat}+NO3_{latstor,i-1})*(1-exp[\frac{-1}{TT_{lat}}]) 4:2.5.2

orgNsurf=(orgNsurf+orgNstor,i1)(1exp[surlagtconc])orgN_{surf}=(orgN'_{surf}+orgN_{stor,i-1})*(1-exp[\frac{-surlag}{t_{conc}}]) 4:2.5.3

Psurf=(Psurf+Pstor,i1)(1exp[surlagtconc])P_{surf}=(P'_{surf}+P_{stor,i-1})*(1-exp[\frac{-surlag}{t_{conc}}]) 4:2.5.4

sedPsurf=(sedPsurf+sedPstor,i1)(1exp[surlagtconc])sedP_{surf}=(sedP'_{surf}+sedP_{stor,i-1})*(1-exp[\frac{-surlag}{t_{conc}}]) 4:2.5.5

where NO3surfNO3_{surf} is the amount of nitrate discharged to the main channel in surface runoff on a given day (kg N/ha),NO3surfNO3'_{surf} is the amount of surface runoff nitrate generated in the HRU on a given day (kg N/ha), NO3surstor,i1NO3_{surstor,i-1} is the surface runoff nitrate stored or lagged from the previous day (kg N/ha), NO3latNO3_{lat} is the amount of nitrate discharged to the main channel in lateral flow on a given day (kg N/ha), NO3latNO3'_{lat} is the amount of lateral flow nitrate generated in the HRU on a given day (kg N/ha), NO3latstor,i1NO3_{latstor,i-1} is the lateral flow nitrate stored or lagged from the previous day (kg N/ha), orgNsurforgN_{surf} is the amount of organic N discharged to the main channel in surface runoff on a given day (kg N/ha),orgNsurforgN'_{surf} is the organic N loading generated in the HRU on a given day (kg N/ha), orgNstor,i1orgN_{stor,i-1} is the organic N stored or lagged from the previous day (kg N/ha), PsurfP_{surf} is the amount of solution P discharged to the main channel in surface runoff on a given day (kg P/ha), PsurfP'_{surf} is the amount of solution P loading generated in the HRU on a given day (kg P/ha), Pstor,i1P_{stor,i-1} is the solution P loading stored or lagged from the previous day (kg P/ha), sedPsurfsedP_{surf} is the amount of sediment-attached P discharged to the main channel in surface runoff on a given day (kg P/ha), sedPsurfsedP'_{surf} is the amount of sediment-attached P loading generated in the HRU on a given day (kg P/ha), sedPstor,i1sedP_{stor,i-1} is the sediment-attached P stored or lagged from the previous day (kg P/ha), surlagsurlag is the surface runoff lag coefficient, tconct_{conc} is the time of concentration for the HRU (hrs) and TTlagTT_{lag} is the lateral flow travel time (days).

Table 4:2-5: SWAT+ input variables that pertain to nutrient lag calculations.

Variable NameDefinitionInput File

SURLAG

surlagsurlag: surface runoff lag coefficient

.bsn

LAT_TTIME

TTlagTT_{lag}: Lateral flow travel time (days)

.hru

Last updated