Skip to content

Commit

Permalink
Add MPAS pertlim test (from Patrick Callaghan).
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Feb 4, 2025
1 parent becac8e commit 0436320
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,15 @@
</options>
</test>

<test compset="F2000climo" grid="mpasa480_mpasa480" name="ERS_D_Ln9" testmods="cam/outfrq9s_mpasa480_pertlim">
<machines>
<machine name="derecho" compiler="intel" category="aux_cam"/>
</machines>
<options>
<option name="wallclock">00:45:00</option>
</options>
</test>

<test compset="FHS94" grid="mpasa480z32_mpasa480" name="ERC_D_Ln9" testmods="cam/outfrq3s_usecase">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./xmlchange ROF_NCPL=\$ATM_NCPL
./xmlchange GLC_NCPL=\$ATM_NCPL
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mfilt=1,1,1,1,1,1
ndens=1,1,1,1,1,1
nhtfrq=9,9,9,9,9,9
inithist='ENDOFRUN'
mpas_cam_coef=1.0D0
mpas_cam_damping_levels=3
pertlim = 1.e-14
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hist_nhtfrq = 9
hist_mfilt = 1
hist_ndens = 1

0 comments on commit 0436320

Please sign in to comment.