@@ -46,7 +46,7 @@ The values of some of the metadata are given in config options:
46
46
# # metadata related to the mesh
47
47
# whether to add metadata to output files
48
48
add_metadata = True
49
- # the prefix (e.g. QU, EC, WC , SO)
49
+ # the prefix (e.g. QU, EC, NARRM , SO)
50
50
prefix = PREFIX
51
51
# a description of the mesh
52
52
mesh_description = <<<Missing>>>
@@ -87,7 +87,7 @@ defines:
87
87
...
88
88
89
89
# # metadata related to the mesh
90
- # the prefix (e.g. QU, EC, WC , SO)
90
+ # the prefix (e.g. QU, EC, NARRM , SO)
91
91
prefix = EC
92
92
# a description of the mesh and initial condition
93
93
mesh_description = MPAS Eddy Closure mesh for E3SM version ${e3sm_version} with
@@ -371,7 +371,7 @@ The default config options for these meshes are:
371
371
approx_cell_count = 7400
372
372
373
373
# # metadata related to the mesh
374
- # the prefix (e.g. QU, EC, WC , SO)
374
+ # the prefix (e.g. QU, EC, NARRM , SO)
375
375
prefix = QU
376
376
# a description of the mesh
377
377
mesh_description = MPAS quasi-uniform mesh for E3SM version ${e3sm_version} at
@@ -454,7 +454,7 @@ The default config options for these meshes are:
454
454
[global_ocean]
455
455
456
456
# # metadata related to the mesh
457
- # the prefix (e.g. QU, EC, WC , SO)
457
+ # the prefix (e.g. QU, EC, NARRM , SO)
458
458
prefix = QU
459
459
460
460
# a description of the mesh
@@ -486,7 +486,7 @@ corresponding QU config options above:
486
486
[global_ocean]
487
487
488
488
# # metadata related to the mesh
489
- # the prefix (e.g. QU, EC, WC , SO)
489
+ # the prefix (e.g. QU, EC, NARRM , SO)
490
490
prefix = Icos
491
491
492
492
# a description of the mesh
@@ -552,7 +552,7 @@ The default config options for these meshes are:
552
552
approx_cell_count = 240000
553
553
554
554
# # metadata related to the mesh
555
- # the prefix (e.g. QU, EC, WC , SO)
555
+ # the prefix (e.g. QU, EC, NARRM , SO)
556
556
prefix = EC
557
557
# a description of the mesh and initial condition
558
558
mesh_description = MPAS Eddy Closure mesh for E3SM version ${e3sm_version} with
@@ -612,7 +612,7 @@ module:
612
612
[global_ocean]
613
613
614
614
# # metadata related to the mesh
615
- # the prefix (e.g. QU, EC, WC , SO, Kuroshio)
615
+ # the prefix (e.g. QU, EC, NARRM , SO, Kuroshio)
616
616
prefix = Kuroshio
617
617
# a description of the mesh and initial condition
618
618
mesh_description = MPAS Kuroshio regionally refined mesh for E3SM version
@@ -694,7 +694,7 @@ The default config options for these meshes are:
694
694
approx_cell_count = 3700000
695
695
696
696
# # metadata related to the mesh
697
- # the prefix (e.g. QU, EC, WC , SO)
697
+ # the prefix (e.g. QU, EC, NARRM , SO)
698
698
prefix = RRS
699
699
# a description of the mesh and initial condition
700
700
mesh_description = MPAS Eddy Closure mesh for E3SM version ${e3sm_version} with
@@ -820,7 +820,7 @@ The default config options for these meshes are:
820
820
approx_cell_count = 570000
821
821
822
822
# # metadata related to the mesh
823
- # the prefix (e.g. QU, EC, WC , SO)
823
+ # the prefix (e.g. QU, EC, NARRM , SO)
824
824
prefix = SO
825
825
# a description of the mesh and initial condition
826
826
mesh_description = MPAS Southern Ocean regionally refined mesh for E3SM version
@@ -855,19 +855,19 @@ The vertical grid is an ``index_tanh_dz`` profile (see
855
855
:ref: `dev_ocean_framework_vertical `) with 64 vertical levels ranging in
856
856
thickness from 10 to 250 m.
857
857
858
- .. _ dev_ocean_global_ocean_wc14 :
858
+ .. _ dev_ocean_global_ocean_narrm14 :
859
859
860
- WC14 and WCwISC14
860
+ NARRM14 and NARRMwISC14
861
861
+++++++++++++++++
862
862
863
- The ``WC14 `` and ``WCwISC14 `` meshes are the Water Cycle regionally refined
863
+ The ``NARRM14 `` and ``NARRMwISC14 `` meshes are the Water Cycle regionally refined
864
864
meshes for E3SM v3. They have higher resolution (~14-km) around the continental
865
865
US, the Arctic Ocean, and a section of the North Atlantic containing the Gulf
866
866
Stream. The resolution is uniformly about 30 km elsewhere.
867
867
868
- The class :py:class: `compass.ocean.tests.global_ocean.mesh.wc14.WC14BaseMesh `
868
+ The class :py:class: `compass.ocean.tests.global_ocean.mesh.narrm14.NARRM14BaseMesh `
869
869
defines the resolution for the meshes. The
870
- ``compass.ocean.tests.global_ocean.mesh.wc14 `` module includes namelist options
870
+ ``compass.ocean.tests.global_ocean.mesh.narrm14 `` module includes namelist options
871
871
appropriate for forward simulations with split-explicit (but not RK4) time
872
872
integration on these meshes. These set the time step and default run duration for
873
873
short runs with these meshes.
@@ -906,8 +906,8 @@ The default config options for these meshes are:
906
906
approx_cell_count = 410000
907
907
908
908
# # metadata related to the mesh
909
- # the prefix (e.g. QU, EC, WC , SO)
910
- prefix = WC
909
+ # the prefix (e.g. QU, EC, NARRM , SO)
910
+ prefix = NARRM
911
911
# a description of the mesh and initial condition
912
912
mesh_description = MPAS North America and Arctic Focused Water Cycle mesh for E3SM version
913
913
${e3sm_version}, with a focused ${min_res}-km resolution
0 commit comments