# Global, Diffuse and Normal solar radiation explained

![Example of meterelogical station able to measure Global Horizontal, Diffuse Horizontal, and Direct Normal Solar Radiation. Source: CSIRO](https://491114279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhupA7DXRC4lRDTpJQJ%2Fuploads%2Fgit-blob-80a405d74198b67465d4101bbc88f2daac4b0ebe%2Fpicture2.png?alt=media)

* **Global Horizontal Irradiance (GHI)** is the total irradiance from the sun on a horizontal surface. It is the sum of the Diffuse Horizontal Irradiance and the Direct Normal Irradiance, projected onto the horizontal plane using the [solar zenith angle](https://en.wikipedia.org/wiki/Solar_zenith_angle) (z).

$$
GHI = DHI + DNI \* cos(z)
$$

* **Diffuse Horizontal Irradiance (DHI)** is the radiation that arrives from the entirety of the sky dome, except the solar disc. Is the radiation that has been scattered by molecules and particles in the atmosphere. It is measured on a horizontal surface
* **Direct Normal Irradiance (DNI)** is the measurement of the intensity of sunlight on a surface perpendicular (normal) to the sun, as such, in very clear sky conditions and low solar altitudes, the Direct Normal Irradiance can be higher than the Global Horizontal Irradiance.

![Conceptual representation of Global Horizontal, Diffuse Horizontal and Direct Normal Solar Radiation](https://491114279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhupA7DXRC4lRDTpJQJ%2Fuploads%2Fgit-blob-bee56e819bc59379b4fbcab6a31e1e9a8b7c3942%2Fpicture3.png?alt=media)

![Measurement of Direct Irradiation on a horizontal and a normal plane](https://491114279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhupA7DXRC4lRDTpJQJ%2Fuploads%2Fgit-blob-0cebae78756c8eba7374171dc0f7948020438c36%2Fpicture4.png?alt=media)


---

# 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://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/global-and-diffuse-horizontal-solar-radiation/global-diffuse-and-normal-solar-radiation-explained.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.
