Skip to content

Commit

Permalink
ChangeLog initial draft
Browse files Browse the repository at this point in the history
  • Loading branch information
fvitt committed Jan 5, 2023
1 parent cf26052 commit 6e31164
Showing 1 changed file with 139 additions and 1 deletion.
140 changes: 139 additions & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,143 @@
===============================================================

Tag name: cam_cesm2_2_rel_06
Originator(s): fvitt
Date:
One-line Summary: Transport CL and BR in WACCM-MA chemistry mechanisms
Github PR URL: https://github.com/ESCOMP/CAM/pull/434

Purpose of changes (include the issue number and title text for each relevant GitHub issue):

Need to transport CL and BR #314

Describe any changes made to build system: NA

Describe any changes made to the namelist: NA

List any changes to the defaults for the boundary datasets: NA

Describe any substantial timing or memory changes: NA

Code reviewed by: cacraig

List all files eliminated: NA

List all files added and what they do: NA

List all existing files that have been modified, and describe the changes:

M src/chemistry/pp_waccm_ma/chem_mech.doc
M src/chemistry/pp_waccm_ma/chem_mech.in
M src/chemistry/pp_waccm_ma/chem_mods.F90
M src/chemistry/pp_waccm_ma/m_spc_id.F90
M src/chemistry/pp_waccm_ma/mo_adjrxt.F90
M src/chemistry/pp_waccm_ma/mo_indprd.F90
M src/chemistry/pp_waccm_ma/mo_lin_matrix.F90
M src/chemistry/pp_waccm_ma/mo_lu_factor.F90
M src/chemistry/pp_waccm_ma/mo_lu_solve.F90
M src/chemistry/pp_waccm_ma/mo_nln_matrix.F90
M src/chemistry/pp_waccm_ma/mo_prod_loss.F90
M src/chemistry/pp_waccm_ma/mo_rxt_rates_conv.F90
M src/chemistry/pp_waccm_ma/mo_sim_dat.F90
- remove CL and BR from the not-transported list
- add HO2 to the not-transported list

M src/chemistry/pp_waccm_ma_mam4/chem_mech.doc
M src/chemistry/pp_waccm_ma_mam4/chem_mech.in
M src/chemistry/pp_waccm_ma_mam4/chem_mods.F90
M src/chemistry/pp_waccm_ma_mam4/m_rxt_id.F90
M src/chemistry/pp_waccm_ma_mam4/m_spc_id.F90
M src/chemistry/pp_waccm_ma_mam4/mo_adjrxt.F90
M src/chemistry/pp_waccm_ma_mam4/mo_indprd.F90
M src/chemistry/pp_waccm_ma_mam4/mo_lin_matrix.F90
M src/chemistry/pp_waccm_ma_mam4/mo_lu_factor.F90
M src/chemistry/pp_waccm_ma_mam4/mo_lu_solve.F90
M src/chemistry/pp_waccm_ma_mam4/mo_nln_matrix.F90
M src/chemistry/pp_waccm_ma_mam4/mo_prod_loss.F90
M src/chemistry/pp_waccm_ma_mam4/mo_rxt_rates_conv.F90
M src/chemistry/pp_waccm_ma_mam4/mo_setrxt.F90
M src/chemistry/pp_waccm_ma_mam4/mo_sim_dat.F90
- remove CL and BR from the not-transported list

