UTCI Stress category threshold

Hi All,

Don’t know if anyone noticed the UTCI Stress category in LB. Anyone know from what document defines these threshold?
For the slight heat and moderate heat levels, they are from 26-28, and 28-32.


and I checked the code to make sure above thesholds are not typos.
image

The question is: where dose this 28C come from?
LB’s scale doesn’t matches the UTCI official’s stress category (http://www.utci.org/utci_doku.php)
image

Thanks in advance,
Mingbo

@MingboPeng ,

The original creators of the UTCI scale didn’t make a “slight heat stress” category as you point out in the scale you posted. So it is not something that is endorsed by the original creators of UTCI. However, they made a “slight cold stress” category, which makes things impractical when you want to have a clean 5-point, 7-point or 9-point scale for producing Ladybug graphics like this:

So, for practical purposes, I added in a “slight heat stress” category to make things balanced and I admittedly chose 28C somewhat arbitrarily by looking at the ratio between the slight cold stress and moderate cold stress categories (attempting to mirror it). I am re-thinking this for Honeybee[+] as I really prefer to build on the consensus of others and it seems truer to the original standard to just lump slight and moderate cold stress into one category if I want to make a clean 7-point scale. I also plan to expose options to get the original UTCI categories in the Honeybee API and I am thinking of making the limits of the categories set-able in HB[+] so that people can use their judgement if they want to. I have an initial draft of this on this branch:
https://github.com/ladybug-tools/ladybug/blob/comfort-utility/ladybug/comfort/standard/utci.py

I should also mention that there are other examples of practitioners adding their own categories on top of the original UTCI scale for practical reasons. For example, I know that people have referred to UTCI between 18C and 26C as “classic comfort” to denote conditions that should be comfortable when not walking or wearing a jacket. I imagine that the original UTCI creators would not endorse this as the entire UTCI scale is derived from models of people walking and changing their clothing so they would probably suggest making a new database of comfort simulations for such a purpose.

Needless to say, making a widely-usable system of comfort categories is not easy and I know that the PMV and Adaptive models have entire committees of people who regularly assess categories of acceptable comfort that get published in standards such as ASHRAE-55. I don’t know of such a regularly-meeting committee for UTCI but if anyone knows of one, please post here as I should definitely be following them.

Also, needless to say, if anyone has any thoughts on the HB+ implementation, please share them!

Thanks for your explanation. I have never noticed this until recently we are trying to create a legend for report.

Hi @chris, I’m reading this now and it’s helpful to know that changin UTCI categories might be available with HB+, thanks.

I’m wondering if there has been a way to change UTCI threshold of comfort in Honeybee microclimate map yet? or if there are any ways around it that you could suggest?

Given that I don’t have much of coding experience i’m looking for a way to change the threshold without having to change the components code. Any ideas?

@Farah.H ,

At this point, you can actually get out some different types of categorizations using the UTCI component in Ladybug[+], which comes with Honeybee[+] 0.0.06 on Food4Rhino now. You just want to change this line of the [+] UTCI component to reference any of the different types of categorizations you see here. You can also create a UTCI comfort parameter object to change the thresholds for each of the categories and just make sure that gets fed into the UTCI object here.

However, there’s no microclimate maps in [+] yet and the only way to really do it in legacy is to edit the comfUTCI function inside Ladybug_Ladybug. That is the function that is being called by the mircroclimate maps to compute UTCI comfort so, if you edit that, it will change the UTCI comfort thresholds across your whole Grasshopper definition.

1 Like