# 2:2.3.1 Evaporation of Intercepted Rainfall

Any free water present in the canopy is readily available for removal by evapotranspiration. The amount of actual evapotranspiration contributed by intercepted rainfall is especially significant in forests where in some instances evaporation of intercepted rainfall is greater than transpiration.

SWAT+ removes as much water as possible from canopy storage when calculating actual evaporation. If potential evapotranspiration, $$E\_o$$, is less than the amount of free water held in the canopy, $$R\_{INT}$$, then

$$E\_a=E\_{can}=E\_o$$                                                                                                                                                    2:2.3.1

$$R\_{INT(f)}=R\_{INT(i)}-E\_{can}$$                                                                                                                                2:2.3.2

where $$E\_a$$ is the actual amount of evapotranspiration occurring in the watershed on a given day (mm H$$*2$$O), $$E*{can}$$ is the amount of evaporation from free water in the canopy on a given day (mm H$$\_2$$O), $$E\_o$$ is the potential evapotranspiration on a given day (mm H$$*2$$O), $$R*{INT(i)}$$ is the initial amount of free water held in the canopy on a given day (mm H$$*2$$O), and $$R*{INT(f)}$$ is the final amount of free water held in the canopy on a given day (mm H$$*2$$O). If potential evapotranspiration, $$E\_o$$, is greater than the amount of free water held in the canopy, $$R*{INT}$$, then

$$E\_{can}=R\_{INT(i)}$$                                                                                                                                                     2:2.3.3

$$R\_{INT(f)}=0$$                                                                                                                                                           2:2.3.4

Once any free water in the canopy has been evaporated, the remaining evaporative water demand$$(E'*o=E\_o-E*{can})$$is partitioned between the vegetation and snow/soil.


---

# 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.3-actual-evapotranspiration/2-2.3.1-evaporation-of-intercepted-rainfall.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.
