> For the complete documentation index, see [llms.txt](https://cbe-berkeley.gitbook.io/clima/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cbe-berkeley.gitbook.io/clima/readme.md).

# CBE Clima Tool

The CBE Clima Tool is a web-based application built to support climate analysis specifically designed to support the need of architects and engineers interested in climate-adapted design. It allows users to analyze the climate data of more than 27,500 locations worldwide from both [Energy Plus](https://energyplus.net/weather) and [Climate.One.Building.org](http://climate.onebuilding.org/). You can, however, also choose to upload your own EPW weather file. Our tool can be used to analyze and visualize data contained in EnergyPlus Weather (EPW) files. It furthermore calculates a number of climate-related values (i.e. solar azimuth and altitude, Universal Thermal Climate Index (UTCI), comfort indices, etc.) that are not contained in the EPW files but can be derived from the information therein contained. It can be freely accessed at [clima.cbe.berkeley.edu](http://clima.cbe.berkeley.edu)

> If you use this tool please consider citing us. Betti, G., Tartarini, F., Nguyen, C, Schiavon, S. CBE Clima Tool: A free and open-source web application for climate analysis tailored to sustainable building design. Build. Simul. (2023). <https://doi.org/10.1007/s12273-023-1090-5>.

The CBE Clima Tool is open source. We have released the source code on a [public repository](https://github.com/CenterForTheBuiltEnvironment/clima). We welcome contributions from the community ([more info here](/clima/contributing/contributing.md)).

## Video Tutorial

Learn more about the CBE Clima Tool by watching the following video.

{% embed url="<https://www.youtube.com/watch?v=VJ_wOHadVdw>" %}
CBE Clima tool tutorial and overview
{% endembed %}

[Watch on YouTube](https://www.youtube.com/watch?v=VJ_wOHadVdw)

## Contributions

This ongoing project results from the collaboration and contributions of the people listed below.

* [Giovanni Betti](https://www.linkedin.com/in/gbetti/): Conceptualization, methodology, coding, review, supervision, and project administration
* [Federico Tartarini](https://www.linkedin.com/in/federico-tartarini-3991995b/): Methodology, coding, review, supervision, and code maintenance
* [Stefano Schiavon](https://www.linkedin.com/in/stefanoschiavon/): Conceptualization, review, supervision, project administration, and funding acquisition
* [Roberto Rugiani](https://www.linkedin.com/in/roberto-rugani/): Documentation
* [Christine Nguyen](https://chrlng.github.io/): Coding and methodology
* Yunzhu Ji: Coding and review
* [Daniel Harris](https://www.linkedin.com/in/daniel-harris-4005a5a2/): Coding and review
* [Chun Him Lee](https://www.linkedin.com/in/chun-him-lee-01b553129/): Coding and review
* [Tu Minh Phuong Doan](https://www.linkedin.com/in/harry-doan-legopher/): Coding and review
* [Yixun Quan](https://www.linkedin.com/in/yixun-quan-929a661a3): Coding and review
* [Yuqing Luo](https://leo-5a2.pages.dev/): Coding, code maintenance and review
* Wenshu lyu: Coding, code maintenance and review
* Ziqi Liu: Coding, code maintenance and review
* Tianchi Liu: Coding, code maintenance and review
* [Qian Liu](https://www.linkedin.com/in/qian-liu-48b294342): Coding, code maintenance and review
* Feng Wang: Coding, code maintenance and review

## Acknowledgment

We would like to thank for their valuable feedback and support: Ed Arens, Dru Crawley, David Lehrer, Noah Pitts, and Hui Zhang. [Clima](https://clima.cbe.berkeley.edu/) has been supported by the [Centre for the Built Environment at UC Berkeley](https://cbe.berkeley.edu/) at the University of California Berkeley and the Republic of Singapore's National Research Foundation for [SinBerBEST](https://sinberbest.berkeley.edu) Program.

<figure><img src="/files/mEBlQrmNBCR7A9kSgD5G" alt=""><figcaption><p>CBE Clima tool home page</p></figcaption></figure>

## License

[The CBE Clima Tool is licensed under a Creative Commons Attribution-Commercial 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cbe-berkeley.gitbook.io/clima/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
