rad_emissivity_air: Emissivity of the atmosphere

rad_emissivity_airR Documentation

Emissivity of the atmosphere

Description

Calculation of the emissivity of the atmosphere.

Usage

rad_emissivity_air(...)

## S3 method for class 'numeric'
rad_emissivity_air(t, elev, p = NULL, ...)

## S3 method for class 'weather_station'
rad_emissivity_air(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

t

Air temperature in degrees C.

elev

Meters above sea level

p

OPTIONAL. Air pressure in hPa. If not available, will be calculated from elev and air temperature.

weather_station

Object of class weather_station.

height

Height of measurement. "lower" or "upper".

Value

Emissivity of the atmosphere (0-1).


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.