noresm2_3_develop : modified SOA yield factors for isoprene #176
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: The amount of low-volatile SOA-precursor gas formed from isoprene is made smaller by a factor of 10 : the original yield of 0.05 has been lowered to a yield of 0.005.
Contributors: This suggestion was made by @sarambl, and the pull-request was made by @DirkOlivie
Reviewers: Sara Blichner (@sarambl), Steve Goldhaber(@gold2718), Øyvind Seland (@oyvindseland)
Purpose of changes: issue #154 (Change yield of production of secondary organic aerosols from isoprene)
Github PR URL: PR #176 (#176)
Changes made to build system: None
Changes made to the namelist: None
Changes to the defaults for the boundary datasets: None
Substantial timing or memory changes: None
Detailed description of changes :
We have updated the pp_trop_mam_oslo and the pp_tropstrat_mam_oslo chemical schemes, which in total affected 8 files (4 for every chemical scheme). These files are :
src/chemistry/pp_trop_mam_oslo/chem_mech.doc
src/chemistry/pp_trop_mam_oslo/chem_mech.in
src/chemistry/pp_trop_mam_oslo/mo_lin_matrix.F90
src/chemistry/pp_trop_mam_oslo/mo_prod_loss.F90
src/chemistry/pp_tropstrat_mam_oslo/chem_mech.doc
src/chemistry/pp_tropstrat_mam_oslo/chem_mech.in
src/chemistry/pp_tropstrat_mam_oslo/mo_nln_matrix.F90
src/chemistry/pp_tropstrat_mam_oslo/mo_prod_loss.F90
The F90 files have been auto-generated by running the preprocessor for the modified chemical schemes defined by chem_mech.in.
In chem_mech.in in pp_trop_mam_oslo the modifications consisted of changing
into
In chem_mech.in in pp_tropstrat_mam_oslo (where a different tracer name for isoprene and slightly different reaction rates are use) the modifications consisted of changing
into
Testing:
test simulations have been run only for two simulated months. The results are different, but the impact has not been analyzed in detail. Hope to do that when starting spin-up simulations.
Issues addressed by this PR:
[#154] (#154)
resolves #154