Skip to content

Commit 1b6eb36

Browse files
committed
Merge branch 'jgfouca/eamxx_levs_back_to_72' into master (PR #7794)
Set eamxx standalone default levels back to 72 We were not prepared to go to 128 in standalone. [BFB]
2 parents 0abe496 + ab421be commit 1b6eb36

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/eamxx-v1-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
strategy:
7070
matrix:
7171
test:
72-
- full_name: ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.ghci-snl-cpu_gnu.eamxx-output-preset-2
72+
- full_name: ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.ghci-snl-cpu_gnu.eamxx-output-preset-2--eamxx-L72
7373
short_name: ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.eamxx-output-preset-2
7474
- full_name: ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.ghci-snl-cpu_gnu.eamxx-dpxx-arm97
7575
short_name: ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.eamxx-dpxx-arm97
7676
- full_name: ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.ghci-snl-cpu_gnu.eamxx-small_kernels--eamxx-output-preset-5
7777
short_name: ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-small_kernels--eamxx-output-preset-5
78-
- full_name: REP_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.ghci-snl-cpu_gnu
79-
short_name: REP_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx
78+
- full_name: REP_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.ghci-snl-cpu_gnu.eamxx-L72
79+
short_name: REP_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-L72
8080
- full_name: ERS.ne4pg2_ne4pg2.F2010-SCREAMv1.ghci-snl-cpu_gnu.eamxx-prod
8181
short_name: ERS.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-prod
8282
fail-fast: false

cime_config/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
"e3sm_eamxx_mam4xx_lowres",
719719
),
720720
"tests" : (
721-
"ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.eamxx-L72",
721+
"ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.eamxx-output-preset-2--eamxx-L72",
722722
"ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-output-preset-4",
723723
"ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-small_kernels--eamxx-output-preset-5",
724724
"ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-small_kernels_p3--eamxx-output-preset-5",

components/eamxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ set(DEFAULT_LIB_ONLY FALSE)
150150
if (SCREAM_CIME_BUILD)
151151
set(DEFAULT_LIB_ONLY TRUE)
152152
endif()
153-
set(DEFAULT_NUM_VERTICAL_LEV 128)
153+
set(DEFAULT_NUM_VERTICAL_LEV 72)
154154

155155
find_path(NF_CONFIG_SEARCH nf-config)
156156
if (NF_CONFIG_SEARCH)

0 commit comments

Comments
 (0)