# Nitrite

The amount of nitrite ($$NO\_2^-$$) in the stream will be increased by the conversion of $$NH\_4^+$$ to $$NO\_2^-$$ and decreased by the conversion of $$NO\_2^-$$ to $$NO\_3^-$$. The conversion of $$NO\_2^-$$ to $$NO\_3^-$$ occurs more rapidly than the conversion of $$NH\_4^+$$ to $$NO\_2^-$$, so the amount of nitrite present in the stream is usually very small. The change in nitrite for a given day is:

&#x20;          $$\Delta NO2\_{str}=(\beta\_{N,1}\*NH4\_{str}-\beta\_{N,2}\*NO2\_{str})\*TT$$                                        7:3.2.8

where $$\Delta NO2\_{str}$$ is the change in nitrite concentration (mg N/L), $$\beta\_{N,1}$$ is the rate constant for biological oxidation of ammonia nitrogen (day$$^{-1}$$ or hr$$^{-1}$$), $$NH4\_{str}$$ is the ammonium concentration at the beginning of the day (mg N/L), $$\beta\_{N,2}$$ is the rate constant for biological oxidation of nitrite to nitrate (day$$^{-1}$$ or hr$$^{-1}$$), $$NO2\_{str}$$ is the nitrite concentration at the beginning of the day (mg N/L), and $$TT$$ is the flow travel time in the reach segment (day or hr). The local rate constant for biological oxidation of ammonia nitrogen is calculated with equation 7:3.2.5. The calculation of travel time is reviewed in Chapter 7:1.

The rate constant for biological oxidation of nitrite to nitrate will vary as a function of in-stream oxygen concentration and temperature. The rate constant is calculated:

&#x20;   $$\beta\_{N,2}=\beta\_{N,2,20}*(1-exp\[-0.6*Ox\_{str}])\*1.047^{(T\_{water}-20)}$$                                  7:3.2.9

where $$\beta\_{N,2}$$ is the rate constant for biological oxidation of nitrite to nitrate (day$$^{-1}$$ or hr$$^{-1}$$), $$\beta\_{N,2,20}$$  is the rate constant for biological oxidation of nitrite to nitrate at 20$$\degree$$C (day$$^{-1}$$ or hr$$^{-1}$$),$$Ox\_{str}$$ is the dissolved oxygen concentration in the stream (mg O$$*2$$/L), and $$T*{water}$$ is the average water temperature for the day or hour ($$\degree$$C). The second term on the right side of equation 7:3.2.9, $$(1-exp\[-0.6\*Ox\_{str}])$$, is a nitrification inhibition correction factor. This factor inhibits nitrification at low dissolved oxygen concentrations.


---

# 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-7-main-channel-processes/in-stream-nutrient-processes/nitrogen-cycle/nitrite.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.
