Skip to content

Commit 14399eb

Browse files
committed
ChangeLog draft
1 parent 24147a2 commit 14399eb

2 files changed

Lines changed: 124 additions & 1 deletion

File tree

doc/ChangeLog

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,128 @@
11
===============================================================
22

3+
Tag name: cam6_4_077
4+
Originator(s): fvitt
5+
Date: 17 Mar 2025
6+
One-line Summary: Introduce HIST WACCM7(X) compsets
7+
Github PR URL: https://github.com/ESCOMP/CAM/pull/1262
8+
9+
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
10+
11+
Add WACCM(X)7 compsets #1248
12+
Add WACCM T4MA chemistry mechanism
13+
Fix: Vertical indexing mismatch in rrtmgp/mcica_subcol_gen.F90 in high-top configuration #1261
14+
15+
Describe any changes made to build system: N/A
16+
17+
Describe any changes made to the namelist: N/A
18+
19+
List any changes to the defaults for the boundary datasets: N/A
20+
21+
Describe any substantial timing or memory changes: N/A
22+
23+
Code reviewed by: brian-eaton, cacraigucar, PeterHjortLauritzen
24+
25+
List all files eliminated: N/A
26+
27+
List all files added and what they do:
28+
A bld/namelist_files/use_cases/waccm_ma_hist_cam7.xml
29+
A bld/namelist_files/use_cases/waccm_sc_hist_cam7.xml
30+
- build-namelist use case files for WACCM7(X) compsets
31+
32+
A src/chemistry/pp_waccm_t4ma_mam5/chem_mech.doc
33+
A src/chemistry/pp_waccm_t4ma_mam5/chem_mech.in
34+
A src/chemistry/pp_waccm_t4ma_mam5/chem_mods.F90
35+
A src/chemistry/pp_waccm_t4ma_mam5/m_rxt_id.F90
36+
A src/chemistry/pp_waccm_t4ma_mam5/m_spc_id.F90
37+
A src/chemistry/pp_waccm_t4ma_mam5/mo_adjrxt.F90
38+
A src/chemistry/pp_waccm_t4ma_mam5/mo_exp_sol.F90
39+
A src/chemistry/pp_waccm_t4ma_mam5/mo_imp_sol.F90
40+
A src/chemistry/pp_waccm_t4ma_mam5/mo_indprd.F90
41+
A src/chemistry/pp_waccm_t4ma_mam5/mo_lin_matrix.F90
42+
A src/chemistry/pp_waccm_t4ma_mam5/mo_lu_factor.F90
43+
A src/chemistry/pp_waccm_t4ma_mam5/mo_lu_solve.F90
44+
A src/chemistry/pp_waccm_t4ma_mam5/mo_nln_matrix.F90
45+
A src/chemistry/pp_waccm_t4ma_mam5/mo_phtadj.F90
46+
A src/chemistry/pp_waccm_t4ma_mam5/mo_prod_loss.F90
47+
A src/chemistry/pp_waccm_t4ma_mam5/mo_rxt_rates_conv.F90
48+
A src/chemistry/pp_waccm_t4ma_mam5/mo_setrxt.F90
49+
A src/chemistry/pp_waccm_t4ma_mam5/mo_sim_dat.F90
50+
- new WACCM T4MA chemistry mechanism
51+
52+
List all existing files that have been modified, and describe the changes:
53+
54+
M bld/build-namelist
55+
- namelist setting for
56+
. T4MA chemistry
57+
. HT model top
58+
59+
M bld/config_files/definition.xml
60+
- expand model_top to include
61+
. "ht" -- high-top waccm
62+
. "xt" -- extended-top waccmx
63+
- include waccmx_t4ma_mam5 chemistry mechanism
64+
65+
M bld/configure
66+
- set default nlev according to model_top
67+
68+
M bld/namelist_files/namelist_defaults_cam.xml
69+
- update igrf_geomag_coefs files to IGRF14
70+
- default namelist settings for model_top ht and xt (se_* and gw)
71+
72+
M cime_config/config_component.xml
73+
M cime_config/config_compsets.xml
74+
- implement WACCM7(X) compsets
75+
76+
M cime_config/config_pes.xml
77+
- default PE-layouts for ACCM7(X) compsets on derecho
78+
79+
M cime_config/testdefs/testlist_cam.xml
80+
- add regression test for WACCM7(X) compsets
81+
- fix broken WACCMX AMIE test by using aqua-planet mode
82+
83+
M src/physics/rrtmgp/mcica_subcol_gen.F90
84+
- fix indexing mismatch issue with higher top models
85+
86+
If there were any failures reported from running test_driver.sh on any test
87+
platform, and checkin with these failures has been OK'd by the gatekeeper,
88+
then copy the lines from the td.*.status files for the failed tests to the
89+
appropriate machine below. All failed tests must be justified.
90+
91+
derecho/intel/aux_cam:
92+
93+
derecho/nvhpc/aux_cam:
94+
95+
izumi/nag/aux_cam:
96+
97+
izumi/gnu/aux_cam:
98+
99+
CAM tag used for the baseline comparison tests if different than previous
100+
tag:
101+
102+
Summarize any changes to answers, i.e.,
103+
- what code configurations:
104+
- what platforms/compilers:
105+
- nature of change (roundoff; larger than roundoff but same climate; new
106+
climate):
107+
108+
If bitwise differences were observed, how did you show they were no worse
109+
than roundoff?
110+
111+
If this tag changes climate describe the run(s) done to evaluate the new
112+
climate in enough detail that it(they) could be reproduced, i.e.,
113+
- source tag (all code used must be in the repository):
114+
- platform/compilers:
115+
- configure commandline:
116+
- build-namelist command (or complete namelist):
117+
- MSS location of output:
118+
119+
MSS location of control simulations used to validate new climate:
120+
121+
URL for AMWG diagnostics output used to validate new climate:
122+
123+
===============================================================
124+
===============================================================
125+
3126
Tag name: cam6_4_076
4127
Originator(s): eaton
5128
Date: 17 March 2025

0 commit comments

Comments
 (0)