Skip to content

Commit f185877

Browse files
committed
Create Uummannaq/Disko Bay mesh gen test case
Introduces new landice test case to generate a domain for the Uummannaq/Disko Bay region of GIS.
1 parent b3fc57e commit f185877

File tree

6 files changed

+32357
-0
lines changed

6 files changed

+32357
-0
lines changed

compass/landice/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from compass.landice.tests.mesh_modifications import MeshModifications
1818
from compass.landice.tests.mismipplus import MISMIPplus
1919
from compass.landice.tests.thwaites import Thwaites
20+
from compass.landice.tests.uummannaq_disko import UummannaqDisko
2021
from compass.mpas_core import MpasCore
2122

2223

@@ -50,3 +51,4 @@ def __init__(self):
5051
self.add_test_group(MeshModifications(mpas_core=self))
5152
self.add_test_group(MISMIPplus(mpas_core=self))
5253
self.add_test_group(Thwaites(mpas_core=self))
54+
self.add_test_group(UummannaqDisko(mpas_core=self))

0 commit comments

Comments
 (0)