Feels Like: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
190 bytes removed ,  05:41, 8 May 2020
m
→‎Introduction: Removed excess white space
m (→‎Introduction: add php function)
m (→‎Introduction: Removed excess white space)
Line 8: Line 8:
* sunshine (radiation)
* sunshine (radiation)


Cumulus MX from version 3.6.0 fully supports the latest "Feels Like" definition as agreed by the Joint Action Group for temperature Indices (JAG/TI). If you understand PHP Hypertext Preprocessor language (other languages use similar operators) then here is how to calculate apparent temperature and feels like. You will see that the latter follows [[Wind chill|wind chill]] at low temperatures, [[Apparent temperature|apparent temperature]] at high temperatures, and blends the proportion of each of those at in-between temperatures. Note the function makes assumptions about units used for temperature (Celsius) and wind speed (kilometres per hour).
Cumulus MX from version 3.6.0 fully supports the latest "Feels Like" definition as agreed by the Joint Action Group for temperature Indices (JAG/TI). If you understand PHP Hypertext Preprocessor language (other languages use similar operators) then here is how to calculate apparent temperature and feels like. The '''JAG/TI feels like''' scale follows [[Wind chill|wind chill]] below 10 degrees Celsius, [[Apparent temperature|apparent temperature]] above 20 degrees C, and blends the proportion of each of those at in-between temperatures. Note the function makes assumptions about units used for temperature (Celsius) and wind speed (kilometres per hour).  
<pre>
<pre>
//----------------------------------------------------------------
//----------------------------------------------------------------
Line 39: Line 39:
}</pre>
}</pre>


 
The rest of this article was written before this was available, and discusses a way of picking between the alternative measures listed below, based on the current weather conditions. The script described below is less sophisticated, it just uses Wind Chill for when it is most appropriate, and heat index for when it is most appropriate, using apparent temperature in-between, with no blending.  
 
 
 
The rest of this article was written before this was available, and discusses a way of picking between the alternative measures listed below, based on the current weather conditions. The '''JAG/TI feels like''' scale effectively uses '''wind chill''' below 10 degrees Celsius, '''apparent temperature''' above 20 degrees C, and blends the two values between 10 and 20 degrees C. The script described below is less sophisticated, it just uses Wind Chill for when it is most appropriate, and heat index for when it is most appropriate, using apparent temperature in-between, with no blending.  


That version and earlier versions of MX and versions of Cumulus 1 since those shown support earlier definitions for feels like:
That version and earlier versions of MX and versions of Cumulus 1 since those shown support earlier definitions for feels like:
5,838

edits

Navigation menu