Skip to content

Commit a29ca94

Browse files
committed
Change integration test settings for new fire namelist options
1 parent 15f550e commit a29ca94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/exregional_integration_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_output_files_created(self) -> None:
126126

127127
def test_namelist_creation(self) -> None:
128128
base_params = {
129-
"time": {"dt", "interval_output"},
129+
"time": {"dt", "interval_output", "num_tiles"},
130130
"atm": {"interval_atm", "kde"},
131131
"fire": {
132132
"fire_num_ignitions",
@@ -137,6 +137,7 @@ def test_namelist_creation(self) -> None:
137137
"fire_upwinding",
138138
"fire_lsm_zcoupling",
139139
"fire_lsm_zcoupling_ref",
140+
"wind_vinterp_opt",
140141
},
141142
}
142143
multifire_params = (

0 commit comments

Comments
 (0)