Skip to content

Commit 544fb9d

Browse files
committed
Merge branch 'wlin/atm/80LRRM' into next (PR #6698)
Make L80 default for RRM grids Change default RRM configurations from 72 to 80 levels. L80 atm initial files for conusx4v1pg2 and northamericax4v1pg2 (narrm) are added that are needed for nightly tests. The grid for narrm is changed to northamericax4v1pg2_r025_IcoswISC30E3r5 as used for v3 narrm production config. The testing PE layout is increased to 128 tasks (PS) to 256 tasks. [BFB] non-BFB only for the conusx4v1pg2 test. NML ncdata will also differs. The NARRM test becomes a new test.
2 parents 9142903 + 645dd92 commit 544fb9d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cime_config/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"SMS_Ld1.ne30pg2_r05_IcoswISC30E3r5.WCYCL1850.allactive-wcprod_1850",
406406
"SMS_Ld1.ne30pg2_r05_IcoswISC30E3r5.WCYCLSSP370.allactive-wcprodssp",
407407
"SMS_Ld1.ne30pg2_r05_IcoswISC30E3r5.WCYCLSSP585.allactive-wcprodssp",
408-
"SMS_Ld1_PS.northamericax4v1pg2_WC14to60E2r3.WCYCL1850.allactive-wcprodrrm_1850",
408+
"SMS_Ld1_P256.northamericax4v1pg2_r025_IcoswISC30E3r5.WCYCL1850.allactive-wcprodrrm_1850",
409409
"SMS_D_Ld1.ne30pg2_r05_IcoswISC30E3r5.CRYO1850",
410410
)
411411
},

components/eam/bld/namelist_files/namelist_defaults_eam.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@
112112
<ncdata dyn="se" hgrid="ne30np4x8arm" nlev="26" ocn="aquaplanet">atm/cam/inic/homme/cami_0003-01-01_arm30x8_L26_ape_c000000.nc</ncdata>
113113
<ncdata dyn="se" hgrid="ne0np4_arm_x8v3_lowcon" nlev="30" >atm/cam/inic/homme/cami-mam3_0000-01-01_arm_x8v3_lowcon_np4_L30_c000000.nc</ncdata>
114114
<ncdata dyn="se" hgrid="ne0np4_arm_x8v3_lowcon" nlev="26" ocn="aquaplanet">atm/cam/inic/homme/cami_0003-01-01_arm_x8v3_lowcon_np4_L26_ape_c000000.nc</ncdata>
115+
<ncdata dyn="se" hgrid="ne0np4_conus_x4v1_lowcon" nlev="80" >atm/cam/inic/homme/v3.LR_mapped_conusx4v1np4-topoadj.eam.i.2010-01-01.nc</ncdata>
115116
<ncdata dyn="se" hgrid="ne0np4_conus_x4v1_lowcon" nlev="72" >atm/cam/inic/homme/cami_0002-01-01-00000_conusx4v1np4_L72_c160719.nc</ncdata>
116117
<ncdata dyn="se" hgrid="ne0np4_conus_x4v1_lowcon" nlev="30" >atm/cam/inic/homme/cami-mam3_0000-01-01_conusx4v1np4_L30_c141106.nc</ncdata>
117118
<ncdata dyn="se" hgrid="ne0np4_conus_x4v1_lowcon" nlev="30" ocn="aquaplanet">atm/cam/inic/homme/cami_0003-01-01_conusx4v1np4_L30_ape_c000000.nc</ncdata>
119+
<ncdata dyn="se" hgrid="ne0np4_northamericax4v1" nlev="80" >atm/cam/inic/homme/v3.LR_mapped_northamericax4v1np4-topoadj.eam.i.2010-01-01.nc</ncdata>
118120
<ncdata dyn="se" hgrid="ne0np4_northamericax4v1" nlev="72" >atm/cam/inic/homme/cami_0001-01-01_northamericax4v1_c190709.nc</ncdata>
119121
<ncdata dyn="se" hgrid="ne0np4_antarcticax4v1" nlev="72" >atm/cam/inic/homme/cami_mam3_Linoz_0000-01-antarcticax4v1_L72_topoadj_c20200507.nc</ncdata>
120122
<ncdata dyn="se" hgrid="ne0np4_arcticx4v1" nlev="72" >atm/cam/inic/homme/eam_i_mam4_Linoz_0011-01-arcticx4v1np4_L72_c20220127.nc</ncdata>

components/eam/cime_config/config_component.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<value compset="_ELM%[^_]*BC" >-bc_dep_to_snow_updates</value>
5656
<value compset="_EAM.*_BGC%*" >-co2_cycle</value>
5757

58-
<!-- Temporarily override the default v3 vertical grid (L80) and use L72 to maintain RRM test coverage -->
59-
<value grid="a%ne0">-nlev 72</value>
60-
6158
<!-- Single column model (SCM) -->
6259
<value compset="_EAM%SCM_" >&eamv3_phys_defaults; &eamv3_chem_defaults; -scam</value>
6360

0 commit comments

Comments
 (0)