M src/chemistry/pp_waccm_mad/chem_mech.doc
M src/chemistry/pp_waccm_mad/chem_mech.in
M src/chemistry/pp_waccm_mad/chem_mods.F90
M src/chemistry/pp_waccm_mad/m_spc_id.F90
M src/chemistry/pp_waccm_mad/mo_adjrxt.F90
M src/chemistry/pp_waccm_mad/mo_exp_sol.F90
M src/chemistry/pp_waccm_mad/mo_imp_sol.F90
M src/chemistry/pp_waccm_mad/mo_indprd.F90
M src/chemistry/pp_waccm_mad/mo_lin_matrix.F90
M src/chemistry/pp_waccm_mad/mo_lu_factor.F90
M src/chemistry/pp_waccm_mad/mo_lu_solve.F90
M src/chemistry/pp_waccm_mad/mo_nln_matrix.F90
M src/chemistry/pp_waccm_mad/mo_prod_loss.F90
M src/chemistry/pp_waccm_mad/mo_rxt_rates_conv.F90
M src/chemistry/pp_waccm_mad/mo_setrxt.F90
M src/chemistry/pp_waccm_mad/mo_sim_dat.F90
- remove CL and BR from the not-transported list
- add HO2 to the not-transported list
- explicitly solve CO2 to be consistent with other waccm mechanisms
- use scalar solver for d-region ion chemistry mechanisms (mad)

M src/chemistry/pp_waccm_mad_mam4/chem_mech.doc
M src/chemistry/pp_waccm_mad_mam4/chem_mech.in
M src/chemistry/pp_waccm_mad_mam4/chem_mods.F90
M src/chemistry/pp_waccm_mad_mam4/m_rxt_id.F90
M src/chemistry/pp_waccm_mad_mam4/m_spc_id.F90
M src/chemistry/pp_waccm_mad_mam4/mo_adjrxt.F90
M src/chemistry/pp_waccm_mad_mam4/mo_exp_sol.F90
M src/chemistry/pp_waccm_mad_mam4/mo_imp_sol.F90
M src/chemistry/pp_waccm_mad_mam4/mo_indprd.F90
M src/chemistry/pp_waccm_mad_mam4/mo_lin_matrix.F90
M src/chemistry/pp_waccm_mad_mam4/mo_lu_factor.F90
M src/chemistry/pp_waccm_mad_mam4/mo_lu_solve.F90
M src/chemistry/pp_waccm_mad_mam4/mo_nln_matrix.F90
M src/chemistry/pp_waccm_mad_mam4/mo_prod_loss.F90
M src/chemistry/pp_waccm_mad_mam4/mo_rxt_rates_conv.F90
M src/chemistry/pp_waccm_mad_mam4/mo_setrxt.F90
M src/chemistry/pp_waccm_mad_mam4/mo_sim_dat.F90
- remove CL and BR from the not-transported list
- use scalar solver for d-region ion chemistry mechanisms (mad)

If there were any failures reported from running test_driver.sh on any test
platform, and checkin with these failures has been OK'd by the gatekeeper,
then copy the lines from the td.*.status files for the failed tests to the
appropriate machine below. All failed tests must be justified.

cheyenne/intel/aux_cam:

izumi/nag/aux_cam:

izumi/pgi/aux_cam:

CAM tag used for the baseline comparison tests if different than previous
tag:

Summarize any changes to answers, i.e.,
- what code configurations:
- what platforms/compilers:
- nature of change (roundoff; larger than roundoff but same climate; new
climate):

If bitwise differences were observed, how did you show they were no worse
than roundoff?

If this tag changes climate describe the run(s) done to evaluate the new
climate in enough detail that it(they) could be reproduced, i.e.,
- source tag (all code used must be in the repository):
- platform/compilers:
- configure commandline:
- build-namelist command (or complete namelist):
- MSS location of output:

MSS location of control simulations used to validate new climate:

URL for AMWG diagnostics output used to validate new climate:

===============================================================
===============================================================

Tag name: cam_cesm2_2_rel_05
Originator(s): peverwhee, lauritzen
Date: January 4, 2023
Expand Down Expand Up @@ -183,7 +321,7 @@ platform, and checkin with these failures has been OK'd by the gatekeeper,
then copy the lines from the td.*.status files for the failed tests to the
appropriate machine below. All failed tests must be justified.

Standard regression testing was not made as it would not uncover any errors in this modification.
Standard regression testing was not made as it would not uncover any errors in this modification.
Instead, ran:
./create_newcase --case test_FSCAM --compset FSCAM --res T42_T42
cd test_FSCAM
Expand Down

0 comments on commit 6e31164

Please sign in to comment.