Skip to content

Commit 1ad1b5f

Browse files
Merge branch 'singhbalwinder/eamxx/add-ers-long-test' (PR #7650)
Updates MAM4xx long runtime test cases to use MPASSI t is a known issue that Compy's Intel compiler would trap on an FPE when run in the debug mode using the CICE model. Now, the CICE cases are not even running in the non-debug mode. They blow up with the following error with both the SCREAMv1 and MAM4xx compsets. The model runs fine with the MPASSI. The model started failing at master hash 8dade22. All the MAM4xx tests on Compy are now using MPASSI. Error! Failed post-condition property check (cannot be repaired). 0: - Atmosphere process name: p3 0: - Property check name: NaN check for field T_mid 0: - Atmosphere process MPI Rank: 0 0: - Message: FieldNaNCheck failed. 0: - field id: T_mid[physics_pg2] <double:ncol,lev>(12,72) [K] 0: - indices (w/ global column index): (51,71) 0: - lat/lon: (32.585029, 320.270895) 0: - additional data (w/ local column index): [BFB] * singhbalwinder/eamxx/add-ers-long-test: Updates MAM4xx long runtime test cases to use MPASSI
2 parents deee180 + de398ad commit 1ad1b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cime_config/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,8 @@
842842
"time" : "03:00:00",
843843
"tests" : (
844844
"SMS_D_Lm2.ne4pg2_oQU480.F2010-EAMxx-MAM4xx-MPASSI",
845-
"ERS_Ld80.ne4pg2_ne4pg2.F2010-EAMxx-MAM4xx",
846-
"SMS_Ly1.ne4pg2_oQU480.F2010-EAMxx-MAM4xx"
845+
"ERS_Ld80.ne4pg2_oQU480.F2010-EAMxx-MAM4xx-MPASSI",
846+
"SMS_Ly1.ne4pg2_oQU480.F2010-EAMxx-MAM4xx-MPASSI"
847847
)
848848
},
849849

0 commit comments

Comments
 (0)