Skip to content

Commit ff5aa6f

Browse files
xylarmark-petersen
authored andcommitted
Add a stealth ERS test for conservation check AM
1 parent beca87f commit ff5aa6f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

cime_config/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
"SMS_D_Ld1.T62_oQU240wLI.GMPAS-IAF-PISMF.mpaso-impl_top_drag",
267267
"SMS_D_Ld1.T62_oQU240.GMPAS-IAF.mpaso-harmonic_mean_drag",
268268
"SMS_D_Ld1.T62_oQU240.GMPAS-IAF.mpaso-upwind_advection",
269+
"ERS_D.T62_oQU240.GMPAS-IAF.mpaso-conservation_check",
269270
)
270271
},
271272

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This testdef is used to test the conservation check analysis member, which
2+
wasintroduced in MPAS-Ocean PR #4521 and has been made a stealth feature in
3+
#6643. This test turns on the consevation check analysis member by setting:
4+
5+
config_AM_conservationCheck_enable = .true.
6+
7+
Then, it enables the use of MPAS-Ocean history files in testing by running
8+
a sed command to modify env_archive.xml.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# include mpas-ocean outputs in testing
2+
sed -i 's#compclass="ocn" exclude_testing="true"#compclass="ocn" exclude_testing="false"#g' env_archive.xml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config_AM_conservationCheck_enable = .true.

0 commit comments

Comments
 (0)