# Enrichment Ratio

As surface runoff flows over the soil surface, part of the water’s energy is used to pick up and transport soil particles. The smaller particles weigh less and are more easily transported than coarser particles. When the particle size distribution of the transported sediment is compared to that of the soil surface layer, the sediment load to the main channel has a greater proportion of clay sized particles. In other words, the sediment load is enriched in clay particles. The sorbed phase of pesticide in the soil is attached primarily to colloidal (clay) particles, so the sediment load will also contain a greater proportion or concentration of pesticide than that found in the soil surface layer.

&#x20;             The enrichment ratio is defined as the ratio of the concentration of sorbed pesticide transported with the sediment to the concentration in the soil surface layer. SWAT+ will calculate an enrichment ratio for each storm event, or allow the user to define a particular enrichment ratio for sorbed pesticide that is used for all storms during the simulation. 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 pesticide enrichment ratio, $$\varepsilon\_{pst:sed}$$, for each storm event is:

&#x20;                 $$\varepsilon\_{pst:sed}=0.78\*(conc\_{sed,surq})^{-0.2468}$$                                              4:3.3.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:3.3.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).

Table 4:3-3: SWAT+ input variables that pertain to sorbed pesticide loading.

| Variable Name | Definition                                             | Input File |
| ------------- | ------------------------------------------------------ | ---------- |
| SOL\_BD       | $$\rho\_b$$: Bulk density(Mg/$$m^3$$)                  | .sol       |
| PSTENR        | $$\varepsilon\_{pst:sed}$$: Pesticide enrichment ratio | .chm       |


---

# 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-4-erosion/pesticide-transport/transport-of-sorbed-pesticide/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.
