-
Notifications
You must be signed in to change notification settings - Fork 149
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
cam6_4_012: climate chemistry compset #1074
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modified: bld/build-namelist modified: bld/config_files/definition.xml modified: bld/configure new file: src/chemistry/pp_trop_strat_mam5_ts4/chem_mech.doc new file: src/chemistry/pp_trop_strat_mam5_ts4/chem_mech.in new file: src/chemistry/pp_trop_strat_mam5_ts4/chem_mods.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/m_rxt_id.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/m_spc_id.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_adjrxt.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_exp_sol.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_imp_sol.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_indprd.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_lin_matrix.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_lu_factor.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_lu_solve.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_nln_matrix.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_phtadj.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_prod_loss.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_rxt_rates_conv.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_setrxt.F90 new file: src/chemistry/pp_trop_strat_mam5_ts4/mo_sim_dat.F90
new file: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml
modified: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml modified: src/chemistry/mozart/mo_usrrxt.F90
modified: bld/namelist_files/namelist_defaults_cam.xml modified: cime_config/testdefs/testlist_cam.xml
modified: bld/build-namelist modified: bld/namelist_files/namelist_defaults_cam.xml modified: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml
modified: src/physics/cam/cloud_diagnostics.F90 modified: src/physics/cam/physpkg.F90 modified: src/physics/cam_dev/physpkg.F90
modified: cime_config/testdefs/testlist_cam.xml
Thanks Francis for catching those uninitialized pbufs ICLWP / ICIWP in cam7. That was an oversight on my part. |
modified: src/physics/cam/cloud_diagnostics.F90
modified: bld/build-namelist modified: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml
modified: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml
@cacraigucar This ready for review now. |
cacraigucar
approved these changes
Jul 18, 2024
cacraigucar
changed the title
climate chemistry compset
cam6_4_012: climate chemistry compset
Jul 19, 2024
gold2718
pushed a commit
to gold2718/CAM
that referenced
this pull request
Oct 16, 2024
Merge pull request ESCOMP#1074 from fvitt/climchem cam6_4_012: climate chemistry compset ESCOMP commit: 662a6f0
gold2718
pushed a commit
to gold2718/CAM
that referenced
this pull request
Oct 16, 2024
Merge pull request ESCOMP#1074 from fvitt/climchem cam6_4_012: climate chemistry compset ESCOMP commit: 662a6f0
gold2718
pushed a commit
to gold2718/CAM
that referenced
this pull request
Nov 8, 2024
Merge pull request ESCOMP#1074 from fvitt/climchem cam6_4_012: climate chemistry compset ESCOMP commit: 662a6f0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add trop_strat_mam5_ts4 chemistry package and FCts4MTHIST compset.
Also fixes a problem in cam7 physics where the water paths are not defined before they are used in cloud optics on the 1st time step.
Closes #1064
Closes #1065