rad_lw_out: Longwave radiation of the surface

rad_lw_outR Documentation

Longwave radiation of the surface

Description

Calculates emissions of a surface.

Usage

rad_lw_out(...)

## S3 method for class 'numeric'
rad_lw_out(t_surface, surface_type = "field", ...)

## S3 method for class 'weather_station'
rad_lw_out(weather_station, surface_type = "field", ...)

Arguments

...

Additional parameters passed to later functions.

t_surface

Surface temperature in °C.

surface_type

Surface type for which a specific emissivity will be selected. Default is 'field' as surface type.

weather_station

Object of class weather_station.

Details

If a weather_station object is given, the lower air temperature will be used instead of the surface temperature.

Value

Emissions in W/m².


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.