# Psychrometric Chart

**Clima** allows the user to visualize all annual weather conditions on a [psychrometric diagram.](/clima/documentation/tabs-explained/psychrometric-chart/psychrometric-chart-explained.md)

The default diagram allows the users to overlay the frequency with which weather conditions recur throughout the year.

<figure><img src="/files/IVu64d1ZxibClDySTJyI" alt=""><figcaption><p>Example: Frequency of climatic condition in the Psychrometric chart of <strong>New York, USA</strong></p></figcaption></figure>

With the first choice in the drop-down list, "None", it is possible to view temperature conditions in the psychrometric diagram over the entire year. The visualized dots have the same gradient with a transparency rate, they are not colored according to a legend. Multiplying them when overlaid provides a visualization of their frequency, so the most common conditions.

<figure><img src="/files/h9aH6aqosLCjYYGlcV7Q" alt=""><figcaption><p>Example: Psychrometric chart with climatic conditions of <strong>New York, USA</strong></p></figcaption></figure>

Then, users can overlay another variable on the graphs, choosing from [Clima dataframe](/clima/documentation/tabs-explained/tab-summary/clima-dataframe.md).

<figure><img src="/files/r4EDSdC9stX0TOEMmG9K" alt=""><figcaption><p>Example: Psychrometric charts with different variables (from top left to bottom right): dry bulb temperature, relative humidity, global horizontal radiation, and wind speed</p></figcaption></figure>

Moreover, data can be filtered by date, time, or one of the [Clima dataframe](/clima/documentation/tabs-explained/tab-summary/clima-dataframe.md) variables.

<figure><img src="/files/l3uXtdRSdbdKbgdtMzJF" alt=""><figcaption><p>Psychrometric charts filters</p></figcaption></figure>

### Video Tutorial

Learn more about the Psychrometric tab by watching the following video.

{% embed url="<https://youtu.be/VJ_wOHadVdw?si=iAcBQpq3IgCNY-H6&t=582>" %}


---

# 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://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/psychrometric-chart.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.
