Skip to content

Commit 9c1aaa2

Browse files
committed
ChangeLog draft
1 parent d895373 commit 9c1aaa2

1 file changed

Lines changed: 161 additions & 0 deletions

File tree

doc/ChangeLog

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,165 @@
1+
===============================================================
2+
3+
Tag name: cam6_4_084
4+
Originator(s): fvitt
5+
Date:
6+
One-line Summary: Updates to nitrogen chemistry
7+
Github PR URL:
8+
9+
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
10+
11+
Updates to nitrogen chemistry, as described in issue #1155, to improve the thermosphere.
12+
13+
Describe any changes made to build system: N/A
14+
15+
Describe any changes made to the namelist: N/A
16+
17+
List any changes to the defaults for the boundary datasets: N/A
18+
19+
Describe any substantial timing or memory changes: N/A
20+
21+
Code reviewed by: cacraigucar
22+
23+
List all files eliminated: N/A
24+
25+
List all files added and what they do: N/A
126

27+
List all existing files that have been modified, and describe the changes:
28+
29+
M bld/configure
30+
- include age-of-air tracers in CAM-Chem as well as WACCM default configurations
31+
32+
M bld/namelist_files/namelist_defaults_cam.xml
33+
- spun up ne16 and ne30 ICs for WACCMX6
34+
- update default ne16pg3 topo file
35+
- update se namelist opts for WACCM(x)6
36+
37+
M bld/namelist_files/use_cases/sd_waccm_ma_cam6.xml
38+
- use updated filenames list
39+
40+
M bld/namelist_files/use_cases/waccm_ma_hist_cam7.xml
41+
M bld/namelist_files/use_cases/waccm_sc_hist_cam7.xml
42+
- use updated default ne16pg3 topo file
43+
44+
M cime_config/config_component.xml
45+
- age-of-air defaults handled in bld/configure
46+
47+
M src/chemistry/mozart/mo_usrrxt.F90
48+
- add customized rate calculations (appropriate for the thermosphere)
49+
for reactions:
50+
N + O2 -> NO + O
51+
N2D + O2 -> NO + O
52+
N2D + e -> N + e
53+
54+
M src/chemistry/pp_waccm_ma_mam5/chem_mech.doc
55+
M src/chemistry/pp_waccm_ma_mam5/chem_mech.in
56+
M src/chemistry/pp_waccm_ma_mam5/chem_mods.F90
57+
M src/chemistry/pp_waccm_ma_mam5/m_rxt_id.F90
58+
M src/chemistry/pp_waccm_ma_mam5/mo_adjrxt.F90
59+
M src/chemistry/pp_waccm_ma_mam5/mo_indprd.F90
60+
M src/chemistry/pp_waccm_ma_mam5/mo_lin_matrix.F90
61+
M src/chemistry/pp_waccm_ma_mam5/mo_lu_factor.F90
62+
M src/chemistry/pp_waccm_ma_mam5/mo_nln_matrix.F90
63+
M src/chemistry/pp_waccm_ma_mam5/mo_prod_loss.F90
64+
M src/chemistry/pp_waccm_ma_mam5/mo_rxt_rates_conv.F90
65+
M src/chemistry/pp_waccm_ma_mam5/mo_setrxt.F90
66+
M src/chemistry/pp_waccm_ma_mam5/mo_sim_dat.F90
67+
M src/chemistry/pp_waccm_mad_mam5/chem_mech.doc
68+
M src/chemistry/pp_waccm_mad_mam5/chem_mech.in
69+
M src/chemistry/pp_waccm_mad_mam5/chem_mods.F90
70+
M src/chemistry/pp_waccm_mad_mam5/m_rxt_id.F90
71+
M src/chemistry/pp_waccm_mad_mam5/mo_adjrxt.F90
72+
M src/chemistry/pp_waccm_mad_mam5/mo_indprd.F90
73+
M src/chemistry/pp_waccm_mad_mam5/mo_lin_matrix.F90
74+
M src/chemistry/pp_waccm_mad_mam5/mo_lu_factor.F90
75+
M src/chemistry/pp_waccm_mad_mam5/mo_lu_solve.F90
76+
M src/chemistry/pp_waccm_mad_mam5/mo_nln_matrix.F90
77+
M src/chemistry/pp_waccm_mad_mam5/mo_prod_loss.F90
78+
M src/chemistry/pp_waccm_mad_mam5/mo_rxt_rates_conv.F90
79+
M src/chemistry/pp_waccm_mad_mam5/mo_setrxt.F90
80+
M src/chemistry/pp_waccm_mad_mam5/mo_sim_dat.F90
81+
M src/chemistry/pp_waccm_t4ma_mam5/chem_mech.doc
82+
M src/chemistry/pp_waccm_t4ma_mam5/chem_mech.in
83+
M src/chemistry/pp_waccm_t4ma_mam5/chem_mods.F90
84+
M src/chemistry/pp_waccm_t4ma_mam5/m_rxt_id.F90
85+
M src/chemistry/pp_waccm_t4ma_mam5/mo_adjrxt.F90
86+
M src/chemistry/pp_waccm_t4ma_mam5/mo_indprd.F90
87+
M src/chemistry/pp_waccm_t4ma_mam5/mo_lin_matrix.F90
88+
M src/chemistry/pp_waccm_t4ma_mam5/mo_lu_factor.F90
89+
M src/chemistry/pp_waccm_t4ma_mam5/mo_nln_matrix.F90
90+
M src/chemistry/pp_waccm_t4ma_mam5/mo_prod_loss.F90
91+
M src/chemistry/pp_waccm_t4ma_mam5/mo_rxt_rates_conv.F90
92+
M src/chemistry/pp_waccm_t4ma_mam5/mo_setrxt.F90
93+
M src/chemistry/pp_waccm_t4ma_mam5/mo_sim_dat.F90
94+
M src/chemistry/pp_waccm_tsmlt_mam5/chem_mech.doc
95+
M src/chemistry/pp_waccm_tsmlt_mam5/chem_mech.in
96+
M src/chemistry/pp_waccm_tsmlt_mam5/chem_mods.F90
97+
M src/chemistry/pp_waccm_tsmlt_mam5/m_rxt_id.F90
98+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_adjrxt.F90
99+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_indprd.F90
100+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_lin_matrix.F90
101+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_lu_factor.F90
102+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_lu_solve.F90
103+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_nln_matrix.F90
104+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_prod_loss.F90
105+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_rxt_rates_conv.F90
106+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_setrxt.F90
107+
M src/chemistry/pp_waccm_tsmlt_mam5/mo_sim_dat.F90
108+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/chem_mech.doc
109+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/chem_mech.in
110+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/chem_mods.F90
111+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/m_rxt_id.F90
112+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/m_spc_id.F90
113+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_adjrxt.F90
114+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_indprd.F90
115+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_lin_matrix.F90
116+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_lu_factor.F90
117+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_lu_solve.F90
118+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_nln_matrix.F90
119+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_prod_loss.F90
120+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_rxt_rates_conv.F90
121+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_setrxt.F90
122+
M src/chemistry/pp_waccm_tsmlt_mam5_vbsext/mo_sim_dat.F90
123+
- updates to nitrogen chemistry for thermosphere
124+
125+
If there were any failures reported from running test_driver.sh on any test
126+
platform, and checkin with these failures has been OK'd by the gatekeeper,
127+
then copy the lines from the td.*.status files for the failed tests to the
128+
appropriate machine below. All failed tests must be justified.
129+
130+
derecho/intel/aux_cam:
131+
132+
derecho/nvhpc/aux_cam:
133+
134+
izumi/nag/aux_cam:
135+
136+
izumi/gnu/aux_cam:
137+
138+
CAM tag used for the baseline comparison tests if different than previous
139+
tag:
140+
141+
Summarize any changes to answers, i.e.,
142+
- what code configurations:
143+
- what platforms/compilers:
144+
- nature of change (roundoff; larger than roundoff but same climate; new
145+
climate):
146+
147+
If bitwise differences were observed, how did you show they were no worse
148+
than roundoff?
149+
150+
If this tag changes climate describe the run(s) done to evaluate the new
151+
climate in enough detail that it(they) could be reproduced, i.e.,
152+
- source tag (all code used must be in the repository):
153+
- platform/compilers:
154+
- configure commandline:
155+
- build-namelist command (or complete namelist):
156+
- MSS location of output:
157+
158+
MSS location of control simulations used to validate new climate:
159+
160+
URL for AMWG diagnostics output used to validate new climate:
161+
162+
===============================================================
2163
===============================================================
3164

4165
Tag name: cam6_4_083

0 commit comments

Comments
 (0)