# 2:2.1 Canopy Storage

The plant canopy can significantly affect infiltration, surface runoff and evapotranspiration. As rain falls, canopy interception reduces the erosive energy of droplets and traps a portion of the rainfall within the canopy. The influence the canopy exerts on these processes is a function of the density of plant cover and the morphology of the plant species.

When calculating surface runoff, the SCS curve number method lumps canopy interception in the term for initial abstractions. This variable also includes surface storage and infiltration prior to runoff and is estimated as 20% of the retention parameter value for a given day (see Chapter 2:1). When the Green and Ampt infiltration equation is used to calculate surface runoff and infiltration, the interception of rainfall by the canopy must be calculated separately.

SWAT+ allows the maximum amount of water that can be held in canopy storage to vary from day to day as a function of the leaf area index:

$$can\_{day}=can\_{mx}\*\frac{LAI}{LAI\_{mx}}$$                                                                                                                                    2:2.1.1

where $$can\_{day}$$ is the maximum amount of water that can be trapped in the canopy on a given day (mm H$$*2$$O), $$can*{mx}$$ is the maximum amount of water that can be trapped in the canopy when the canopy is fully developed (mm H$$*2$$O), $$LAI$$ is the leaf area index for a given day, and $$LAI*{mx}$$ is the maximum leaf area index for the plant.

When precipitation falls on any given day, the canopy storage is filled before any water is allowed to reach the ground:

$$R\_{INT(f)}=R\_{INT(i)}+R'*{day}$$  and $$R*{day}=0$$ &#x20;

when $$R'*{day} \le can*{day} - R\_{INT(i)}$$                                                                                                                        2:2.1.2

$$R\_{INT(f)}=can\_{day}$$ and $$R\_{day}=R'*{day}-(can*{day}-R\_{INT(i)})$$

when $$R'*{day}>can*{day}-R\_{INT(i)}$$                                                                                                                        2:2.1.3

where $$R\_{INT(i)}$$ is the initial amount of free water held in the canopy on a given day (mm H$$*2$$O), $$R*{INT(f)}$$ is the final amount of free water held in the canopy on a given day (mm H$$*2$$O), $$R'*{day}$$ is the amount of precipitation on a given day before canopy interception is removed (mm H$$*2$$O), $$R*{day}$$ is the amount of precipitation on a given day that reaches the soil surface (mm H$$*2$$O), and $$can*{day}$$ is the maximum amount of water that can be trapped in the canopy on a given day (mm H$$\_2$$O).

Table 2:2-1: SWAT+ input variables used in canopy storage calculations.

<table><thead><tr><th width="192">Definition</th><th>  Source Name</th><th>Input Name</th><th>Input File</th></tr></thead><tbody><tr><td><span class="math">can_{mx}</span>: maximum canopy storage</td><td>canmx</td><td>can_max</td><td><a href="/pages/-Mb5dMGld1Hd6U0HMuEb">hydrology.hyd</a></td></tr></tbody></table>


---

# 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-2-hydrology/chapter-2-2-evapotranspiration/2-2.1-canopy-storage.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.
