Effective Temperature Taking Wind Velocity {ThermIndex} | R Documentation |
Calculates the Effective Temperature taking Wind Velocity for a daily or hourly data series, based on the formula by Suping et al(1992) .
etv(temp,ur,vv)
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 |
Numerical vectors containing the Effective Temperature taking Wind velocity
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do ParanĂ¡
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.
http://www.periodicos.ufam.edu.br/revista-geonorte/article/view/e/2204
#Calculating the Effective Temperature taking Wind velocity Index
etv(temp= 31.1,ur=64,vv=1.2)