fTg | R Documentation |
Calculation of the globe temperature.
fTg(tas, relh, Pair, wind, min.speed, radiation, propDirect, zenith, SurfAlbedo = 0.4, tolerance = 1e-04)
tas |
vector of temperature in degC. |
relh |
vector of relative humidity in %. |
Pair |
value of air pressure in hPa. |
wind |
vector of wind speed in m/s. |
min.speed |
value of minimum wind speed in m/s. |
radiation |
vector of solar shortwave downwelling radiation in W/m2. |
propDirect |
proportion of direct radiation = direct/(diffuse + direct). |
zenith |
zenith angle in radians. |
SurfAlbedo |
(optional) albedo in the surface. Default: 0.4. |
tolerance |
(optional) tolerance value for the iteration. Default: 1e-4. |
Original fortran code by James C. Liljegren, translated by Bruno Lemke into Visual Basic (VBA).
Globe temperature in degC.
Ana Casanueva (05.01.2017).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.