Effective Temperature Taking Wind Velocity {ThermIndex} | R Documentation |
Calculates the Effective Temperature Taking Wind Velocity
Description
Calculates the Effective Temperature taking Wind Velocity for a daily or hourly data series, based on the formula by Suping et al(1992) .
Usage
etv(temp,ur,vv)
Arguments
temp |
Numerical Vector of Mean Air Temperature values in celsius |
ur |
Numerical vector of Relative humidity Values in percentual |
vv |
Numerical vector of Wind velocity values in m/s |
Value
Numerical vectors containing the Effective Temperature taking Wind velocity
Author(s)
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do ParanĂ¡
References
Suping, Z. Guanglin, M.,Yanwen, W.,Ji, L. Study of the relationships between weather conditions and the marathon race, and of meteorotropic effects on distance runners, International Journal of Biometeorology,(1992),V.36, P.63-68.
See Also
http://www.periodicos.ufam.edu.br/revista-geonorte/article/view/e/2204
Examples
#Calculating the Effective Temperature taking Wind velocity Index
etv(temp= 31.1,ur=64,vv=1.2)