utci: Universal Thermal Climate Index

Description Usage Arguments Value References Examples

Description

The Universal Thermal Climate is defined as the air temperature of the reference condition causing the same model response as actual conditions. The deviation of UTCI from air temperature, depends on the values of air and mean radiant temperature), wind speed and humidity.

Usage

1
2
3
4
5
6
7
8
9
utci(
  taverage,
  rh,
  w,
  tmrt,
  data_names = NULL,
  time.scale = YEAR,
  na.rm = FALSE
)

Arguments

taverage

daily mean temperature, Celsius

rh

relative humidity, percentage

w

average wind, m/s

tmrt

radiation temperature, Celsius

data_names

names of each period of time

time.scale

month, season or year

na.rm

logical. Should missing values (including NaN) be removed?

Value

index value

References

Blazejczyk, K.; Jendritzky, G.; Bröde, P.; Fiala, D.; Havenith, G.; Epstein, Y., Psikuta, A.; Kampmann, B. 2013. An introduction to the Universal Thermal Climate Index (UTCI). Geographia Polonica, 86 (1), pp.5-10. http://www.utci.org/

Examples

1
2
3
data(data_all)
utci(ta = data_all$tg, rh = data_all$humidity, w = data_all$wind, 
     tmrt = data_all$radiationtemperature)

Example output

Loading required package: SPEI
Loading required package: lmomco
Loading required package: parallel
Loading required package: ggplot2
# Package SPEI (1.7) loaded [try SPEINews()].
Loading required package: chron
Loading required package: weathermetrics
    2050     2051     2052     2053     2054     2055     2056     2057 
      NA       NA       NA       NA       NA       NA       NA       NA 
    2058     2059     2060     2061     2062     2063     2064     2065 
      NA       NA       NA       NA       NA       NA       NA       NA 
    2066     2067     2068     1969     1970     1971     1972     1973 
      NA       NA       NA       NA       NA       NA       NA       NA 
    1974     1975     1976     1977     1978     1979     1980     1981 
      NA       NA       NA       NA       NA       NA 2.225907 2.989119 
    1982     1983     1984     1985     1986     1987     1988     1989 
3.342440 3.302825 1.203854 2.784025 2.614099 3.212389 3.174791 4.470416 
    1990     1991     1992     1993     1994     1995     1996     1997 
4.154719 3.162001 3.337320 3.009894 3.689853 3.706474 2.297460 4.439268 
    1998     1999     2000     2001     2002     2003     2004     2005 
3.905303 2.826760 3.222069 3.225675 3.364461 3.436328 4.029848 3.546633 
    2006     2007     2008     2009     2010     2011     2012     2013 
5.164965 4.400692 3.146399 3.948066 2.076913 5.482885 3.722711 2.443687 
    2014     2015     2016     2017 
3.727769 5.424692 4.417434 5.288214 

ClimInd documentation built on April 10, 2021, 1:06 a.m.