# Snow Forecast

Based on freely available numeric weather models, seven day predictions of snow depth can be calculated (we currently calculate +48 hours as of now). Using the snow depth algorithms, weather station data is substituted by forecasted data and snow cover extend adapted. This helps to better predict upcoming snowfall and snow melt. With every day, the potential discrepancy between snow cover and snow depth increases.&#x20;

Fresh snowfall is an important event for many people. The difference between our daily snow depth maps and forecast results enables the prediction of it.&#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://exolabs-ch.gitbook.io/cosmos/snow-forecast.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.
