Skip to content

Commit 37583bd

Browse files
authored
Merge branch 'brhillman/cime_config/add-scream-gpucxx-test' (PR #5495)
Add F2010-SCREAMv1 test to e3sm_gpucxx suite to get test coverage on GPU for EAMxx codebase in main E3SM repo. Fixes #6540. [BFB]
2 parents 9d6f1e4 + b326f27 commit 37583bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cime_config/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@
762762
"e3sm_gpucxx" : {
763763
"tests" : (
764764
"SMS_Ln9.ne4pg2_ne4pg2.F2010-MMF1",
765+
"ERP_Ln9.ne4pg2_ne4pg2.F2010-SCREAMv1",
765766
)
766767
},
767768

components/eamxx/src/physics/cosp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(EXTERNAL_SRC
1717
${EAM_COSP_DIR}/external/src/cosp_constants.F90
1818
${EAM_COSP_DIR}/external/src/simulator/cosp_cloudsat_interface.F90
1919
${EAM_COSP_DIR}/external/src/cosp_config.F90
20-
${EAM_COSP_DIR}/local/cosp.F90
20+
${EAM_COSP_DIR}/external/src/cosp.F90
2121
${EAM_COSP_DIR}/external/src/cosp_stats.F90
2222
${EAM_COSP_DIR}/external/src/simulator/quickbeam/quickbeam.F90
2323
${EAM_COSP_DIR}/external/src/simulator/parasol/parasol.F90

0 commit comments

Comments
 (0)