# 2:2.2.1 Penman-Monteith Method

The Penman-Monteith equation combines components that account for energy needed to sustain evaporation, the strength of the mechanism required to remove the water vapor and aerodynamic and surface resistance terms. The Penman-Monteith equation is:

$$\lambda E=\frac{\Delta\*(H\_{net}-G)+\rho\_{air}*c\_p*\[e^o\_z-e\_z]/r\_a}{\Delta+\gamma\*(1+r\_c/r\_a)}$$                                                                                                                     2:2.2.1

where $$\lambda E$$ is the latent heat flux density (MJ m$$^{-2}$$ d$$^{-1}$$), $$E$$ is the depth rate evaporation (mm d$$^{-1}$$), $$\Delta$$ is the slope of the saturation vapor pressure-temperature curve, $$de/dT$$ (kPa ˚C$$^{-1}$$), $$H\_{net}$$ is the net radiation (MJ m$$^{-2}$$ d$$^{-1}$$), $$G$$ is the heat flux density to the ground (MJ m$$^{-2}$$ d$$^{-1}$$), $$\rho\_{air}$$ is the air density (kg m$$^{-3}$$), $$c\_p$$ is the specific heat at constant pressure (MJ kg$$^{-1}$$ ˚C$$^{-1}$$), is the saturation vapor pressure of air at height $$z$$ (kPa), $$e\_z$$ is the water vapor pressure of air at height $$z$$ (kPa), $$\gamma$$ is the psychrometric constant (kPa ˚C$$^{-1}$$), $$r\_c$$ is the plant canopy resistance (s m$$^{-1}$$), and $$r\_a$$ is the diffusion resistance of the air layer (aerodynamic resistance) (s m$$^{-1}$$).

For well-watered plants under neutral atmospheric stability and assuming logarithmic wind profiles, the Penman-Monteith equation may be written (Jensen et al., 1990):

$$\lambda E\_t=\frac{\Delta\*(H\_{net}-G)+\gamma*K\_1*(0.622\*\gamma\*\rho\_{air}/P)*(e^o\_z-e\_z)/r\_a}{\Delta+\gamma*(1+r\_c/r\_a)}$$                                                                                         2:2.2.2

where $$\lambda$$ is the latent heat of vaporization (MJ kg$$^{-1}$$), $$E\_t$$ is the maximum transpiration rate (mm d$$^{-1}$$), $$K\_1$$ is a dimension coefficient needed to ensure the two terms in the numerator have the same units (for $$u\_z$$ in m s$$^{-1}$$,  $$K\_1$$ = 8.64 x 104), and $$P$$ is the atmospheric pressure (kPa).

The calculation of net radiation, $$H\_{net}$$, is reviewed in Chapter 1:1. The calculations for the latent heat of vaporization, $$\lambda$$, the slope of the saturation vapor pressure-temperature curve, $$\Delta$$, the psychrometric constant, $$\gamma$$, and the saturation and actual vapor pressure, $$e^o\_z$$and $$e\_z$$, are reviewed in Chapter 1:2. The remaining undefined terms are the soil heat flux, $$G$$, the combined term $$K\_1  0.622 \lambda\rho/P$$, the aerodynamic resistance, $$r\_a$$, and the canopy resistance, $$r\_c$$.


---

# 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.2-potential-evapotranspiration/2-2.2.1-penman-monteith-method.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.
