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, ...)

Arguments

...

Additional parameters passed to later functions.

sol_elevation

Solar elevation in degrees.

t

Air temperature in degrees C.

elev

Altitude above sea level in m.

oz

Columnar ozone in cm. Default is average global value.

vis

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)


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