Skip to content

Commit 7721e79

Browse files
committed
Tests are only single layer if vert_levels changed in cfg
1 parent 2a116ba commit 7721e79

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

compass/ocean/tests/isomip_plus/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, mpas_core):
3636
experiment=experiment,
3737
vertical_coordinate=vertical_coordinate,
3838
time_varying_forcing=True))
39-
for vertical_coordinate in ['z-star', 'sigma', 'single_layer']:
39+
for vertical_coordinate in ['z-star', 'sigma']:
4040
self.add_test_case(
4141
IsomipPlusTest(
4242
test_group=self, resolution=resolution,
@@ -50,7 +50,7 @@ def __init__(self, mpas_core):
5050
vertical_coordinate=vertical_coordinate,
5151
time_varying_forcing=True,
5252
thin_film_present=True))
53-
for vertical_coordinate in ['z-star', 'sigma', 'single_layer']:
53+
for vertical_coordinate in ['z-star', 'sigma']:
5454
self.add_test_case(
5555
IsomipPlusTest(
5656
test_group=self, resolution=resolution,
@@ -75,21 +75,6 @@ def __init__(self, mpas_core):
7575
vertical_coordinate=vertical_coordinate,
7676
tidal_forcing=True,
7777
thin_film_present=True))
78-
for vertical_coordinate in ['single_layer']:
79-
self.add_test_case(
80-
IsomipPlusTest(
81-
test_group=self, resolution=resolution,
82-
experiment=experiment,
83-
vertical_coordinate=vertical_coordinate,
84-
tidal_forcing=True,
85-
thin_film_present=False))
86-
self.add_test_case(
87-
IsomipPlusTest(
88-
test_group=self, resolution=resolution,
89-
experiment=experiment,
90-
vertical_coordinate=vertical_coordinate,
91-
tidal_forcing=True,
92-
thin_film_present=True))
9378

9479
for resolution in [2.]:
9580
for experiment in ['Ocean0', 'Ocean1', 'Ocean2']:

compass/ocean/tests/isomip_plus/namelist.single_layer.forward_and_ssh_adjust

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)