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, emissivity_surface = 0.95, ...)

## S3 method for class 'weather_station'
rad_lw_out(weather_station, emissivity_surface = 0.95, ...)

Arguments

...

Additional parameters passed to later functions.

t_surface

Surface temperature in degrees C.

emissivity_surface

Emissivity of surface. Default is emissivity for short grass.

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^2.


jonasViehweger/fieldClim documentation built on June 22, 2022, 3:17 p.m.