From 207c06340b208b0087142badef1681122dc6a896 Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 3 Oct 2024 16:30:17 -0600 Subject: [PATCH] Update for cesm3_0_beta03 --- ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/ChangeLog b/ChangeLog index cecbbc4c8..fd5502bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +============================================================== +Tag name: cesm3_0_beta03 +Originator(s): CSEG +Date: 3rdh Octobe 2024 +One-line Summary: Component updates for CESM3.0.0 + +components/cam https://github.com/ESCOMP/CAM/cam6_4_032 +components/cice https://github.com/ESCOMP/CESM_CICE/tree/cesm_cice6_5_0_12 +cime https://github.com/ESMCI/cime/tree/cime6.1.29 +share https://github.com/ESCOMP/CESM_share/tree/share1.1.2 +ccs_config https://github.com/ESMCI/ccs_config_cesm/tree/ccs_config_cesm1.0.7 +components/cmeps https://github.com/ESCOMP/CMEPS/tree/cmeps1.0.16 +components/cdeps https://github.com/ESCOMP/CDEPS/tree/cdeps1.0.53 +components/cism https://github.com/ESCOMP/cism-wrapper/tree/cismwrap_2_2_002 +components/clm https://github.com/ESCOMP/ctsm/tree/ctsm5.3.002 +components/fms https://github.com/ESCOMP/FMS_interface/tree/fi_240822 +components/mizuroute https://github.com/ESCOMP/mizuRoute/tree/cesm-coupling.n02_v2.1.3 +components/mom https://github.com/ESCOMP/MOM_interface/mi_240923 +components/mosart https://github.com/ESCOMP/mosart/tree/mosart1_1_02 +components/rtm https://github.com/ESCOMP/rtm/tree/rtm1_0_80 +components/ww3 https://github.com/ESCOMP/WW3-CESM/tree/main_0.0.14 +libraries/parallelio https://github.com/NCAR/ParallilIO/tree/pio2_6_3 +tools/CUPiD https://github.com/NCAR/CUPiD/tree/v0.1.1 + +Answer Changes introduced with this tag when compared to cesm0_0_beta02: +CAM +- Fix psl values sent to coupler in CAM7 +- Remove the 0.5*timestep from zm_convr_run. +- CAM5/CAM6 aquaplanet runs on unstructured grids. +- Use updated dust emissions in cam7 (Lueng scheme in CTSM). +- Repartitioning of dust deposition fluxes sent to surface models. +- Roundoff changes for all jobs which use ZM. +- Correction to aerosol convective removal and other misc fixes. +- Update to CLUBB external. Changes answers for all compsets using CAM6 and later physics. + +CMEPS/CDEPS +- dglc negative flux corrections. +- Simplify logic for glc_renormalize_smb. Changes answers for T compsets + +CLM +- Changes answers for all Clm60 compsets. +- Changes answers when MEGAN is on. +- Fix for excess ice cold starts +- Changes answers for Clm60BgcCrop compsets. +- Changes answers just for FATES compsets. +- Relax tolerance for truncating small snocan values in CanopyFluxes. +- New surface datasets NOT backward compatible with ctsm5.2 ones. +- New f09 1850 IC file. +- New "hand tuned" parameter file. +- New Li2024 fire turned on for clm6_0. +- Fire emissions factor file update. + +MOM +- Latest version of MARBL improves diag_table for fully coupled runs +- Updates in FPMix and Stokes Most +- Re-tuning to bring MOM in line with CESM3 development runs: + +WW3 +- All configurations using WW3 + +Problems identified after tag creation: +Several MEMCOMP test failed because cpl-mem.log files weren't generate. This is an issue with cime not creating the log file when the runs are too short. + FAIL SMS_Ld7.f09_t232.BLT1850.derecho_intel.allactive-defaultio SETUP + FAIL ERS_Ld3.f19_f19_mg17.FXHIST.derecho_intel.cam-waccmx_weimer SETUP + FAIL DIMCSL_Ld1.TL319_t232.G_JRA.derecho_intel.mom-cfc_mods COMPARE_dimscale_1_Tp_base + FAIL ERI.ne30pg3_t232.BLT1850.derecho_intel.allactive-defaultio RUN time=2341 + FAIL ERI.ne30pg3_t232.BLT1850_MARBL.derecho_intel.allactive-defaultio RUN time=3629 + FAIL SMS_D_Ld1_Mmpi-serial.f45_f45_mg37.I2000Clm50SpRs.izumi_nag.clm-ptsRLA SHAREDLIB_BUILD time=5 + FAIL ERS_D_Ld5_Mmpi-serial.1x1_vancouverCAN.I1PtClm50SpRs.izumi_nag.clm-CLM1PTStartDate SHAREDLIB_BUILD time=5 + FAIL ERP_D_Ln9.C48_C48_mg17.QPC6.derecho_intel.cam-outfrq9s SHAREDLIB_BUILD failed to initialize + FAIL ERI.T62_g37.G.derecho_intel.pop-cice CREATE_NEWCASE + FAIL ERS.T62_g37.G.derecho_gnu.pop-cice CREATE_NEWCASE + FAIL PET_PM.ne30pg3_t232.BMT1850.derecho_gnu.allactive-defaultiomi RUN time=329 + FAIL PET_PM.ne30pg3_t232.BMT1850.derecho_intel.allactive-defaultiomi RUN time=301 + PEND MKSURFDATAESMF_P128x1.f10_f10_mg37.I1850Clm50BgcCrop.derecho_intel SHAREDLIB_BUILD RERUN + PEND SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCnudged.derecho_intel.cam-outfrq9s SHAREDLIB_BUILD + FAIL ERI.f19_g17_rx1.DTEST.izumi_intel.cice-default RUN time=37 + ============================================================== Tag name: cesm3_0_alpha03d Originator(s): CSEG