Skip to content

Commit 5e22810

Browse files
committed
Add new 10m wind setting for UFS_FIRE, update weather model to Masih's hash
1 parent 09de773 commit 5e22810

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Externals.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ required = True
99

1010
[ufs-weather-model]
1111
protocol = git
12-
repo_url = https://github.com/ufs-community/ufs-weather-model
12+
repo_url = https://github.com/masih-e/ufs-weather-model
1313
# Specify either a branch name or a hash but not both.
1414
#branch = develop
15-
hash = 1f0ab43
15+
hash = 3efc342
1616
local_path = sorc/ufs-weather-model
1717
required = True
1818

ush/config_defaults.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,6 +3130,11 @@ fire:
31303130
#
31313131
# FIRE_IGNITION_END_TIME
31323132
#
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+
#
31333138

31343139
FIRE_WIND_HEIGHT: 5.0
31353140
FIRE_PRINT_MSG: 0
@@ -3147,4 +3152,5 @@ fire:
31473152
FIRE_IGNITION_RADIUS: 250
31483153
FIRE_IGNITION_START_TIME: 6480
31493154
FIRE_IGNITION_END_TIME: 7000
3155+
WIND_VINTERP_OPT: 0
31503156

0 commit comments

Comments
 (0)