# Enrichment Ratio

The enrichment ratio is defined as the ratio of the concentration of phosphorus transported with the sediment to the concentration of phosphorus 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 phosphorus attached to sediment 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 phosphorus enrichment ratio, $$\varepsilon\_{P:sed}$$, for each storm event is:

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

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

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:2-4: SWAT+ input variables that pertain to loading of P attached to sediment.

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


---

# 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/nutrient-transport/organic-and-mineral-p-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.
