> 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/~/changes/GiVD5ID0WVyRIAumaMy2/bacteria-transport/bacteria-attached-to-sediment-in-surface-runoff/enrichment-ratio.md).

# Enrichment Ratio

The enrichment ratio is defined as the ratio of the concentration of bacteria transported with the sediment to the concentration of bacteria attached to soil partivles in the soil surface layer. SWAT+ calculates an enrichment ratio for each storm event which is used for the bacteria loading calculations. To calculate the enrichment ratio, SWAT+ uses a relationship described by Menzel (1980) in which the enrichment ratio is logarithmically related to sediment concentration. The equation used to calculate the bacteria enrichment ratio, $$\varepsilon\_{bact:sed}$$, for each storm event is:

&#x20;          $$\varepsilon\_{bact:sed}=0.78\*(conc\_{sed,surq})^{-0.2468}$$                                                4:4.2.5

where $$conc\_{sed,surq}$$ is the concentration of sediment in surface runoff (Mg sed/m$$^3$$ H$$\_2$$O). The concentration of sediment in surface runoff is calculated:

&#x20;          $$conc\_{sed,surq}=\frac{sed}{10\*area\_{hru}\*Q\_{surf}}$$                                                             4:4.2.6

where $$sed$$ is the sediment yield on a given day (metric tons), $$area\_{hru}$$ is the HRU area (ha), and $$Q\_{surf}$$ is the amount of surface runoff on a given day (mm H$$\_2$$O).&#x20;

Table 4:4-2: SWAT+ input variables that pertain to loading of bacteria attached to sediment.

| Variable Name | Definition                            | Input File |
| ------------- | ------------------------------------- | ---------- |
| SOL\_BD       | $$\rho\_b$$: Bulk density(Mg/m$$^3$$) | .sol       |


---

# 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:

```
GET https://swatplus.gitbook.io/io-docs/~/changes/GiVD5ID0WVyRIAumaMy2/bacteria-transport/bacteria-attached-to-sediment-in-surface-runoff/enrichment-ratio.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.
