File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ required = True
9
9
10
10
[ufs-weather-model]
11
11
protocol = git
12
- repo_url = https://github.com/ufs-community /ufs-weather-model
12
+ repo_url = https://github.com/masih-e /ufs-weather-model
13
13
# Specify either a branch name or a hash but not both.
14
14
# branch = develop
15
- hash = 1f0ab43
15
+ hash = 3efc342
16
16
local_path = sorc/ufs-weather-model
17
17
required = True
18
18
Original file line number Diff line number Diff line change @@ -3130,6 +3130,11 @@ fire:
3130
3130
#
3131
3131
# FIRE_IGNITION_END_TIME
3132
3132
#
3133
+ # WIND_VINTERP_OPT
3134
+ # Option for calculating effective winds for fire spread.
3135
+ # 0: Use the 3d wind from the atmospheric model to calculate fire spread
3136
+ # 1: Use 10 meter wind only for fire spread calculations
3137
+ #
3133
3138
3134
3139
FIRE_WIND_HEIGHT : 5.0
3135
3140
FIRE_PRINT_MSG : 0
@@ -3147,4 +3152,5 @@ fire:
3147
3152
FIRE_IGNITION_RADIUS : 250
3148
3153
FIRE_IGNITION_START_TIME : 6480
3149
3154
FIRE_IGNITION_END_TIME : 7000
3155
+ WIND_VINTERP_OPT : 0
3150
3156
You can’t perform that action at this time.
0 commit comments