-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2938 from samsrabin/merge-b4bdev-20250116
Merge b4b-dev
- Loading branch information
Showing
18 changed files
with
191 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,48 @@ | ||
Purpose and description of changes since ctsm5.2.005 | ||
---------------------------------------------------- | ||
# What's new in CTSM 5.3 (tag `ctsm5.3.0`) | ||
|
||
Bring in updates needed for the CESM3.0 science capability/functionality "chill". Most importantly bringing | ||
in: CN Matrix to speed up spinup for the BGC model, updated surface datasets, updated Leung 2023 dust emissions, | ||
explicit Air Conditioning for the Urban model, updates to crop calendars. For clm6_0 physics these options are now | ||
default turned on in addition to Sturm snow, and excess ice. | ||
## Purpose and description of changes since CTSM 5.2 (tag `ctsm5.2.005`) | ||
- Adds CN Matrix method to speed up spinup for the BGC model. | ||
- Updates surface datasets. | ||
- Brings in new Leung 2023 dust emissions. | ||
- Adds explicit air conditioning for the urban model. | ||
- Updates crop calendars. | ||
- Updates fire model with various improvements, including default parameterization against climate reanalysis from CRU-JRA instead of GSWP. | ||
- FATES compsets can now be run with transient land use. | ||
|
||
Changes to CTSM Infrastructure: | ||
=============================== | ||
These changes were needed ahead of the CESM3 capability/functionality "chill". For `clm6_0` physics these options are now turned on by default, in addition to Sturm snow and excess ice. | ||
|
||
- manage_externals removed and replaced by git-fleximod | ||
- Ability to handle CAM7 in LND_TUNING_MODE | ||
## Changes to CTSM infrastructure | ||
- `manage_externals` removed and replaced by `git-fleximod` | ||
- Ability to handle CAM7 in `LND_TUNING_MODE` | ||
|
||
Changes to CTSM Answers: | ||
======================== | ||
## Changes to CTSM answers | ||
|
||
Changes to defaults for clm6_0 physics: | ||
Changes to defaults for `clm6_0` physics: | ||
- Urban explicit A/C turned on | ||
- Snow thermal conductivity is now Sturm_1997 | ||
- New IC file for f09 1850 | ||
- Snow thermal conductivity method is now `Sturm_1997` | ||
- New initial conditions file for f09 ("1-degree") 1850, with more in progress | ||
- New crop calendars | ||
- Dust emissions is now Leung_2023 | ||
- Dust emissions method is now `Leung_2023` | ||
- Excess ice is turned on | ||
- Updates to MEGAN for BVOC's | ||
- Updates to MEGAN for BVOCs | ||
- Updates to BGC fire method | ||
|
||
Changes for all physics versions: | ||
|
||
- Parameter files updated | ||
- FATES parameter file updated | ||
- Glacier region 1 is now undefined | ||
- Update in FATES transient Land use | ||
- Update in FATES transient land use | ||
- Pass active glacier (CISM) runoff directly to river model (MOSART) | ||
- Add the option for using matrix for Carbon/Nitrogen BGC spinup | ||
- Add the option for using Matrix CN method for Carbon/Nitrogen BGC spinup | ||
|
||
New surface datasets: | ||
===================== | ||
## New surface datasets | ||
|
||
- With new surface datasets the following GLC fields have region "1" set to UNSET: | ||
glacier_region_behavior, glacier_region_melt_behavior, glacier_region_ice_runoff_behavior | ||
- With new surface datasets the following GLC fields have region "1" set to UNSET: glacier_region_behavior, glacier_region_melt_behavior, glacier_region_ice_runoff_behavior | ||
- Updates to allow creating transient landuse timeseries files going back to 1700. | ||
- Fix an important bug on soil fields that was there since ctsm5.2.0. This results in mksurfdata_esmf now giving identical answers with a change in number of processors, as it should. | ||
- Add in creation of ne0np4.POLARCAP.ne30x4 surface datasets. | ||
- Add version to the surface datasets. | ||
- Remove the --hires_pft option from mksurfdata_esmf as we don't have the datasets for it. | ||
- Remove VIC fields from surface datasets. | ||
|
||
New input datasets to mksurfdata_esmf: | ||
====================================== | ||
|
||
- Updates in PFT/LAI/soil-color raw datasets (now from the TRENDY2024 timeseries that ends in 2023), as well as two fire datasets (AG fire, peatland), and the glacier behavior dataset. | ||
- Fix an important bug on soil fields that was there since `ctsm5.2.0`. This has the side effect of `mksurfdata_esmf` now giving identical answers with a change in number of processors, as it should. | ||
- Surface datasets now provided for the `ne0np4.POLARCAP.ne30x4` grid. | ||
- Surface datasets now have their version number embedded to prevent mismatch of surface dataset and CTSM version. | ||
- Remove the `--hires_pft` option from `mksurfdata_esmf` as we don't have the datasets for it. | ||
- Remove `VIC` fields from surface datasets. | ||
- Updates to input datasets in PFT/LAI/soil-color raw datasets (now from the TRENDY2024 timeseries that ends in 2023), as well as two fire datasets (crop fire peak month, peatland fraction), and the glacier behavior dataset. | ||
|
Submodule ccs_config
updated
11 files
+0 −664 | component_grids_mct.xml | |
+0 −59 | config_grids_mct.xml | |
+12 −3 | machines/Depends.intel-oneapi | |
+17 −0 | machines/Depends.nvhpc | |
+3 −4 | machines/cmake_macros/cray.cmake | |
+0 −1 | machines/cmake_macros/intel-oneapi.cmake | |
+63 −0 | machines/cmake_macros/intel-oneapi.cmake | |
+1 −1 | machines/derecho/config_batch.xml | |
+2 −0 | machines/derecho/config_machines.xml | |
+0 −1,220 | maps_mct.xml | |
+0 −1,261 | modelgrid_aliases_mct.xml | |
+6 −3 | modelgrid_aliases_nuopc.xml |
Submodule cime
updated
19 files
+7 −7 | .github/workflows/testing.yml | |
+37 −13 | CIME/SystemTests/system_tests_common.py | |
+2 −2 | CIME/Tools/code_checker | |
+2 −2 | CIME/Tools/xmlconvertors/config_pes_converter.py | |
+9 −10 | CIME/Tools/xmlconvertors/grid_xml_converter.py | |
+3 −3 | CIME/case/case_clone.py | |
+1 −1 | CIME/case/case_run.py | |
+5 −3 | CIME/case/case_submit.py | |
+2 −4 | CIME/code_checker.py | |
+18 −20 | CIME/compare_namelists.py | |
+3 −0 | CIME/hist_utils.py | |
+159 −110 | CIME/namelist.py | |
+8 −2 | CIME/status.py | |
+6 −11 | CIME/test_status.py | |
+23 −3 | CIME/tests/test_unit_system_tests_mvk.py | |
+1 −1 | CIME/utils.py | |
+1 −1 | CIME/wait_for_tests.py | |
+2 −4 | docker/Dockerfile | |
+1 −0 | docker/cime.yaml |
Oops, something went wrong.