You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
596 B
22 lines
596 B
# 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
|
|
}
|
|
|
|
|