> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-4-erosion/bacteria-transport/bacteria-attached-to-sediment-in-surface-runoff.md).

# Bacteria Attached to  Sediment in Surface Runoff

Bacteria attached to soil particles may be transported by surface runoff to the main channel. This bacteria is associated with the sediment loading from the HRU and changes in sediment loading will be reflected in the loading of this form of bacteria. The amount of bacteria transported with sediment to the stream is calculated with a loading function developed by McElroy et al. (1976) and modified by Williams and Hann (1978) for nutrients.

&#x20;          $$bact\_{lp,sed}=0.0001*conc\_{sedlpbact}*\frac{sed}{area\_{hru}}\*\varepsilon\_{bact:sed}$$                                  4:4.2.1

&#x20;         $$bact\_{p,sed}=0.0001*conc\_{sedpbact}*\frac{sed}{area\_{hru}}\*\varepsilon\_{bact:sed}$$                                    4:4.2.2

where $$bact\_{lp,sed}$$ is the amount of less persistent bacteria transported with sediment in surface runoff (#cfu/m$$^2$$), $$bact\_{p,sed}$$ is the amount of persistent bacteria transported with sediment in surface runoff (#cfu/m$$^2$$), $$conc\_{sedlpbact}$$ is the concentration of less persistent bacteria attached to sediment in the top 10 mm (# cfu/ metric ton soil), $$conc\_{sedpbact}$$ is the concentration of persistent bacteria attached to sediment in the top 10 mm (# cfu/ metric ton soil), $$sed$$ is the sediment yield on a given day (metric tons), $$area\_{hru}$$ is the HRU area (ha), and $$\varepsilon\_{bact:sed}$$ is the bacteria enrichment ratio.

The concentration of bacteria attached to sediment in the soil surface layer is calculated:

&#x20;           $$conc\_{sedlpbact}=1000\*\frac{bact\_{lp,sorb}}{\rho\_b\*depth\_{surf}}$$                                                             4:4.2.3

&#x20;           $$conc\_{sedpbact}=1000\*\frac{bact\_{p,sorb}}{\rho\_b\*depth\_{surf}}$$                                                             4:4.2.4

where $$bact\_{lpsorb}$$ is the amount of less persistent bacteria sorbed to the soil (#cfu/m$$^2$$), $$bact\_{psorb}$$ is the amount of persistent bacteria sorbed to the soil (#cfu/m$$^2$$), $$\rho\_b$$ is the bulk density of the first soil layer (Mg/m$$^3$$), and $$depth\_{surf}$$ is the depth of the soil surface layer (10 mm).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-4-erosion/bacteria-transport/bacteria-attached-to-sediment-in-surface-runoff.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
