trans_total: Total transmittance

trans_totalR Documentation

Total transmittance

Description

Calculates total transmittance of the atmosphere.

Usage

trans_total(...)

## S3 method for class 'numeric'
trans_total(sol_elevation, t, elev, oz = 0.35, vis = 30, p = NULL, ...)

## S3 method for class 'weather_station'
trans_total(weather_station, oz = 0.35, vis = 30, ...)

Arguments

...

Additional parameters passed to later functions.

sol_elevation

Solar elevation in degrees.

t

Air temperature in °C.

elev

Altitude above sea level in m.

oz

OPTIONAL. Columnar ozone in cm. Default is average global value.

vis

OPTIONAL. Meteorological visibility in km. Default is the visibility on a clear day.

p

OPTIONAL. Pressure in hPa. Estimated from elev and t if not available.

weather_station

Object of class weather_station.

Value

Total transmittance (0-1)


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