rad_lw_in_topo: Incoming longwave radiation corrected by topography.

rad_lw_in_topoR Documentation

Incoming longwave radiation corrected by topography.

Description

Corrects the incoming longwave radiation using the sky view factor.

Usage

rad_lw_in_topo(...)

## S3 method for class 'numeric'
rad_lw_in_topo(rad_lw_out, rad_lw_in, terr_sky_view, ...)

## S3 method for class 'weather_station'
rad_lw_in_topo(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

rad_lw_out

Longave surface emissions in W/m^2.

rad_lw_in

Atmospheric radiation in W/m^2.

terr_sky_view

Sky view factor from 0-1. (See terr_sky_view)

weather_station

Object of class weather_station.

Value

Incoming longwave radiation with topography in W/m^2.


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