# 3:1.3 Nitrification &  Ammonia Volatilization

Nitrification is the two-step bacterial oxidation of $$NH\_4^+$$ to $$NO\_3^-$$.

step 1:  $$2NH^+\_4+3O\_2\xrightarrow{-12e^-}2NO^-\_2+2H\_2O+4H^+$$     (Nitrosomonas)

step 2:  $$2NO^-\_2+O\_2\xrightarrow{-4e^-}2NO^-\_3$$                                            (Nitrobacter)

Ammonia volatilization is the gaseous loss of $$NH\_3$$ that occurs when ammonium, $$NH\_4^+$$, is surface applied to a calcareous soil or when urea,    ($$NH\_2)\_2CO\_2$$, is surface applied to any soil.

$$NH\_4^+$$ surface applied to a calcareous soil:

step 1: $$CaCO\_3+2NH^+\_4X\longleftrightarrow(NH\_4)\_2CO\_3+CaX\_2$$

step 2: $$(NH\_4)CO\_3\longleftrightarrow2NH\_3+CO\_2+H\_2O$$

Urea surface applied to any soil:

step 1: $$(NH\_2)\_2CO+2H\_2O\xleftrightarrow{urease,enzyme}(NH\_4)\_2CO\_3$$

step 2: $$(NH\_4)\_2CO\_3\longleftrightarrow2NH\_3+CO\_2+H\_2O$$

SWAT+ simulates nitrification and ammonia volatilization using a combination of the methods developed by Reddy et al. (1979) and Godwin et al. (1984). The total amount of nitrification and ammonia volatilization is calculated, and then partitioned between the two processes. Nitrification is a function of soil temperature and soil water content while ammonia volatilization is a function of soil temperature, depth and cation exchange capacity. Four coefficients are used in the nitrification/volatilization algorithms to account for the impact of these parameters. Nitrification/volatilization occurs only when the temperature of the soil layer exceeds 5°C.

The nitrification/volatilization temperature factor is calculated:

&#x20;$$\eta\_{tmp,ly}=0.41\*\frac{(T\_{soil,ly}-5)}{10}$$  if  $$T\_{soil,ly}>5$$                                                                                                       3:1.3.1

where $$\eta\_{tmp,ly}$$ is the nitrification/volatilization temperature factor, and $$T\_{soil,ly}$$ is the temperature of layer $$ly$$ (°C).

The nitrification soil water factor is calculated:

$$\eta\_{sw,ly}=\frac{SW\_{ly}-WP\_{ly}}{0.25\*(FC\_{ly}-WP\_{ly})}$$   if $$SW\_{ly}<0.25*FC\_{ly}-0.75*WP\_{ly}$$                                                       3:1.3.2

$$\eta\_{sw,ly}=1.0$$                           if $$SW\_{ly} \ge 0.25*FC\_{ly}-0.75*WP\_{ly}$$                                                      3:1.3.3

where $$\eta\_{sw,ly}$$ is the nitrification soil water factor, $$SW\_{ly}$$ is the soil water content of layer $$ly$$ on a given day (mm H$$*2$$O), $$WP*{ly}$$ is the amount of water held in the soil layer at wilting point water content (mm H$$*2$$O), and $$FC*{ly}$$ is the amount of water held in the soil layer at field capacity water content (mm H$$\_2$$O).&#x20;

The volatilization depth factor is calculated:

$$\eta\_{midz,ly}=1-\frac{z\_{mid,ly}}{z\_{mid,ly}+exp\[4.706-0.0305\*z\_{mid,ly}]}$$                                                                                                     3:1.3.4

where $$\eta\_{midz,ly}$$ is the volatilization depth factor, and $$z\_{mid,ly}$$ is the depth from the soil surface to the middle of the layer (mm).

SWAT+ does not require the user to provide information about soil cation exchange capacity. The volatilization cation exchange factor is set to a constant value:

$$\eta\_{cec,ly}=0.15$$                                                                                                                                                           3:1.3.5

