Fertilizer Application

The fertilizer operation applies fertilizer or manure to the soil.

Information required in the fertilizer operation includes the timing of the operation (month and day or fraction of plant potential heat units), the type of fertilizer/manure applied, the amount of fertilizer/manure applied, and the depth distribution of fertilizer application.

SWAT+ assumes surface runoff interacts with the top 10 mm of soil. Nutrients contained in this surface layer are available for transport to the main channel in surface runoff. The fertilizer operation allows the user to specify the fraction of fertilizer that is applied to the top 10 mm. The remainder of the fertilizer is added to the first soil layer defined in the HRU .sol file.

In the fertilizer database, the weight fraction of different types of nutrients and bacteria are defined for the fertilizer. The amounts of nutrient added to the different pools in the soil are calculated:

NO3fert=fertminN(1fertNH4)fertNO3_{fert}=fert_{minN}*(1-fert_{NH4})*fert 6:1.7.1

NH4fert=fertminNfertNH4fertNH4_{fert}=fert_{minN}*fert_{NH4}*fert 6:1.7.2

orgNfrsh,fert=0.5fertorgNfertorgN_{frsh,fert}=0.5*fert_{orgN}*fert 6:1.7.3

orgNact,fert=0.5fertorgNfertorgN_{act,fert}=0.5*fert_{orgN}*fert 6:1.7.4

Psolution,fert=fertminPfertP_{solution,fert}=fert_{minP}*fert 6:1.7.5

orgPfrsh,fert=0.5fertorgPfertorgP_{frsh,fert}=0.5*fert_{orgP}*fert 6:1.7.6

orgPhum,fert=0.5fertorgPfertorgP_{hum,fert}=0.5*fert_{orgP}*fert 6:1.7.7

where NO3fertNO3_{fert} is the amount of nitrate added to the soil in the fertilizer (kg N/ha), NH4fertNH4_{fert} is the amount of ammonium added to the soil in the fertilizer (kg N/ha), orgNfrsh,fertorgN_{frsh,fert} is the amount of nitrogen in the fresh organic pool added to the soil in the fertilizer (kg N/ha), orgNact,fertorgN_{act,fert} is the amount of nitrogen in the active organic pool added to the soil in the fertilizer (kg N/ha), Psolution,fertP_{solution,fert} is the amount of phosphorus in the solution pool added to the soil in the fertilizer (kg P/ha), orgPfrsh,fertorgP_{frsh,fert} is the amount of phosphorus in the fresh organic pool added to the soil in the fertilizer (kg P/ha), orgPhum,fertorgP_{hum,fert} is the amount of phosphorus in the humus organic pool added to the soil in the fertilizer (kg P/ha), fertminNfert_{minN} is the fraction of mineral N in the fertilizer, fertNH4fert_{NH4} is the fraction of mineral NN in the fertilizer that is ammonium, fertorgNfert_{orgN} is the fraction of organic NN in the fertilizer, fertminPfert_{minP} is the fraction of mineral PP in the fertilizer, fertorgPfert_{orgP} is the fraction of organic PP in the fertilizer, and fertfert is the amount of fertilizer applied to the soil (kg/ha).

If manure is applied, the bacteria in the manure may become attached to plant foliage or be incorporated into the soil surface layer during application. The amount of bacteria reaching the ground surface and the amount of bacteria adhering to the plant foliage is calculated as a function of ground cover. The ground cover provided by plants is:

gc=1.99532erfc[1.333LAI2]2.1gc=\frac{1.99532-erfc[1.333*LAI-2]}{2.1} 6:1.7.8

where gcgc is the fraction of the ground surface covered by plants, erfcerfc is the complementary error function, and LAILAI is the leaf area index.

The complementary error function frequently occurs in solutions to advective-dispersive equations. Values for erfc(β)erfc(\beta) and erf(β)erf(\beta) (erferf is the error function for β\beta), where β\beta is the argument of the function, are graphed in Figure 6:1-1. The figure shows that erf(β)erf(\beta) ranges from –1 to +1 while erfc(β)erfc(\beta) ranges from 0 to +2. The complementary error function takes on a value greater than 1 only for negative values of the argument.

Once the fraction of ground covered by plants is known, the amount of bacteria applied to the foliage is calculated:

bactlp,fol=gcfractivefertlpbactfert10bact_{lp,fol}=\frac{gc*fr_{active}*fert_{lpbact}*fert}{10} 6:1.7.9

bactp,fol=gcfractivefertpbactfert10bact_{p,fol}=\frac{gc*fr_{active}*fert_{pbact}*fert}{10} 6:1.7.10

and the amount of bacteria applied to the soil surface is

bactlpsol,fert=(1gc)fractivefertlpbactkbactfert10bact_{lpsol,fert}=\frac{(1-gc)*fr_{active}*fert_{lpbact}*k_{bact}*fert}{10} 6:1.7.11

bactlpsorb,fert=(1gc)fractivefertlpbact(1kbact)fert10bact_{lpsorb,fert}=\frac{(1-gc)*fr_{active}*fert_{lpbact}*(1-k_{bact})*fert}{10} 6:1.7.12

bactpsol,fert=(1gc)fractivefertpbactkbactfert10bact_{psol,fert}=\frac{(1-gc)*fr_{active}*fert_{pbact}*k_{bact}*fert}{10} 6:1.7.13

bactpsorb,fert=(1gc)fractivefertpbact(1kbact)fert10bact_{psorb,fert}=\frac{(1-gc)*fr_{active}*fert_{pbact}*(1-k_{bact})*fert}{10} 6:1.7.14

where bactlp,folbact_{lp,fol} is the amount of less persistent bacteria attached to the foliage (# cfu/m2^2), bactp,folbact_{p,fol} is the amount of persistent bacteria attached to the foliage (# cfu/m2^2), bactlpsol,fertbact_{lpsol,fert} is the amount of less persistent bacteria in the solution pool added to the soil (# cfu/m2^2), bactlpsorb,fertbact_{lpsorb,fert} is the amount of less persistent bacteria in the sorbed pool added to the soil (# cfu/m2^2), bactpsol,fertbact_{psol,fert} is the amount of persistent bacteria in the solution pool added to the soil (# cfu/m2^2), bactpsorb,fertbact_{psorb,fert} is the amount of persistent bacteria in the sorbed pool added to the soil (# cfu/m2^2), gcgc is the fraction of the ground surface covered by plants, fractivefr_{active} is the fraction of the manure containing active colony forming units, fertlpbactfert_{lpbact} is the concentration of less persistent bacteria in the fertilizer (# cfu/g manure), fertpbactfert_{pbact} is the concentration of persistent bacteria in the fertilizer (# cfu/g manure), kbactk_{bact} is the bacterial partition coefficient, and fertfert is the amount of fertilizer/manure applied to the soil (kg/ha).

Table 6:1-7: SWAT+ input variables that pertain to fertilizer application.

Last updated