> 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/~/changes/GiVD5ID0WVyRIAumaMy2/chapter-2-2-evapotranspiration/2-2.2-potential-evapotranspiration/2-2.2.3-hargreaves-method.md).

# 2:2.2.3 Hargreaves Method

The Hargreaves method was originally derived from eight years of cool-season Alta fescue grass lysimeter data from Davis, California (Hargreaves, 1975). Several improvements were made to the original equation (Hargreaves and Samani, 1982 and 1985) and the form used in SWAT+ was published in 1985 (Hargreaves et al., 1985):

$$\lambda E\_o=0.0023*H\_0*(T\_{mx}-T\_{mn})^{0.5}\*(\overline T\_{av}+17.8)$$    2:2.2.24

where $$\lambda$$ is the latent heat of vaporization (MJ kg$$^{-1}$$), $$E\_o$$ is the potential evapotranspiration (mm d$$^{-1}$$), $$H\_0$$ is the extraterrestrial radiation (MJ m$$^{-2}$$ d$$^{-1}$$), $$T\_{mx}$$ is the maximum air temperature for a given day (°C), $$T\_{mn}$$ is the minimum air temperature for a given day (°C), and $$\overline T\_{av}$$is the mean air temperature for a given day (°C).


---

# 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:

```
GET https://swatplus.gitbook.io/io-docs/~/changes/GiVD5ID0WVyRIAumaMy2/chapter-2-2-evapotranspiration/2-2.2-potential-evapotranspiration/2-2.2.3-hargreaves-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.
