# Snow Cover Effects

&#x20;                        The erosive power of rain and runoff will be less when snow cover is present than when there is no snow cover. During periods when snow is present in an HRU, SWAT+ modifies the sediment yield using the following relationship:

&#x20;         $$sed=\frac{sed'}{exp\[\frac{3\*SNO}{25.4}]}$$                                                                                           4:1.3.1

where $$sed$$ is the sediment yield on a given day (metric tons), $$sed'$$ is the sediment yield calculated with MUSLE (metric tons), and $$SNO$$ is the water content of the snow cover (mm H$$\_2$$O). &#x20;


---

# 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/sediment/snow-cover-effects.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.