The impact of environmental factors on nitrification and ammonia volatilization in a given layer is defined by the nitrification regulator and volatilization regulator. The nitrification regulator is calculated:

$$\eta\_{nit,ly}=\eta\_{tmp,ly}\*\eta\_{sw,ly}$$                                                                                                                                       3:1.3.6

and the volatilization regulator is calculated:

&#x20;$$\eta\_{vol,ly}=\eta\_{tmp,ly}*\eta\_{midz,ly}*\eta\_{cec,ly}$$                                                                                                                   3:1.3.7

where $$\eta\_{nit,ly}$$ is the nitrification regulator, $$\eta\_{vol,ly}$$ is the volatilization regulator, $$\eta\_{tmp,ly}$$ is the nitrification/volatilization temperature factor, $$\eta\_{sw,ly}$$ is the nitrification soil water factor, and $$\eta\_{midz,ly}$$ is the volatilization depth factor.

The total amount of ammonium lost to nitrification and volatilization is calculated using a first-order kinetic rate equation (Reddy et al., 1979):

$$N\_{nit|vol,ly}=NH4\_{ly}\*(1-exp\lfloor-\eta\_{nit,ly}-\eta\_{vol,ly}\rfloor)$$                                                                                 3:1.3.8

where $$^{N\_{nit|vol,ly}}$$ is the amount of ammonium converted via nitrification and volatilization in layer $$ly$$ (kg N/ha), $$NH4\_{ly}$$ is the amount of ammonium in layer $$ly$$ (kg N/ha), $$\eta\_{nit,ly}$$ is the nitrification regulator, and $$\eta\_{vol,ly}$$ is the volatilization regulator.

To partition $$^{N\_{nit|vol,ly}}$$ between nitrification and volatilization, the expression by which $$NH4\_{ly}$$ is multiplied in equation 3:1.3.8, is solved using each regulator individually to obtain a fraction of ammonium removed by each process:

$$fr\_{nit,ly}=1-exp\lfloor-\eta\_{nit,ly}\rfloor$$                                                                                                                             3:1.3.9

$$fr\_{vol,ly}=1-exp\lfloor-\eta\_{vol,ly}\rfloor$$                                                                                                                           3:1.3.10

where $$fr\_{nit,ly}$$ is the estimated fraction of nitrogen lost by nitrification, $$fr\_{vol,ly}$$ is the estimated fraction of nitrogen lost by volatilization, $$\eta\_{nit,ly}$$ is the nitrification regulator, and $$\eta\_{vol,ly}$$ is the volatilization regulator.  &#x20;

The amount of nitrogen removed from the ammonium pool by nitrification is then calculated:

$$N\_{nit,ly}=\frac{fr\_{nit,ly}}{(fr\_{nit,ly}+fr\_{vol,ly})}\*N\_{nit|vol,ly}$$                                                                                                               3:1.3.11

and the amount of nitrogen removed from the ammonium pool by volatilization is:

$$N\_{vol,ly}=\frac{fr\_{vol,ly}}{(fr\_{nit,ly}+fr\_{vol,ly})}\*N\_{nit|vol,ly}$$                                                                                                               3:1.3.12

where $$N\_{nit,ly}$$ is the amount of nitrogen converted from $$NH\_4^+$$ to $$NO\_3^-$$ in layer $$ly$$ (kg N/ha), $$N\_{vol,ly}$$ is the amount of nitrogen converted from $$NH\_4^+$$ to $$NH\_3$$ in layer $$ly$$ (kg N/ha), $$fr\_{nit,ly}$$ is the estimated fraction of nitrogen lost by nitrification, $$fr\_{vol,ly}$$ is the estimated fraction of nitrogen lost by volatilization, and  $$^{N\_{nit|vol,ly}}$$ is the amount of ammonium converted via nitrification and volatilization in layer $$ly$$ (kg N/ha).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-3-nutrients-pesticides/chapter-3-1-nitrogen/3-1.3-nitrification-and-ammonia-volatilization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
