Tell me more ×
The Great Outdoors Stack Exchange is a question and answer site for people who love outdoor activities, excursions, and outdoorsmanship. It's 100% free, no registration required.

Weather forecasters often give two tempertures, the actual air temperature and a 'feel like' temperture that takes into account wind speed. Is there a rule of thumb for calcualting the 'feels like temperature'? Something like -1 °C for every 0.5m/s wind.

share|improve this question
Temperature and wind speed individually are more important than wind chill. You won't get frostbite at 33F, no matter how hard the wind is blowing, and you certainly need to dress differently if it's cold and the wind is blowing 40 mph. – xpda Feb 3 '12 at 16:53
@xpda at 33°F you might not get frostbite, but wind chill could still affect how you need to dress (above 50°F the effects of wind chill are minimal). You've got to consider temperature and wind speed together because they act in synergy. – Graham Feb 3 '12 at 17:58
Yes, but windchill alone is insufficient. – xpda Feb 3 '12 at 23:21

3 Answers

up vote 5 down vote accepted

Personally, I would use a wind chill chart, e.g this keyring compass includes a wind chill chart that would be easy to carry. It's still not going to be accurate, but it would provide a guide when you have nothing better.

Take a look at the Wikipedia page on wind chill, the calculations look a bit "frightening" - not something I would like to do in my head.

share|improve this answer
1  
Interestingly, only one of those calculations accounts for relative humidity, which always seems (to me) to be a pretty big factor in "feels like temperature". A damp cold often seems worse to me than a dry cold. – D. Lambert Feb 3 '12 at 14:38

Relative humidity is doing to be a big factor here, both on the too wet and too dry sides. Staying warm is generally not something you want to try to do "by the numbers". If you're out in the cold and wind, you need to pay attention to the feedback your body is giving you about the conditions you are in. Pay attention for the signs of hypothermia, frostbite, and/or dehydration and react accordingly. Don't just check the windspeed and temperature and rely on that to determine who fine you are.

If you are planning in advance of a trip and want to know how cold it will be, don't use a rule of thumb, use a real calculation, but don't forget to add in humidity. Generally you should carry enough extra clothes to cover any extreme weather changes anyways.

share|improve this answer

This question has been answered already, but this problem interested me and I thought I'd share for future readers what I found by playing around with it.

The North American Wind Chill Index as presented by NOAA here is based on the formula (itself an approximation),

enter image description here

The chart applies to temperatures T from 40F to -45F and wind speeds 5mph to 60mph, and is said (by Wikipedia) to be accurate to within about a degree. The hard part above (apart from decimals which are hard to remember) is the V^{0.16} part. We can approximate that with a line-of-best-fit (rounded) to get

enter image description here

We can plug this into the NOAA formula to get the following linear approximation on that range of wind speeds:

enter image description here

This still doesn't help with the hard-to-remember decimals, so we can round to the nearest easy numbers to get the following rule-of-thumb:

enter image description here

It's still a formula, but it makes a whole heck of a lot more sense than the NOAA formula. What me might really like to know, though, is: how good is the approximation? I set up some tables so you can compare the three different methods.

First, the NOAA advertised method:

enter image description here

The table is set up just like the chart on the website - wind speed increases going down the left column, and temperature decreases going left to right.

Next comes the linear approximation, rounded to the nearest degree:

enter image description here

As you can see, the linear approximation is within a degree or so of the NOAA chart (I didn't see anything farther off, but I didn't check the whole table, either).

Finally, the easier-to-remember version, again, rounded:

enter image description here

The rule-of-thumb version isn't as close as the linear approximation, but looks to usually be within a few degrees. The discrepancy looks largest at the boundaries (V = 5 and V = 60), which makes sense, because the linear approximation is worst at the boundaries. Definitely the above shouldn't be used for wind speeds larger than 60mph, but in that case, a person should be inside curled up by a fire rather than figuring crude wind chills anyway.

I suppose a person could come up with all sorts of rules-of-thumb, depending on the method used to approximate V^{0.16}. I don't know the details of how NOAA came up with their published approximation, but there might be something there, too, a person could use to come up with something that might work in a pinch.

Edit Going back to the original question, we can say that for a fixed wind speed, if the temperature drops 5F then the wind chill temperature drops approx 6F. For a fixed temperature, the wind chill temp drops approx 1F for each additional 3mph of wind speed. Both of the above are neglecting a little bit (of V/200 and T/200, respectively), and are only valid in the given ranges.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.