Updates for GEOS-Chem within CESM2 - convective scavenging correction and MPI fixes #1993
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.
Name and Institution (Required)
Name: Haipeng Lin
Institution: Harvard U.
Confirm you have reviewed the following documentation
Note, this PR is made based on
14.1.1
as it is targeting a point release under14.1.x
as well as merging intomain
. Due to changes inucx_mod
, there are merge conflicts againstmain
.Describe the update
Input_Opt%correctConvUTLS
for a CESM-only correction of buildup of soluble tracers in the UT/LS due to decoupling of wet scavenging and convective transportState_Diag%KppError
to GEOS-Chem within CESMChanges to the UT/LS correction (implemented in
fullchem_mod.F90
) are important for results to be scientifically correct in GEOS-Chem within CESM (manuscript in prep.)The changes to UCX_Mod are essential to supporting the spectral-element dynamical core in CESM, as otherwise the model will hang as mpi_bcast is a collective operation, but on the SE dycore not all cores operate on the same number of domain chunks.
Expected changes
These updates only affect GEOS-Chem within CESM and should be zero-diff for the full-chemistry benchmark simulation.
Reference(s)
Science updates for GEOS-Chem within CESM2 will be in a paper, in prep.
Photolytic SOA sink used for correcting convective scavenging of soluble tracers solely within CESM2 environment is based on Hodzic et al. (2016) ACP (https://acp.copernicus.org/articles/16/7917/2016/acp-16-7917-2016.pdf)
Related Github Issue(s)
Companion PR at geoschem/CAM#27
Copying @lizziel.
Thanks!