From f4609ddd4c67d879f8d9d4a361c38848810fc84b Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Tue, 21 Nov 2023 19:34:35 -0700 Subject: [PATCH 1/7] aircraft emissions for LT and MT compsets modified: bld/build-namelist modified: bld/namelist_files/namelist_defaults_cam.xml --- bld/build-namelist | 5 +++++ bld/namelist_files/namelist_defaults_cam.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bld/build-namelist b/bld/build-namelist index a66c50a8f9..252fd0ca03 100755 --- a/bld/build-namelist +++ b/bld/build-namelist @@ -2387,6 +2387,11 @@ if (($chem =~ /_mam4/ or $chem =~ /_mam5/) and ($phys =~ /cam6/ or $phys =~ /cam 'num_a4_ar_ext_file' => 'num_a4', 'no2_ar_ext_file' => 'NO2', 'so2_ar_ext_file' => 'SO2' ); + } elsif ($chem =~ /ghg_mam/) { + %species = (%species, + 'bc_a4_ar_ext_file' => 'bc_a4', + 'num_a4_ar_ext_file' => 'num_a4', + 'so2_ar_ext_file' => 'SO2' ); } # for transient cases include volcanic emissions diff --git a/bld/namelist_files/namelist_defaults_cam.xml b/bld/namelist_files/namelist_defaults_cam.xml index c2f905ae78..6a57a45d55 100644 --- a/bld/namelist_files/namelist_defaults_cam.xml +++ b/bld/namelist_files/namelist_defaults_cam.xml @@ -1310,6 +1310,11 @@ atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_so4_a1_anthro-ene_vertical_mol_175001-201412_ne30pg3_c20200103.nc atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_num_so4_a1_anthro-ene_vertical_mol_175001-201412_ne30pg3_c20200103.nc +atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_bc_a4_aircraft_vertical_1750-2015_ne30pg3_c20231112.nc +atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_num_bc_a4_aircraft_vertical_1750-2015_ne30pg3_c20231112.nc +atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_NO2_aircraft_vertical_1750-2015_ne30pg3_c20231112.nc +atm/cam/chem/emis/historical_ne30pg3/emissions-cmip6_SO2_aircraft_vertical_1750-2015_ne30pg3_c20231112.nc + atm/cam/chem/emis/historical_ne30pg2/emissions-cmip6_DMS_other_surface_1750_2015_ne30pg2_c20200630.nc From 85a3beb0d211e60e68b727f7ab16cb218a998d96 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Wed, 22 Nov 2023 08:34:52 -0700 Subject: [PATCH 2/7] derecho pelayouts for ne30 waccm and camchem modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl --- cime_config/config_pes.xml | 19 +++++++++++++ cime_config/testdefs/testlist_cam.xml | 6 ++--- .../cam/outfrq9s_wcm_ne30/shell_commands | 2 -- .../cam/outfrq9s_wcm_ne30/user_nl_cam | 7 ----- .../cam/outfrq9s_wcm_ne30/user_nl_clm | 27 ------------------- .../cam/outfrq9s_wcm_ne30/user_nl_cpl | 2 -- 6 files changed, 22 insertions(+), 41 deletions(-) delete mode 100644 cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands delete mode 100644 cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam delete mode 100644 cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm delete mode 100644 cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl diff --git a/cime_config/config_pes.xml b/cime_config/config_pes.xml index 1b52b2be50..b0bca9fcfb 100644 --- a/cime_config/config_pes.xml +++ b/cime_config/config_pes.xml @@ -371,6 +371,25 @@ 1 + + none + + -8 + -8 + -8 + -8 + -8 + -8 + + + 1 + 1 + 1 + 1 + 1 + 1 + + none diff --git a/cime_config/testdefs/testlist_cam.xml b/cime_config/testdefs/testlist_cam.xml index 854ad1ac5a..738617854b 100644 --- a/cime_config/testdefs/testlist_cam.xml +++ b/cime_config/testdefs/testlist_cam.xml @@ -2669,7 +2669,7 @@ - + @@ -2678,7 +2678,7 @@ - + @@ -2686,7 +2686,7 @@ - + diff --git a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands b/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands deleted file mode 100644 index eb40ad83e0..0000000000 --- a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands +++ /dev/null @@ -1,2 +0,0 @@ -./xmlchange ROF_NCPL=\$ATM_NCPL -./xmlchange GLC_NCPL=\$ATM_NCPL diff --git a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam b/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam deleted file mode 100644 index 41eded30db..0000000000 --- a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam +++ /dev/null @@ -1,7 +0,0 @@ -mfilt=1,1,1,1,1,1,1,1,1 -ndens=1,1,1,1,1,1,1,1,1 -nhtfrq=9,9,9,9,9,9,9,9,9 -inithist='ENDOFRUN' - -state_debug_checks = .true. - diff --git a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm b/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm deleted file mode 100644 index 0d83b5367b..0000000000 --- a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm +++ /dev/null @@ -1,27 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! Include namelist variables for drv_flds_in ONLY if -megan and/or -drydep options -! are set in the CLM_NAMELIST_OPTS env variable. -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set irrigate by the CLM_BLDNML_OPTS -irrig setting -! Set dtime with L_NCPL option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! Set glc_grid with CISM_GRID option -! Set glc_smb with GLC_SMB option -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -hist_nhtfrq = 9 -hist_mfilt = 1 -hist_ndens = 1 - diff --git a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl b/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl deleted file mode 100644 index 398535cf65..0000000000 --- a/cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl +++ /dev/null @@ -1,2 +0,0 @@ -reprosum_diffmax=1.0e-14 -reprosum_recompute=.true. From 2e724af7256e7ca8c7d1897491d52c2e2ee17435 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Wed, 22 Nov 2023 11:55:42 -0700 Subject: [PATCH 3/7] more derecho pelayouts changes for waccm(x) and camchem modified: bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml modified: bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml modified: cime_config/config_pes.xml --- .../use_cases/sd_waccm_tsmlt_cam6.xml | 2 +- .../use_cases/waccm_ma_2000_cam6.xml | 1 - cime_config/config_pes.xml | 23 +++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml b/bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml index 8397165538..e52fd92caa 100644 --- a/bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml +++ b/bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml @@ -84,7 +84,7 @@ 'DCOCHM', 'DF_ALKNIT', 'DF_ALKOOH', 'DF_BENZOOH', 'DF_BZOOH', 'DF_C2H5OH', 'DF_C2H5OOH', 'DF_C3H7OOH', 'DF_C6H5OOH', 'DF_CH2O', 'DF_CH3CHO', 'DF_CH3CN', 'DF_CH3COCH3', 'DF_CH3COCHO', 'DF_CH3COOH', 'DF_CH3COOOH', 'DF_CH3OH', 'DF_CH3OOH', 'DF_CO', 'DF_EOOH', 'DF_GLYALD', 'DF_H2O2', 'DF_H2SO4', 'DF_HCN', 'DF_HCOOH', 'DF_HNO3', 'DF_HO2NO2', 'DF_HONITR', 'DF_HPALD', 'DF_HYAC', 'DF_HYDRALD', - 'DF_IEPOX', 'DF_ISOPNITA', 'DF_ISOPNITB', 'DF_ISOPNO3', 'DF_ISOPNOOH', 'DF_ISOPOOH', 'DF_IVOC', 'DF_MACROOH', 'DF_MEKOOH', + 'DF_IEPOX', 'DF_ISOPNITA', 'DF_ISOPNITB', 'DF_ISOPNOOH', 'DF_ISOPOOH', 'DF_IVOC', 'DF_MACROOH', 'DF_MEKOOH', 'DF_MPAN', 'DF_NC4CH2OH', 'DF_NC4CHO', 'DF_NH3', 'DF_NH4', 'DF_NO2', 'DF_NO', 'DF_NOA', 'DF_NTERPOOH', 'DF_O3', 'DF_ONITR', 'DF_PAN', 'DF_PHENOOH', 'DF_POOH', 'DF_ROOH', 'DF_SO2', 'DF_SOAG0', 'DF_SOAG1', 'DF_SOAG2', 'DF_SOAG3', 'DF_SOAG4', 'DF_SVOC', 'DF_TERP2OOH', 'DF_TERPNIT', 'DF_TERPOOH', 'DF_TERPROD1', 'DF_TERPROD2', 'DF_TOLOOH', 'DF_XOOH', 'DF_XYLENOOH', diff --git a/bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml b/bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml index cf84af173e..f87670c6b0 100644 --- a/bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml +++ b/bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml @@ -21,7 +21,6 @@ cesm2_init/f.e22.FWma2000climo.f09_f09_mg17.cam6_2_021.c20200421/0004-01-01/f.e22.FWma2000climo.f09_f09_mg17.cam6_2_021.c20200421.cam.i.0004-01-01-00000.nc cesm2_init/f.e22.FWma2000climo.f19_f19_mg17.cam6_2_021.c20200421/0008-01-01/f.e22.FWma2000climo.f19_f19_mg17.cam6_2_021.c20200421.cam.i.0008-01-01-00000.nc -cesm2_init/f.e22.FWma2000climo.ne30pg3_ne30pg3_mg17.cam6_2_021.c20200421/0004-01-01/f.e22.FWma2000climo.ne30pg3_ne30pg3_mg17.cam6_2_021.c20200421.cam.i.0004-01-01-00000.nc atm/waccm/ic/f2000.waccm-mam3_4x5_L70.cam2.i.0017-01-01.c121113.nc diff --git a/cime_config/config_pes.xml b/cime_config/config_pes.xml index b0bca9fcfb..7d5953bdc0 100644 --- a/cime_config/config_pes.xml +++ b/cime_config/config_pes.xml @@ -788,6 +788,29 @@ 0 + + none + + -4 + -4 + -4 + -4 + -4 + -4 + -4 + -4 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + From 2e1546e8dcfbfde25b6d547beaabda59257dc67b Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Fri, 1 Dec 2023 09:49:35 -0700 Subject: [PATCH 4/7] ChangeLog draft --- doc/ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5428fcaed0..8eacb7e990 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,78 @@ =============================================================== +Tag name: cam6_3_139 +Originator(s): fvitt, tilmes +Date: +One-line Summary: Aircraft emissions and derecho PE layouts +Github PR URL: https://github.com/ESCOMP/CAM/pull/925 + +Purpose of changes (include the issue number and title text for each relevant GitHub issue): + + Include aircraft emissions for LT and MT compsets (issue #852). + + Provide functional PE layouts for CAMChem and WACCM on ne30 SE grid + which fixes failing regression test in issue #917. + +Describe any changes made to build system: N/A + +Describe any changes made to the namelist: N/A + +List any changes to the defaults for the boundary datasets: N/A + +Describe any substantial timing or memory changes: N/A + +Code reviewed by: cacraigucar nusbaume adamrher + +List all files eliminated: +D cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands +D cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam +D cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm +D cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl + - no longer needed + +List all files added and what they do: N/A + +List all existing files that have been modified, and describe the changes: +M bld/build-namelist +M bld/namelist_files/namelist_defaults_cam.xml +M bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml +M bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml +M cime_config/config_pes.xml +M cime_config/testdefs/testlist_cam.xml + +If there were any failures reported from running test_driver.sh on any test +platform, and checkin with these failures has been OK'd by the gatekeeper, +then copy the lines from the td.*.status files for the failed tests to the +appropriate machine below. All failed tests must be justified. + +cheyenne/intel/aux_cam: + +derecho/intel/aux_cam: + +izumi/nag/aux_cam: + +izumi/gnu/aux_cam: + +Summarize any changes to answers: larger than roundoff but same climate + + +If this tag changes climate describe the run(s) done to evaluate the new +climate in enough detail that it(they) could be reproduced, i.e., +- source tag (all code used must be in the repository): cam6_3_132 +- platform/compilers: derecho / intel +- configure commandline: ./create_newcase --compset FMTHIST --res ne30pg3_ne30pg3_mg17 +- build-namelist command (or complete namelist): + case : + /glade/p/cesmdata/cseg/runs/cesm2_0/f.cam6_3_132.FMTHIST_ne30.aircraft +- location of output: + /glade/derecho/scratch/tilmes/archive/f.cam6_3_132.FMTHIST_ne30.aircraft/atm/hist + +URL for AMWG diagnostics output used to validate new climate: +https://webext.cgd.ucar.edu/FMTHIST/f.cam6_3_132.FMTHIST_ne30.aircraft/atm/f.cam6_3_132.FMTHIST_ne30.aircraft_1995_2006_vs_f.cam6_3_132.FMTHIST_ne30.001_1995_2006/ + +=============================================================== +=============================================================== + Tag name: cam6_3_138 Originator(s): fvitt, skamaroc Date: 1 Dec 2023 From e520a5136df683d38950dfbf8480805236576800 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Fri, 1 Dec 2023 15:51:17 -0700 Subject: [PATCH 5/7] ChangeLog Update --- doc/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 8eacb7e990..913f8b10b2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -46,16 +46,53 @@ then copy the lines from the td.*.status files for the failed tests to the appropriate machine below. All failed tests must be justified. cheyenne/intel/aux_cam: + ERP_Ln9_Vnuopc.C96_C96_mg17.F2000climo.cheyenne_intel.cam-outfrq9s_mg3 (Overall: PEND) details: + ERP_Ln9_Vnuopc.f09_f09_mg17.FCSD_HCO.cheyenne_intel.cam-outfrq9s (Overall: FAIL) details: + - pre-existing failures + + ERP_D_Ln9.ne30pg3_ne30pg3_mg17.FLTHIST.cheyenne_intel.cam-outfrq9s (Overall: DIFF) details: + ERS_Ld3_Vnuopc.f10_f10_mg37.F1850.cheyenne_intel.cam-outfrq1d_14dec_ghg_cam_dev (Overall: NLFAIL) details: + SMS_D_Ln9.ne30pg3_ne30pg3_mg17.FMTHIST.cheyenne_intel.cam-outfrq9s (Overall: DIFF) details: + SMS_D_Ln9_Vnuopc_P1280x1.ne30pg3_ne30pg3_mg17.FCLTHIST.cheyenne_intel.cam-outfrq9s (Overall: DIFF) details: + - expected baseline test failures due to aircraft emissions + + ERP_Ln9_Vnuopc.ne30pg3_ne30pg3_mg17.FW2000climo.cheyenne_intel.cam-outfrq9s (Overall: DIFF) details: + - new passing test derecho/intel/aux_cam: + ERP_Ln9_Vnuopc.C96_C96_mg17.F2000climo.derecho_intel.cam-outfrq9s_mg3 (Overall: PEND) details: + ERP_Ln9_Vnuopc.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) details: + - pre-existing failures + + ERC_D_Ln9_Vnuopc.f19_f19_mg17.QPX2000.derecho_intel.cam-outfrq3s (Overall: NLFAIL) details: + ERP_Lh12_Vnuopc.f19_f19_mg17.FW4madSD.derecho_intel.cam-outfrq3h (Overall: NLFAIL) details: + ERP_Ln9_Vnuopc.f19_f19_mg17.FWsc1850.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: + ERP_Ln9_Vnuopc.ne30_ne30_mg17.FCnudged.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: + ERS_Ln9_Vnuopc.f19_f19_mg17.FXSD.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: + SMS_D_Ln9_Vnuopc.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: + SMS_D_Ln9_Vnuopc.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s_waccm_ma_mam4 (Overall: NLFAIL) details: + SMS_D_Ln9_Vnuopc.f19_f19_mg17.FXHIST.derecho_intel.cam-outfrq9s_amie (Overall: NLFAIL) details: + SMS_D_Ln9_Vnuopc.f19_f19_mg17.QPC2000climo.derecho_intel.cam-outfrq3s_usecase (Overall: NLFAIL) details: + SMS_Ld1_Vnuopc.ne30pg3_ne30pg3_mg17.FC2010climo.derecho_intel.cam-outfrq1d (Overall: NLFAIL) details: + - new derecho PE layouts + + ERS_Ld3_Vnuopc.f10_f10_mg37.F1850.derecho_intel.cam-outfrq1d_14dec_ghg_cam_dev (Overall: NLFAIL) details: + ERP_D_Ln9.ne30pg3_ne30pg3_mg17.FLTHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details: + SMS_D_Ln9.ne30pg3_ne30pg3_mg17.FMTHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details: + SMS_D_Ln9_Vnuopc_P1280x1.ne30pg3_ne30pg3_mg17.FCLTHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details: + - expected baseline test failures due to aircraft emissions + + ERP_Ln9_Vnuopc.ne30pg3_ne30pg3_mg17.FW2000climo.derecho_intel.cam-outfrq9s (Overall: DIFF) details: + - new passing test izumi/nag/aux_cam: + DAE_Vnuopc.f45_f45_mg37.FHS94.izumi_nag.cam-dae (Overall: FAIL) details: + - pre-existing failure -izumi/gnu/aux_cam: +izumi/gnu/aux_cam: All PASS Summarize any changes to answers: larger than roundoff but same climate - If this tag changes climate describe the run(s) done to evaluate the new climate in enough detail that it(they) could be reproduced, i.e., - source tag (all code used must be in the repository): cam6_3_132 From 027a779f1dbbeaa934085d188247678d14ab5cc6 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Fri, 1 Dec 2023 15:54:08 -0700 Subject: [PATCH 6/7] ChangeLog update --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 913f8b10b2..acf1ff8f30 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,7 +2,7 @@ Tag name: cam6_3_139 Originator(s): fvitt, tilmes -Date: +Date: 1 Dec 2023 One-line Summary: Aircraft emissions and derecho PE layouts Github PR URL: https://github.com/ESCOMP/CAM/pull/925 From 3570ddc985618739bc32d663fbe4a95853f49000 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Fri, 1 Dec 2023 16:06:07 -0700 Subject: [PATCH 7/7] ChangeLog update --- doc/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index acf1ff8f30..dcfaa48b18 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -34,11 +34,24 @@ List all files added and what they do: N/A List all existing files that have been modified, and describe the changes: M bld/build-namelist + - set default aircraft emissions for ghg_mam chemistry + M bld/namelist_files/namelist_defaults_cam.xml + - default ne30pg3 aircraft emissions + M bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml + - fix fincl list + M bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml + - remove ne30pg IC from use case (not stable) + M cime_config/config_pes.xml + - default PE layouts for: + . WACCM and CAMChem on ne30 grid + . WACCM(X) and CAMChem on f19 grid + M cime_config/testdefs/testlist_cam.xml + - adjust tests for waccm on ne30 grids If there were any failures reported from running test_driver.sh on any test platform, and checkin with these failures has been OK'd by the gatekeeper,