longwave: Calculates incoming longwave radiation

View source: R/utils.R

longwaveR Documentation

Calculates incoming longwave radiation

Description

Calculates the incoming longwave radiation from the specified emissivity and air temperatures. This is an internal CRHMr function and should never need to be called directly, as it does NO data checking.

Usage

longwave(em, tK)

Arguments

em

Required. Emissivity (0-1).

tK

Required. Air temperatures in K.

Value

Returns the longwave radiation in W/m^2.

Author(s)

Kevin Shook

See Also

distributeQli emissivity

Examples

longwave(0.2, 293)

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.