We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44cf05 commit 7bdd9b4Copy full SHA for 7bdd9b4
tests/3_system/test_custom_mom6_grid.py
@@ -141,7 +141,10 @@ def test_custom_mom6_grid():
141
assert Stage.active().title.startswith("Simple Initial Conditions")
142
cvars["T_REF"].value = 10.0
143
144
- # Since land grid gets set automatically, we should be in the Launch stage:
+ # 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
+
148
assert Stage.active().title.startswith("3. Launch")
149
launch_stage = Stage.active()
150
0 commit comments