|
11 | 11 | from compass.ocean.tests.global_ocean.mesh.fris04to60 import FRIS04to60BaseMesh |
12 | 12 | from compass.ocean.tests.global_ocean.mesh.fris08to60 import FRIS08to60BaseMesh |
13 | 13 | from compass.ocean.tests.global_ocean.mesh.kuroshio import KuroshioBaseMesh |
| 14 | +from compass.ocean.tests.global_ocean.mesh.narrm14 import NARRM14BaseMesh |
14 | 15 | from compass.ocean.tests.global_ocean.mesh.qu import ( |
15 | 16 | IcosMeshFromConfigStep, |
16 | 17 | QUMeshFromConfigStep, |
17 | 18 | ) |
18 | 19 | from compass.ocean.tests.global_ocean.mesh.rrs6to18 import RRS6to18BaseMesh |
19 | 20 | from compass.ocean.tests.global_ocean.mesh.so12to60 import SO12to60BaseMesh |
20 | | -from compass.ocean.tests.global_ocean.mesh.wc14 import WC14BaseMesh |
21 | 21 | from compass.ocean.tests.global_ocean.metadata import ( |
22 | 22 | get_author_and_email_from_git, |
23 | 23 | ) |
@@ -110,8 +110,8 @@ def __init__(self, test_group, mesh_name, high_res_topography): |
110 | 110 | base_mesh_step = FRIS08to60BaseMesh(self, name=name, subdir=subdir) |
111 | 111 | elif mesh_name.startswith('Kuroshio'): |
112 | 112 | base_mesh_step = KuroshioBaseMesh(self, name=name, subdir=subdir) |
113 | | - elif mesh_name in ['WC14', 'WCwISC14']: |
114 | | - base_mesh_step = WC14BaseMesh(self, name=name, subdir=subdir) |
| 113 | + elif mesh_name in ['NARRM14', 'NARRMwISC14']: |
| 114 | + base_mesh_step = NARRM14BaseMesh(self, name=name, subdir=subdir) |
115 | 115 | else: |
116 | 116 | raise ValueError(f'Unknown mesh name {mesh_name}') |
117 | 117 |
|
|
0 commit comments