fermiserver/config/Weather2/Wind.cfg
2021-10-10 22:19:18 -06:00

21 lines
596 B
INI

# Configuration file
"weather2: wind" {
B:Misc_windOn=true
B:Wind_HighWindEvents=true
B:Wind_LowWindEvents=true
D:globalWindChangeAmountRate=1.0
I:highWindOddsTo1=8000
I:highWindTimerEnableAmountBase=2400
I:highWindTimerEnableAmountRnd=12000
I:lowWindOddsTo1=4000
I:lowWindTimerEnableAmountBase=2400
I:lowWindTimerEnableAmountRnd=12000
D:windSpeedMax=1.0
D:windSpeedMin=1.0E-5
# Min wind speed to maintain if its raining with global overcast mode on, overrides low wind events and windSpeedMin
D:windSpeedMinGlobalOvercastRaining=0.3
}