Skip to content

Commit

Permalink
Merge pull request #2940 from E3SM-Project/bogensch/dpxx_pg2
Browse files Browse the repository at this point in the history
Update DPxx tests to run with PG2 grid
  • Loading branch information
tcclevenger authored Aug 6, 2024
2 parents 6011eeb + bcc1ba1 commit 3ce053c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cime_config/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,12 +655,12 @@

"e3sm_scream_v1_dp-eamxx" : {
"time" : "01:00:00",
# each test 225 phys cols, roughly size of ne2
# each test runs with 225 dynamics and 100 physics columns, roughly size of ne2
"tests" : (
"ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01",
"ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-arm97",
"ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-comble",
"ERS_P16_Ln22.ne30_ne30.FRCE-SCREAMv1-DP",
"ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01",
"ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97",
"ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-comble",
"ERS_P16_Ln22.ne30pg2_ne30pg2.FRCE-SCREAMv1-DP",
)
},

Expand Down
4 changes: 2 additions & 2 deletions components/eamxx/cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<entry id="PTS_NX">
<values>
<value compset=".*DP-EAMxx">225</value>
<value compset=".*DP-EAMxx">100</value>
</values>
</entry>

Expand All @@ -129,7 +129,7 @@

<entry id="ICE_NX">
<values>
<value compset=".*DP-EAMxx">225</value>
<value compset=".*DP-EAMxx">100</value>
</values>
</entry>

Expand Down

0 comments on commit 3ce053c

Please sign in to comment.