> 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-3-nutrients-pesticides/bacteria/wash-off.md).

# Wash-off

A portion of the bacteria on plant foliage may be washed off during rain events. The fraction washed off is a function of plant morphology, bacteria characteristics, and the timing and intensity of the rainfall event. Wash-off will occur when the amount of precipitation on a given day exceeds 2.54 mm.

&#x20;          The amount of bacteria washing off plant foliage during a precipitation event on a given day is calculated:

$$bact\_{lp,wsh}=fr\_{wsh,lp}\*bact\_{lp,fol}$$                                            3:4.1.1

$$bact\_{p,wsh}=fr\_{wsh,p}\*bact\_{p,fol}$$                                               3:4.1.2

where $$bact\_{lp,wsh}$$ is the amount of less persistent bacteria on foliage that is washed off the plant and onto the soil surface on a given day (# cfu/m$$^2$$), $$bact\_{p,wsh}$$ is the amount of persistent bacteria on foliage that is washed off the plant and onto the soil surface on a given day (# cfu/m$$^2$$), $$fr\_{wsh,lp}$$ is the wash-off fraction for the less persistent bacteria, $$fr\_{wsh,p}$$ is the wash-off fraction for the persistent bacteria, $$bact\_{lp,fol}$$ is the amount of less persistent bacteria attached to the foliage (# cfu/m$$^2$$), and $$bact\_{p,fol}$$ is the amount of persistent bacteria attached to the foliage (# cfu/m$$^2$$). The wash-off fraction represents the portion of the bacteria on the foliage that is dislodgable.

&#x20;         Bacteria that washes off the foliage is assumed to remain in solution in the soil surface layer.

Table 3:4-1: SWAT+ input variables that pertain to bacteria wash-off.

| Variable Name | Definition                                                       | Input File |
| ------------- | ---------------------------------------------------------------- | ---------- |
| WOF\_P        | $$fr\_{wsh,p}$$: Wash-off fraction for persistent bacteria       | .bsn       |
| WOF\_LP       | $$fr\_{wsh,lp}$$: Wash-off fraction for less persistent bacteria | .bsn       |


---

# 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-3-nutrients-pesticides/bacteria/wash-off.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.
