Skip to content

Commit 7bdd9b4

Browse files
committed
update test_custom_mom6_grid.py for new rof mapping stage
1 parent c44cf05 commit 7bdd9b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/3_system/test_custom_mom6_grid.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ def test_custom_mom6_grid():
141141
assert Stage.active().title.startswith("Simple Initial Conditions")
142142
cvars["T_REF"].value = 10.0
143143

144-
# Since land grid gets set automatically, we should be in the Launch stage:
144+
# Since land grid and runoff grid get set automatically, we should be in the runoff to ocn mapping:
145+
assert Stage.active().title.startswith("Runoff to Ocean Mapping")
146+
cvars["ROF_OCN_MAPPING_STATUS"].value = "skip"
147+
145148
assert Stage.active().title.startswith("3. Launch")
146149
launch_stage = Stage.active()
147150

0 commit comments

Comments
 (0)