Skip to content

Commit 0b48746

Browse files
committed
Add ChangeLog draft
1 parent 5849325 commit 0b48746

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

doc/ChangeLog

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
Tag name: cam6_4_174
2+
Originator(s): kuanchihwang
3+
Date: TBD
4+
One-line Summary: Update MPAS dynamical core to version 8.4.0
5+
Github PR URL: https://github.com/ESCOMP/CAM/pull/1545
6+
7+
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
8+
9+
This PR updates MPAS dynamical core from version 8.2.1 to 8.4.0. See the in-between release notes of MPAS for details.
10+
11+
Closes #1479
12+
13+
Describe any changes made to build system:
14+
15+
M src/dynamics/mpas/Makefile
16+
* Update Makefile to fix build errors
17+
* Remove unnecessary Makefile build target
18+
* Add patches to fix crash in MPAS 8.4.0
19+
20+
Describe any changes made to the namelist:
21+
22+
M bld/build-namelist
23+
M bld/namelist_files/namelist_defaults_cam.xml
24+
M bld/namelist_files/namelist_definition.xml
25+
* Update namelist definitions, defaults, and input to accommodate MPAS 8.4.0
26+
27+
List any changes to the defaults for the boundary datasets:
28+
29+
None
30+
31+
Describe any substantial timing or memory changes:
32+
33+
None
34+
35+
Code reviewed by: nusbaume
36+
37+
List all files eliminated:
38+
39+
None
40+
41+
List all files added and what they do:
42+
43+
A src/dynamics/mpas/driver/0001-Fix-Fortran-standard-violation.patch
44+
A src/dynamics/mpas/driver/0002-Add-missing-argument-intent.patch
45+
A src/dynamics/mpas/driver/0003-Avoid-implicit-save-attribute.patch
46+
* Add patches to fix crash in MPAS 8.4.0
47+
48+
List all existing files that have been modified, and describe the changes:
49+
50+
M .gitmodules
51+
* Update MPAS dynamical core to version 8.4.0
52+
M src/dynamics/mpas/dp_coupling.F90
53+
* Add support for new deformation coefficients introduced in MPAS 8.4.0
54+
M src/dynamics/mpas/driver/cam_mpas_subdriver.F90
55+
* Remove deprecated variables that no longer exist
56+
* Define new constituent indexes required by MPAS 8.4.0
57+
M src/dynamics/mpas/driver/README
58+
* Add patches to fix crash in MPAS 8.4.0
59+
M src/dynamics/mpas/dycore
60+
* Update MPAS dynamical core to version 8.4.0
61+
M src/dynamics/mpas/dyn_comp.F90
62+
* Update namelist definitions, defaults, and input to accommodate MPAS 8.4.0
63+
* Add support for new deformation coefficients introduced in MPAS 8.4.0
64+
65+
If there were any failures reported from running test_driver.sh on any test
66+
platform, and checkin with these failures has been OK'd by the gatekeeper,
67+
then copy the lines from the td.*.status files for the failed tests to the
68+
appropriate machine below. All failed tests must be justified.
69+
70+
derecho/intel/aux_cam: In progress
71+
72+
derecho/nvhpc/aux_cam: In progress
73+
74+
izumi/nag/aux_cam: In progress
75+
76+
izumi/gnu/aux_cam: In progress
77+
78+
CAM tag used for the baseline comparison tests if different than previous
79+
tag: cam6_4_173
80+
81+
Summarize any changes to answers, i.e.,
82+
- what code configurations:
83+
- what platforms/compilers:
84+
- nature of change (roundoff; larger than roundoff but same climate; new
85+
climate):
86+
87+
===============================================================
88+
189
Tag name: cam6_4_173
290
Originator(s): pel, peverwhee, hplin
391
Date: 15 May 2026

0 commit comments

Comments
 (0)