Calculate Universal Thermal Climate Index (UTCI).
UTCI is a thermal comfort model strictly for the outdoors. It is an international standard for outdoor temperature sensation (aka. "feels-like" temperature) and is one of the most common of such "feels-like" temperatures used by meteorologists. UTCI that attempts to satisfy the following requirements:
Thermo-physiological significance in the whole range of heat exchange conditions. 2) Valid in all climates, seasons, and scales. 3) Useful for key applications in human biometeorology.
While UTCI is designed to be valid in all climates and seasons, it assumes that human subjects are walking (with a metabolic rate around 2.4 met) and that they naturally adapt their clothing with the outdoor temperature. For outdoor situations that do not fit these criteria, the Physiological Equivalent Temperature (PET) model is recommended.
air_temp [Required]
Data Collection or individual value for air temperature in C.
mrt
Data Collection or individual value for mean radiant temperature (MRT) in C. Default is the same as the air_temp.
rel_humid [Required]
Data Collection or individual value for relative humidity in %. Note that percent values are between 0 and 100.
wind_vel
Data Collection or individual value for meteoroligical wind velocity at 10 m above ground level in m/s. Note that this meteorological velocity at 10 m is simply 1.5 times the speed felt at ground level in the original Fiala model used to create the UTCI model. Therefore, multiplying air speed values at the height of the human subject by 1.5 will make them a suitable input for this component. Default is a low speed of 0.5 m/s, which is the lowest input speed that is recommended for the UTCI model.
utci_par
Optional comfort parameters from the "LB UTCI Comfort Parameters" component to specify the temperatures (in Celcius) that are considered acceptable/comfortable. The default will assume a that the comfort range is between 9C and 26C.
run [Required]
Set to True to run the component.
report
Reports, errors, warnings, etc.
utci
Universal Thermal Climate Index (UTCI) in Celcius.
comfort
Integers noting whether the input conditions result in no thermal stress. Values are one of the following:
condition
Integers noting the thermal status of a subject. Values are one of the following:
category
Integers noting the category that the UTCI conditions fall under on an 11-point scale. Values are one of the following:
comf_obj
A Python object containing all inputs and results of the analysis. This can be plugged into components like the "Comfort Statistics" component to get further information.