# tmp\_min\_sd

This parameter quantifies the variability in minimum temperature for each month. The standard deviation is calculated as

$$
σmn\_{mon}=\sqrt{(\frac{∑*{d=1}^N\*(T*{mn,mon}-μmn\_{mon} )^2 }{N-1}})
$$

where $$σmn\_{mon}$$is the standard deviation for daily minimum temperature in month $$mon$$ (ºC), $$T\_{mn,mon}$$ is the daily minimum temperature on day $$d$$ in month $$mon$$ (ºC), $$μmn\_{mon}$$ is the average daily minimum temperature for the month $$mon$$ (ºC), and $$N$$ is the total number of daily minimum temperature records for month $$mon$$.


---

# 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/climate/weather-wgn.cli/tmp_min_sd.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.
