> For the complete documentation index, see [llms.txt](https://docs.dryad.app/dryad-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dryad.app/dryad-documentation/chandler-burning-index-cbi.md).

# Chandler Burning Index (CBI)

The Chandler Burning Index is a metric used to assess fire danger severity based on temperature and humidity. The higher the value, the greater the fire risk.

## Formula

The CBI is calculated using the following formula:

```
CBI = (((110 - 1.373 * RH) - 0.54 * (10.20 - T)) * (124 * 10^(-0.0142 * RH))) / 60
```

Where:

* **RH**: Relative Humidity (%)
* **T**: Temperature (°C)

## Fire Danger Levels

* **Low (CBI < 50)**: Fires are unlikely to spread rapidly. Spotting is rare.
* **Moderate (CBI 50–75)**: Fires can start from most causes and may spread briskly in grasslands.
* **High (CBI 75–90)**: Fires start easily and spread quickly, especially in dry areas.
* **Very High (CBI 90–97.5)**: Fires ignite and spread rapidly; spotting is common.
* **Extreme (CBI > 97.5)**: Fires start instantly, spread uncontrollably, and are highly dangerous.

## Use in Wildfire Management

CBI values help guide firefighting readiness, public warnings, and resource deployment. By monitoring changes in relative humidity and temperature, fire agencies can better assess short-term fire risks and adjust alert levels accordingly.

The CBI is particularly useful for:

* Determining burn bans and fire restrictions based on elevated fire danger.
* Supporting decisions on allocating aerial and ground firefighting resources.
* Issuing public fire danger warnings via signage or media during high-risk periods.
* Assisting land managers in assessing the safety of prescribed burns and controlled fire operations.

Its simplicity and reliance on widely available weather parameters make the CBI especially practical for regions without access to more complex fire modeling tools. However, for comprehensive risk management, it is often used in combination with other indices and local knowledge.

## Limitations of CBI

While effective, the CBI does not account for wind, fuel moisture, or fuel load. Integrating it with other tools and local knowledge can improve decision-making.

## Sources and References

* [Arthur's Pass Fire Weather Index Calculator](https://www.arthurspass.com/fwicalc/help/fwicalc_web/html/fwic9f7b.htm)
* [Stillwater Weather: Chandler Burning Index](https://stillwaterweather.com/chandlerburningindex.php)
* [University of California – Original CBI Documentation (Craig Chandler)](https://efi.eng.uci.edu/papers/efg_248p.pdf)


---

# 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://docs.dryad.app/dryad-documentation/chandler-burning-index-cbi.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.
