-
Notifications
You must be signed in to change notification settings - Fork 170
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
Bug fix: Reorder photo rxns for PNs and ANs (from PR #2318) #2452
Conversation
KPP/fullchem/fullchem.eqn KPP/custom/custom.eqn - Update comments - Reorder the photolysis reactions to use the proper slots of the PHOTOL array. This now matches the order in FJX_j2j.dat. - PPN : 167 - APINP : 168 - PINAL : 169 - PINO3H : 170 - PINONIC : 171 - C96O2H : 172 - BPINP : 173 - BPINOOH : 174 - LIMO3H : 175 - LIMO2H : 176 - LIMAL : 177 KPP/fullchem/gckpp*.F90 - Rebuilt with KPP 3.1.1 CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
Integration tests are running |
All GEOS-Chem Classic integration tests passed: ==============================================================================
GEOS-Chem Classic: Execution Test Results
CodeDir : 49908a8 GEOS-Chem submod update: Merge PR #2424, PR #2426, Cloud-J PR #24
GEOS-Chem : 033204967 Bug fix: Properly order photo rxns for PPN, PNs, and ANs
HEMCO : d0d5fca PR #285 post-merge fix: Update CHANGELOG.md
Cloud-J : 6bf4a36 Merge pull request #26 from geoschem/feature/define_max_rather_than_exact_num_jvalues
HETP : 2a99b24 Merge pull request #2 from geoschem/bugfix/initialize_local_variables
Using 24 OpenMP threads
Number of execution tests: 30
Submitted as SLURM job: 46070546
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
All GCHP integration tests passed: ==============================================================================
GCHP: Execution Test Results
CodeDir : 3fb63d5 GEOS-Chem submod update: Merge PR #2424, PR #2426, Cloud-J PR #24
MAPL : 231d53c Merge pull request #36 from geoschem/feature/improve_hflux_regridding
GMAO_Shared : 4ddb3ec Merge pull request #2 from geoschem/feature/mapl-upgrade
ESMA_cmake : ad5deba Added ecbuild as a submodule of ESMA_cmake
gFTL-shared : 4b82492 Merge branch 'upstream_v1.5.0' into feature/v1.5.0
FMS : 259759d Merge pull request #3 from geoschem/feature/update_gmao_libs
FVdycoreCubed : af42462 Merge PR #8 (Add PLEadv diagnostic for offline advection in GCHP)
geos-chem : 033204967 Bug fix: Properly order photo rxns for PPN, PNs, and ANs
HEMCO : d0d5fca PR #285 post-merge fix: Update CHANGELOG.md
yaFyaml : 19afe50 Merge branch 'upstream_v1.0.4' into feature/v1.0.4
pFlogger : 2c4b724 Merge branch 'upstream_v1.9.1' into feature/v1.9.1
Cloud-J : 6bf4a36 Merge pull request #26 from geoschem/feature/define_max_rather_than_exact_num_jvalues
HETP : 2a99b24 Merge pull request #2 from geoschem/bugfix/initialize_local_variables
Number of execution tests: 12
Submitted as SLURM job: 46070842
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Looks good except that I don't think this PR will fix the issue of J-value zero values. The issue of zero J-values is fixed by Cloud-J geoschem/Cloud-J#26 and adding in the reactions to |
@lizziel: Thanks for the clarification. It will fix the zero J-values seen in these species inasmuch as we will use the updated |
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Describe the update
This PR reorders the following photolysis reactions from the ordering that they were in PR #2318:
to:
This is necessary because
PHOTOL(167)
slot is now occupied by the PPN photolysis rxn from PR #2371.Expected changes
Before this PR, the relevant species had photolysis disabled, because their entries were disabled.
This PR will fix this issue.
Related Github Issue