# Horizontal Infrared

![](/files/-MihrbC_xxk_rmVq45gr)

![](/files/-MihraPo6eJWGgKHDhnj) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Horizontal%20Infrared.py)

Calculate downwelling horizontal infrared radiation intensity from sky cover, dry bulb temperature, and dew point temperature.

## Inputs

* **sky\_cover \[Required]**

  A value or data collection representing sky cover \[tenths]&#x20;
* **dry\_bulb \[Required]**

  A value or data collection representing  dry bulb temperature \[C]&#x20;
* **dew\_point \[Required]**

  A value or data collection representing dew point temperature \[C]&#x20;

## Outputs

* **horiz\_infrared**

  A data collection or value indicating the downwelling horizontal infrared radiation \[W/m2]&#x20;


---

# 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://docs.ladybug.tools/dragonfly-primer/components/6_alternativeweather/horizontal_infrared.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.
