# pcp\_skew

This parameter quantifies the symmetry of the precipitation distribution around the monthly mean. The skew coefficient is calculated as

$$
g\_{mon}=\frac{N\*∑*{d=1}^N\*(R*{day,mon}-R\_{mon})^3 }{(N-1)*(N-2)*(σ\_{mon})^3}
$$

where $$g\_{mon}$$ is the skew coefficient for precipitation in the month, $$N$$ is the total number of daily precipitation records for month $$mon$$, $$R\_{day,mon}$$ is the amount of precipitation for day $$d$$ in month $$mon$$ (mm H2O), $$R\_{mon}$$ is the average precipitation for the month (mm H2O), and $$σ\_{mon}$$ is the standard deviation for daily precipitation in month $$mon$$ (mm H2O). Daily precipitation values of 0 mm are included in the skew coefficient calculation.


---

# 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/pcp_skew.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.
