> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-4-erosion/water-quality-parameters/carbonaceous-biological-oxygen-demand.md).

# Carbonaceous  Biological Oxygen Demand

Carbonaceous biological oxygen demand (CBOD) defines the amount of oxygen required to decompose the organic matter transported in surface runoff. The SWAT+ loading function for CBOD is based on a relationship given by Thomann and Mueller (1987):

&#x20;      $$cbod\_{surq}=\frac{2.7\*orgC\_{surq}}{Q\_{surf}\*area\_{hru}}$$                                                                           4:5.2.1

&#x20;       where $$cbod\_{surq}$$ is the CBOD concentration in surface runoff (mg CBOD/L), $$orgC\_{surq}$$ is the organic carbon in surface runoff (kg $$orgC$$), $$Q\_{surf}$$ is the surface runoff on a given day (mm H$$*2$$O), and $$area*{hru}$$ is the area of the HRU (km$$^2$$).&#x20;

&#x20;    The amount of organic carbon in surface runoff is calculated:

&#x20;           $$orgC\_{surq}=1000\*\frac{orgC\_{surf}}{100}*sed*\varepsilon\_{C:sed}$$                                    4:5.2.2

where $$orgC\_{surq}$$ is the organic carbon in surface runoff (kg $$orgC$$), $$orgC\_{surf}$$ is the percent organic carbon in the top 10 mm of soil (%), $$sed$$ is the sediment loading from the HRU (metric tons), and $$\varepsilon\_{C:sed}$$ is the carbon enrichment ratio.


---

# 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://swatplus.gitbook.io/io-docs/theoretical-documentation/section-4-erosion/water-quality-parameters/carbonaceous-biological-oxygen-demand.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.
