File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/conservation_check Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ config_AM_conservationCheck_enable = .true.
You can’t perform that action at this time.
0 commit comments