Charts - Wind charts: Difference between revisions

m
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
The chart is configured with the following parameters (explained in [[Charts#WindRoseNrOfWindforceClasses_.26_WindRoseMaxWindSpeed|the chapter Charts]]):
 
[Graphs]
WindRoseNrOfWindforceClasses=6 (default = 6)
WindRoseMaxWindSpeed=60 (default = 60)
 
=== 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 isof the Windrun will be in km'''.
 
With the ''WindrunClassWidth'' the following is calculated:
#The maximum windrun which ever occurred on the station is determined (call it ''MaxWindRun'')
#The <math>number of windrun classes</math> is calculated as: <math>\left (\frac{MaxWindRun}{WindrunClassWidth}\ + 1 \right)</math>
#Then all classes are defined as (Loop over the number of windrun classes as calculated above) <math>class[ i ] = WindrunClassWidth + i \times WindrunClassWidth</math>
 
Then the theseThese classes are used for the Windrun chart.
 
=== YADR Report class configuration ===