Skip to content

Commit ecf69f2

Browse files
committed
Merge remote-tracking branch 'origin/master' into jgfouca/port_more_convect
* origin/master: Fix typo in CI Fix more tests by setting them back to 72 Set eamxx standalone default levels back to 72 for pm-gpu (and related machines), change the maxwalltime for debug qos to be 30min additional things to remove PAM submodule remove PAM submodule Remove MMF2 test from integration
2 parents eb82040 + 1b6eb36 commit ecf69f2

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-13
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

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
path = components/ww3/src/WW3
7171
url = [email protected]:E3SM-Project/WW3.git
7272
branch = e3sm
73-
[submodule "components/eam/src/physics/crm/pam/external"]
74-
path = components/eam/src/physics/crm/pam/external
75-
url = [email protected]:E3SM-Project/PAM.git
7673
[submodule "components/mpas-seaice/src/icepack"]
7774
path = components/mpas-seaice/src/icepack
7875
url = [email protected]:E3SM-Project/Icepack.git

cime_config/machines/config_batch.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
<queue walltimemax="00:45:00" nodemax="1792" strict="true">preempt</queue>
436436
<queue walltimemax="00:45:00" nodemax="1792" strict="true">shared</queue>
437437
<queue walltimemax="00:45:00" nodemax="1792" strict="true">overrun</queue>
438-
<queue walltimemax="00:15:00" nodemax="8" strict="true">debug</queue>
438+
<queue walltimemax="00:30:00" nodemax="8" strict="true">debug</queue>
439439
</queues>
440440
</batch_system>
441441

@@ -480,7 +480,7 @@
480480
<queue walltimemax="00:45:00" nodemax="150" strict="true">preempt</queue>
481481
<queue walltimemax="00:30:00" nodemax="150" strict="true">shared</queue>
482482
<queue walltimemax="00:30:00" nodemax="150" strict="true">overrun</queue>
483-
<queue walltimemax="00:15:00" nodemax="8" strict="true">debug</queue>
483+
<queue walltimemax="00:30:00" nodemax="8" strict="true">debug</queue>
484484
</queues>
485485
</batch_system>
486486

@@ -525,7 +525,7 @@
525525
<queue walltimemax="00:45:00" nodemax="150" strict="true">preempt</queue>
526526
<queue walltimemax="00:30:00" nodemax="150" strict="true">shared</queue>
527527
<queue walltimemax="00:30:00" nodemax="150" strict="true">overrun</queue>
528-
<queue walltimemax="00:15:00" nodemax="8" strict="true">debug</queue>
528+
<queue walltimemax="00:30:00" nodemax="8" strict="true">debug</queue>
529529
</queues>
530530
</batch_system>
531531

cime_config/tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@
419419
"ERP_Ln9.ne4pg2_oQU480.WCYCL20TRNS-MMF1.allactive-mmf_fixed_subcycle",
420420
"ERS_Ln9.ne4pg2_ne4pg2.FRCE-MMF1.eam-cosp_nhtfrq9",
421421
"SMS_Ln5.ne4_ne4.FSCM-ARM97-MMF1",
422-
"SMS_Ln3.ne4pg2_oQU480.F2010-MMF2",
423422
)
424423
},
425424

@@ -719,7 +718,7 @@
719718
"e3sm_eamxx_mam4xx_lowres",
720719
),
721720
"tests" : (
722-
"ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.eamxx-L72",
721+
"ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.eamxx-output-preset-2--eamxx-L72",
723722
"ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-output-preset-4",
724723
"ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-small_kernels--eamxx-output-preset-5",
725724
"ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.eamxx-small_kernels_p3--eamxx-output-preset-5",
Lines changed: 0 additions & 1 deletion
This file was deleted.

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)