Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cesm3.0 add marbl #269

Merged
merged 9 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
==============================================================
Tag name: cesm3_0_beta02
Originator(s): CSEG
Date: 29 July 2024
One-line Summary: CAM answer changes and other updates in preparation for science freeze.


components/cam https://github.com/ESCOMP/CAM/cam6_4_016
components/cice https://github.com/ESCOMP/CESM_CICE/tree/cesm_cice6_5_0_12
cime https://github.com/ESMCI/cime/tree/cime6.1.0
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.1
components/cmeps https://github.com/ESCOMP/CMEPS/tree/cmeps1.0.6
components/cdeps https://github.com/ESCOMP/CDEPS/tree/cdeps1.0.43
components/cism https://github.com/ESCOMP/cism-wrapper/tree/cismwrap_2_2_002
components/clm https://github.com/ESCOMP/ctsm/tree/ctsm5.2.009
components/fms https://github.com/ESCOMP/FMS_interface/tree/fi_240516
components/mizuroute https://github.com/ESCOMP/mizuRoute/tree/cesm-coupling.n02_v2.1.3
components/mom https://github.com/ESCOMP/MOM_interface/mi_240705
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/ww3i_0.0.2
libraries/parallelio https://github.com/NCAR/ParallilIO/tree/pio2_6_2


Answer Changes introduced with this tag when compared to cesm0_0_beta01:
CLM
clm45cam4LndTuningModeZDustSoilErod, clm50cam5LndTuningModeZDustSoilErod test mods
Hillslope hydrology changes: Changes answer ONLY for hillslope tests
GLC
mosart runoff
CMEPS
Revert some of the answer changes that came in with cmeps0.14.71
Remove negative runoff
RTM
Correct fluxes by area
CAM
Modify RRTMGP interface for MT configurations. Answers also change
for LT and cam6 tests using RRTMGP.
Aerosol wet removal bug fixes
GW moving mountains
Changes older log-gamma function for an F2008 intrinsic, only in
some WACCMX configurations.
HB mods + dycore mods, answer changes for all SE and CLUBB runs.



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.
-Some compset need to be updated or removed from testing.
-Some CICE tests need to have the test mods updated.
-PET_PM tests fail with MOM.
-Some CAM tests are missing land surface data.
-Some compsets were removed, but the tests were not removed.


==============================================================
Tag name: cesm3_0_alpha02b
Originator(s): CSEG
Expand Down
5 changes: 5 additions & 0 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<lname>1850_CAM70%LT_CLM60%BGC-CROP_CICE_MOM6_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>

<compset>
<alias>BLT1850_MARBL</alias>
<lname>1850_CAM70%LT_CLM60%BGC-CROP_CICE_MOM6%MARBL-BIO_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>

<compset>
<alias>BLTHIST</alias>
<lname>HIST_CAM70%LT_CLM60%BGC-CROP_CICE_MOM6_MOSART_DGLC%NOEVOLVE_SWAV</lname>
Expand Down
Loading