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