Charts - Wind charts: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
2,619 bytes added ,  10:45, 2 April 2022
m
Line 58: Line 58:


[[Category:CumulusUtils]]
[[Category:CumulusUtils]]
The configuration of the charts and YADR report is actually straight forward but the user needs to be aware of this configuration especially when having configured CumulusMX to use imperial units and/or the station is residing in a region with dominantly very high or very low winds.
=== Windrose configuration ===
#As stated above the number of Windrose sections is taken from the CumulusMX inifile parameter ''NumWindRosePoints'' and you need to adjust the compass direction texts as indicated above
#Then the user has to to reflect that the Windrose is not very good in displaying very small percentages. As a hurricane will be very rare you should define your windspeed above which you group all windspeeds in only one class. So be aware that maybe a hurricane wind is interesting but the Windrose won't be able to show it if it occurs only once in ten years for two hours. So if your normal windspeeds go up to 50 km/hr (or let's say 30 mi/hr) you set ''WindRoseMaxWindSpeed=50 (or 30 when mi/hr)'' in the unit you use. This number is not converted in any way and is simply a limit for the data as it is in your logs.
#Then the user needs to define how many classes need to be in the Windrose. As above, too small classes won't sufficiently show some windspeeds, too large slasses won't hold enough information. Experiment with ''WindRoseNrOfWindforceClasses'' to get it right.
The defaults for the parameters for the Windrose are good for ''km/hr'' but anybody using deviating units should reflect on these parameter values.
=== Windrun configuration ===
The Windrun is a bit more automated but still the user has to define the class width through the parameter ''WindrunClassWidth'' (which has a default of 75). Again the default is OK for a ''distance unit of km'', reconsider if using imperial. '''Note that if you use a speed unit of m/s, the distance is in km'''.
With the ''WindrunClassWidth'' the following is calculated:
#The maximum windrun which ever occurred on the station is determined (call it ''MaxWindRun'')
#The number of windrun classes is calculated as: <math>\left (\frac{MaxWindRun}{WindrunClassWidth}\ + 1 \right)</math>
#Then all classes are defined as <math>class[ i ] = WindrunClassWidth + i \times WindrunClassWidth</math>
Then the these classes are used for the Windrun chart.
=== YADR Report class configuration ===
A similar procedure is used for the legend under the YADR Windrun report with the difference that here always 13 classes are used. Reason is that the extreme classes are easier to see in this colour accented text report than it is in the percental Windrun chart.

Navigation menu