-
Notifications
You must be signed in to change notification settings - Fork 157
cam6_4_084: Nitrogen chemistry updates relevant to the thermosphere #1283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
modified: bld/namelist_files/namelist_defaults_cam.xml
modified: bld/configure modified: cime_config/config_component.xml modified: src/chemistry/pp_waccm_ma_mam5/chem_mech.doc modified: src/chemistry/pp_waccm_ma_mam5/chem_mech.in modified: src/chemistry/pp_waccm_ma_mam5/chem_mods.F90 modified: src/chemistry/pp_waccm_ma_mam5/m_spc_id.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_indprd.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_lin_matrix.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_nln_matrix.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_prod_loss.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_rxt_rates_conv.F90 modified: src/chemistry/pp_waccm_ma_mam5/mo_sim_dat.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/chem_mech.doc modified: src/chemistry/pp_waccm_t4ma_mam5/chem_mech.in modified: src/chemistry/pp_waccm_t4ma_mam5/chem_mods.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/m_rxt_id.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_adjrxt.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_indprd.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_lin_matrix.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_lu_factor.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_nln_matrix.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_prod_loss.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_rxt_rates_conv.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_setrxt.F90 modified: src/chemistry/pp_waccm_t4ma_mam5/mo_sim_dat.F90
modified: bld/namelist_files/namelist_defaults_cam.xml modified: bld/namelist_files/use_cases/waccm_ma_hist_cam7.xml modified: bld/namelist_files/use_cases/waccm_sc_hist_cam7.xml modified: cime_config/testdefs/testlist_cam.xml
modified: bld/namelist_files/namelist_defaults_cam.xml
modified: bld/namelist_files/namelist_defaults_cam.xml
modified: bld/namelist_files/use_cases/sd_waccm_ma_cam6.xml
src/chemistry/mozart/mo_usrrxt.F90
Outdated
@@ -1092,6 +1098,28 @@ subroutine usrrxt( state, rxt, temp, tempi, tempe, invariants, h2ovmr, & | |||
rxt(:,k,usr_CH3COCH3_OH_ndx) = 3.82e-11_r8 * exp_fac(:) + 1.33e-13_r8 | |||
end if | |||
|
|||
!----------------------------------------------------------------- | |||
! ... N + O2 -> NO + O Abel Fernandez, A. Goumri, and Arthur Fontijn; 1998 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there DOI available for the three references listed in this new code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hanli-liu, @npedatella
Do you have DOI references for these reaction rate calculations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DOIs are:
doi:10.1021/jp972365k (Fernandez et al. 1998)
doi:10.1029/2002GL016720 (Duff et al., 2003)
doi:10.1029/GM087p0001 (Roble 1995)
Also note that the Fernandez paper does not give the rate coefficients. These were calculated from the data in the paper by John Orlando, Doug Kinnison, and Jun Zhang. I am note sure if this should be mentioned or not.
modified: src/chemistry/mozart/mo_usrrxt.F90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the DOIs
Merge pull request ESCOMP#1283 from fvitt/therm_nitro_chem cam6_4_084: Nitrogen chemistry updates relevant to the thermosphere ESCOMP commit: 1a86954
This fixes issues with the nitrogen chemistry which affected the thermosphere in WACCM and WACCMX
Closes #1155