Skip to content

Commit

Permalink
A bit of clean up of internal_waves
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jun 17, 2022
1 parent ba6b14e commit 83882ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion compass/ocean/tests/internal_wave/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, test_case):
Parameters
----------
test_case : compass.ocean.tests.internal_wave.default.Default
test_case : compass.testcase.Testcase
The test case this step belongs to
"""
super().__init__(test_case=test_case, name='initial_state', ntasks=1,
Expand Down
6 changes: 0 additions & 6 deletions compass/ocean/tests/internal_wave/rpe_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
from compass.ocean.tests.internal_wave.initial_state import InitialState
from compass.ocean.tests.internal_wave.forward import Forward
from compass.ocean.tests.internal_wave.rpe_test.analysis import Analysis
from compass.ocean.tests import internal_wave


class RpeTest(TestCase):
"""
The reference potential energy (RPE) test case for the internal wave
test group performs a 20-day integration of the model forward in time at
5 different values of the viscosity at the given resolution.
Attributes
----------
resolution : str
The resolution of the test case
"""

def __init__(self, test_group):
Expand Down

0 comments on commit 83882ec

Please sign in to comment.