Skip to content

Commit adbf82a

Browse files
committed
Merge branch 'wlin/v3_single_forcing_compsets' into next (PR #6563)
Add compsets and support files for v3 single forcing simulations The following compsets (aliases) are added: . WCYCL20TR-GHG Greenhouse gases only (GHGs) configuration . WCYCL20TR-aer Anthropogenic aerosols and precursors (aer) only configuration . WCYCL20TR-xGHG-xaer All forcings except GHGs and aer . WCYCL20TR-xaer All forcings except aer . WCYCL20TR-nat Natural-only configuration . WCYCL20TR-ozone Stratospheric ozone only configuration . WCYCL20TR-lulc Land use land cover only configuration . WCYCL20TR-volc Stratospheric volcanic emissions only configuratio [BFB] for existing tests
2 parents 9a76455 + 344baca commit adbf82a

14 files changed

+1116
-2
lines changed

cime_config/allactive/config_compsets.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,48 @@
8686
<lname>20TRSOI_EAM%CMIP6_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
8787
</compset>
8888

89+
<!-- Compsets for historical single forcing experiments, two aliases each with WCYCL20TR or hist as prefix -->
90+
91+
<compset>
92+
<alias>WCYCL20TR-GHG</alias>
93+
<lname>20TRSOI_EAM%CMIP6-GHG_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
94+
</compset>
95+
96+
<compset>
97+
<alias>WCYCL20TR-aer</alias>
98+
<lname>20TRSOI_EAM%CMIP6-AER_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
99+
</compset>
100+
101+
<compset>
102+
<alias>WCYCL20TR-xGHG-xaer</alias>
103+
<lname>20TRSOI_EAM%CMIP6-xGHG-xAER_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
104+
</compset>
105+
106+
<compset>
107+
<alias>WCYCL20TR-nat</alias>
108+
<lname>20TRSOI_EAM%CMIP6-NAT_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
109+
</compset>
110+
111+
<compset>
112+
<alias>WCYCL20TR-ozone</alias>
113+
<lname>20TRSOI_EAM%CMIP6-OZONE_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
114+
</compset>
115+
116+
<compset>
117+
<alias>WCYCL20TR-lulc</alias>
118+
<lname>20TRSOI_EAM%CMIP6-LULC_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
119+
</compset>
120+
121+
<compset>
122+
<alias>WCYCL20TR-volc</alias>
123+
<lname>20TRSOI_EAM%CMIP6-VOLC_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
124+
</compset>
125+
126+
<compset>
127+
<alias>WCYCL20TR-xaer</alias>
128+
<lname>20TRSOI_EAM%CMIP6-xAER_ELM%CNPRDCTCBCTOP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
129+
</compset>
130+
89131
<!-- ************************************************ -->
90132
<!-- MMF coupled compsets -->
91133
<!-- ************************************************ -->
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<?xml version="1.0"?>
2+
<namelist_defaults>
3+
4+
<!-- Set default output options for CMIP6 simulations -->
5+
<cosp_lite>.true.</cosp_lite>
6+
7+
<!-- For comprehensive history -->
8+
<history_amwg>.true.</history_amwg>
9+
<history_aerosol>.true.</history_aerosol>
10+
<history_aero_optics>.true.</history_aero_optics>
11+
12+
<!-- Solar constant from CMIP6 input4MIPS -->
13+
<solar_data_file>atm/cam/solar/Solar_1850control_input4MIPS_c20181106.nc</solar_data_file>
14+
<solar_data_ymd>18500101</solar_data_ymd>
15+
<solar_data_type>FIXED</solar_data_type>
16+
17+
<!-- GHG values from CMIP6 input4MIPS -->
18+
<bndtvghg>atm/cam/ggas/GHG_CMIP-1-2-0_Annual_Global_0000-2014_c20180105.nc</bndtvghg>
19+
<scenario_ghg>RAMPED</scenario_ghg>
20+
21+
<!-- External forcing for BAM or MAM. CMIP6 input4mips data -->
22+
<ext_frc_type >CYCLICAL</ext_frc_type>
23+
<ext_frc_cycle_yr >1850</ext_frc_cycle_yr>
24+
<no2_ext_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_NO2_aircraft_vertical_1750-2015_1.9x2.5_c20170608.nc </no2_ext_file>
25+
<!-- Use 1850-2014 averaged volcanic SO2 emission for 1850 -->
26+
<so2_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_1850_2014_avg_so2_elev_strat_1850.nc </so2_ext_file>
27+
<soag0_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/emissions-cmip6_e3sm_SOAG0_elev_1850-2014_1.9x2.5_c20230201.nc </soag0_ext_file>
28+
<bc_a4_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_elev_1850-2014_c180205.nc </bc_a4_ext_file>
29+
<mam7_num_a1_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a1_elev_1850-2014_c180205.nc </mam7_num_a1_ext_file>
30+
<num_a2_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_elev_1850-2014_c180205.nc </num_a2_ext_file>
31+
<mam7_num_a3_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_elev_1850-2014_c180205.nc </mam7_num_a3_ext_file> <!-- This is to set num_a4 emissions -->
32+
<pom_a4_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_elev_1850-2014_c180205.nc </pom_a4_ext_file>
33+
<so4_a1_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a1_elev_1850-2014_c180205.nc </so4_a1_ext_file>
34+
<so4_a2_ext_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_elev_1850-2014_c180205.nc </so4_a2_ext_file>
35+
36+
<!-- Surface emissions for chemUCI-Linoz, MAM5, VBS SOA. CMIP6 input4mips data -->
37+
<srf_emis_type >CYCLICAL</srf_emis_type>
38+
<srf_emis_cycle_yr >1850</srf_emis_cycle_yr>
39+
<c2h4_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C2H4_surface_1850-2014_1.9x2.5_c20210323.nc </c2h4_emis_file>
40+
<c2h6_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C2H6_surface_1850-2014_1.9x2.5_c20210323.nc </c2h6_emis_file>
41+
<c3h8_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C3H8_surface_1850-2014_1.9x2.5_c20210323.nc </c3h8_emis_file>
42+
<ch2o_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH2O_surface_1850-2014_1.9x2.5_c20210323.nc </ch2o_emis_file>
43+
<ch3cho_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3CHO_surface_1850-2014_1.9x2.5_c20210323.nc </ch3cho_emis_file>
44+
<ch3coch3_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3COCH3_surface_1850-2014_1.9x2.5_c20210323.nc </ch3coch3_emis_file>
45+
<co_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CO_surface_1850-2014_1.9x2.5_c20210323.nc </co_emis_file>
46+
<isop_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_ISOP_surface_1850-2014_1.9x2.5_c20210323.nc </isop_emis_file>
47+
<isop_vbs_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_ISOP_surface_1850-2014_1.9x2.5_c20210323.nc </isop_vbs_emis_file>
48+
<c10h16_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_MTERP_surface_1850-2014_1.9x2.5_c20230126.nc </c10h16_emis_file>
49+
<nox_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_NO_surface_1850-2014_1.9x2.5_c20220425.nc </nox_emis_file>
50+
<dms_emis_file >atm/cam/chem/trop_mozart_aero/emis/DMSflux.1850.1deg_latlon_conserv.POPmonthlyClimFromACES4BGC_c20160416.nc </dms_emis_file>
51+
<soag0_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/emissions-cmip6_e3sm_SOAG0_surf_1850-2014_1.9x2.5_c20230201.nc </soag0_emis_file>
52+
<so2_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so2_surf_1850-2014_c180205.nc </so2_emis_file>
53+
<bc_a4_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_surf_1850-2014_c180205.nc </bc_a4_emis_file>
54+
<mam7_num_a1_emis_file>atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a1_surf_1850-2014_c180205.nc </mam7_num_a1_emis_file>
55+
<num_a2_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_surf_1850-2014_c180205.nc </num_a2_emis_file>
56+
<mam7_num_a3_emis_file>atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_surf_1850-2014_c180205.nc </mam7_num_a3_emis_file> <!-- This is to set num_a4 emissions -->
57+
<pom_a4_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_surf_1850-2014_c180205.nc </pom_a4_emis_file>
58+
<so4_a1_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a1_surf_1850-2014_c180205.nc </so4_a1_emis_file>
59+
<so4_a2_emis_file >atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_surf_1850-2014_c180205.nc </so4_a2_emis_file>
60+
<e90_emis_file >atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions_E90_surface_1750-2015_1.9x2.5_c20210408.nc </e90_emis_file>
61+
62+
<airpl_emis_file></airpl_emis_file> <!-- need to be empty, but if specifying empty here, the value would be root of input_data_path -->
63+
64+
<!-- Prescribed oxidants for aerosol chemistry. Ozone is from CMIP6 input4MIPS file -->
65+
<tracer_cnst_type >CYCLICAL</tracer_cnst_type>
66+
<tracer_cnst_cycle_yr>1849</tracer_cnst_cycle_yr>
67+
<tracer_cnst_file >oxid_1.9x2.5_L26_1850-2015_c20181106.nc</tracer_cnst_file>
68+
<tracer_cnst_filelist>''</tracer_cnst_filelist>
69+
<tracer_cnst_datapath>atm/cam/chem/trop_mozart_aero/oxid</tracer_cnst_datapath>
70+
<tracer_cnst_specifier>'prsd_O3:O3','prsd_NO3:NO3','prsd_OH:OH'</tracer_cnst_specifier>
71+
72+
<!-- prescribed methane -->
73+
<prescribed_ghg_file >ch4_oxid_1.9x2.5_L26_1990-1999clim.c090804.nc</prescribed_ghg_file>
74+
<prescribed_ghg_datapath >atm/cam/chem/methane</prescribed_ghg_datapath>
75+
<prescribed_ghg_type >CYCLICAL</prescribed_ghg_type>
76+
<prescribed_ghg_cycle_yr >1995</prescribed_ghg_cycle_yr>
77+
<prescribed_ghg_filelist >''</prescribed_ghg_filelist>
78+
<prescribed_ghg_specifier>'prsd_ch4:CH4'</prescribed_ghg_specifier>
79+
80+
<!-- rad_climate -->
81+
<rad_climate>
82+
'A:H2OLNZ:H2O', 'N:O2:O2', 'N:CO2:CO2',
83+
'A:O3:O3', 'A:N2OLNZ:N2O', 'A:CH4LNZ:CH4',
84+
'N:CFC11:CFC11', 'N:CFC12:CFC12',
85+
'M:mam5_mode1:$INPUTDATA_ROOT/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_c141106.nc',
86+
'M:mam5_mode2:$INPUTDATA_ROOT/atm/cam/physprops/mam4_mode2_rrtmg_c130628.nc',
87+
'M:mam5_mode3:$INPUTDATA_ROOT/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_c141106.nc',
88+
'M:mam5_mode4:$INPUTDATA_ROOT/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc',
89+
'M:mam5_mode5:$INPUTDATA_ROOT/atm/cam/physprops/mam5_mode5_rrtmg_sig1.2_dgnl.40_c03072023.nc'
90+
</rad_climate>
91+
92+
<!-- Marine organic aerosol namelist settings -->
93+
<mam_mom_mixing_state>3</mam_mom_mixing_state>
94+
<mam_mom_cycle_yr >1 </mam_mom_cycle_yr >
95+
<mam_mom_datapath >'atm/cam/chem/trop_mam/marine_BGC/' </mam_mom_datapath >
96+
<mam_mom_datatype >'CYCLICAL' </mam_mom_datatype >
97+
<mam_mom_filename >'monthly_macromolecules_0.1deg_bilinear_latlon_year01_merge_date.nc' </mam_mom_filename > <!-- Using the 2000 file, for now -->
98+
<mam_mom_fixed_tod >0 </mam_mom_fixed_tod >
99+
<mam_mom_fixed_ymd >0 </mam_mom_fixed_ymd >
100+
<mam_mom_specifier >'chla:CHL1','mpoly:TRUEPOLYC','mprot:TRUEPROTC','mlip:TRUELIPC' </mam_mom_specifier >
101+
102+
<!-- Stratospheric ozone (Linoz) updated using CMIP6 input4MIPS GHG concentrations -->
103+
<chlorine_loading_file >atm/cam/chem/trop_mozart/ub/Linoz_Chlorine_Loading_CMIP6_0003-2017_c20171114.nc</chlorine_loading_file>
104+
<chlorine_loading_fixed_ymd >18500101</chlorine_loading_fixed_ymd>
105+
<chlorine_loading_type >FIXED</chlorine_loading_type>
106+
<linoz_data_cycle_yr >1850</linoz_data_cycle_yr>
107+
<linoz_data_file >linv3_1849-2017_CMIP6_Hist_10deg_58km_c20230705.nc</linoz_data_file>
108+
<linoz_data_path >atm/cam/chem/trop_mozart/ub</linoz_data_path>
109+
<linoz_data_type >CYCLICAL</linoz_data_type>
110+
111+
<!-- Set surface area density (SAD) variables -->
112+
<sad_type>SERIAL</sad_type>
113+
114+
<!-- Turn off ozone dry deposition, as Linoz O3v2 and ozone are not separated for now. Need to turn on ozone dry deposition when interactive tropospheric chemistry is implemented -->
115+
<drydep_method >'xactive_lnd'</drydep_method>
116+
<drydep_list >'O3','H2O2','CH2O','CH3OOH','NO','NO2','HNO3','HO2NO2','PAN','CO','CH3COCH3','C2H5OOH','CH3CHO','H2SO4','SO2','NO3','N2O5','SOAG0','SOAG15','SOAG24','SOAG35','SOAG34','SOAG33','SOAG32','SOAG31'</drydep_list>
117+
<gas_wetdep_method >'NEU'</gas_wetdep_method>
118+
<gas_wetdep_list >'C2H5OOH','CH2O','CH3CHO','CH3OOH','H2O2','H2SO4','HNO3','HO2NO2','SO2','SOAG0','SOAG15','SOAG24','SOAG35','SOAG34','SOAG33','SOAG32','SOAG31'</gas_wetdep_list>
119+
<fstrat_efold_list>'CH2O', 'CH3O2', 'CH3OOH', 'PAN', 'CO', 'C2H6', 'C3H8', 'C2H4', 'ROHO2', 'CH3COCH3', 'C2H5O2', 'C2H5OOH', 'CH3CHO', 'CH3CO3', 'ISOP', 'ISOPO2', 'MVKMACR', 'MVKO2'</fstrat_efold_list>
120+
<fstrat_list >''</fstrat_list>
121+
</namelist_defaults>

0 commit comments

Comments
 (0)