# soil\_ads

Pesticides in the soil environment can be transported in solution or attached to sediment. The partitioning of a pesticide between the solution and soil phases is defined by the soil adsorption coefficient for the pesticide. The soil adsorption coefficient is the ratio of the pesticide concentration in the soil or solid phase to the pesticide concentration in the solution or liquid phase:

$$K\_p=\frac{C\_{solidphase}}{C\_{solution}}$$

where $$K\_p$$ is the soil adsorption coefficient ((mg/kg)/(mg/L) or m3/ton), $$C\_{solidphase}$$ is the concentration of the pesticide sorbed to the solid phase (mg chemical/kg solid material or g/ton), and $$C\_{solution}$$ is the concentration of the pesticide in solution (mg chemical/L solution or g/ton). The definition of the soil adsorption coefficient in this equation assumes that the pesticide sorption process is linear with concentration and instantaneously reversible. Because the partitioning of pesticide is dependent upon the amount of organic material in the soil, the soil adsorption coefficient input to the model is normalized for soil organic carbon content. The relationship between the soil adsorption coefficient and the soil adsorption coefficient normalized for soil organic carbon content is:

$$K\_p=K\_{oc}\*\frac{orgC}{100}$$

where $$K\_p$$ is the soil adsorption coefficient ((mg/kg)/(mg/L)), $$K\_{oc}$$ is the soil adsorption coefficient normalized for soil organic carbon content ((mg/kg)/(mg/L) or m3/ton), and $$orgC$$ is the percent organic carbon present in the soil.


---

# 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/introduction-1/databases/pesticide.pes/soil_ads.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.
