# tmp\_lag

The influence of the previous day’s snowpack temperature on the current day’s snow pack temperature is controlled by a lagging factor, which inherently accounts for snow pack density, snowpack depth, exposure and other factors affecting snowpack temperature.&#x20;

{% hint style="info" %}
As *tmp\_lag* approaches 1.0, the mean air temperature on the current day exerts an increasingly greater influence on the snow pack temperature and the snow pack temperature from the previous day exerts less and less influence. As it approaches zero, the snowpack temperature will be less influenced by the current day's air temperature.
{% endhint %}


---

# 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/hydrology/snow.sno/tmp_lag.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.
