-
Notifications
You must be signed in to change notification settings - Fork 174
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
Update Is_Photolysis
tags in species_database.yml
to be consistent with Cloud-J file FJX_j2j.dat
#2457
Update Is_Photolysis
tags in species_database.yml
to be consistent with Cloud-J file FJX_j2j.dat
#2457
Conversation
@kelvinhb @ktravis213: Should we remove CF3I and H12O2 from the |
830090b
to
a5fba9c
Compare
run/shared/species_database.yml - Added "Is_Photolysis: true" to the following entries: APINP, AROMCHO, BPINOOH, BPINP, C96O2H, H2O, HO2, LIMAL, LIMO2H, LIMO3H, PINAL, PINO3H, PINONIC, SO2 - Removed "Is_Photolysis: true" from the following entries: APINN, AROMPN, BPINN, BPINON, C96N, CHCl3, HC5A, LIMN, LIMNB, LIMPAN, MEKPN, MPAN, PHAN, PIN, PINPAN - Moved PINO3H to be in alphabetical order. Signed-off-by: Bob Yantosca <[email protected]>
Integration tests are running |
run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem - Updated "Jval_" entries to use only the proper photolysis species CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
All GCHP integration tests passed: ==============================================================================
GCHP: Execution Test Results
CodeDir : 9767068 GEOS-Chem submod update: Merge PR #2452 (Reorder photo rxns for PNs, ANs)
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 : 25332d38c Updated J-value entries in GCHP HISTORY.rc.fullchem file
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: 46681728
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
All GEOS-Chem Classic integration tests passed: ==============================================================================
GEOS-Chem Classic: Execution Test Results
CodeDir : b577abe GEOS-Chem submod update: Merge PR #2452 (Reorder photo rxns for PNs, ANs)
GEOS-Chem : 25332d38c Updated J-value entries in GCHP HISTORY.rc.fullchem file
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: 46681436
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
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.
I have recommended changes in the CHANGELOG.md. I think in general, we only want to list updates there that are different from the previous release (i.e. not things that have been fixed to address issues brought in during 14.5.0 development).
CHANGELOG.md - Consolidate species that were added in Travis et al 2024 into a single note under "Added" Signed-off-by: Bob Yantosca <[email protected]>
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Describe the update
This is the companion PR to #2456. We have edited the
run/shared/species_database.yml
file so that species having a photolysis reaction inKPP/fullchem/fullchem.eqn
will be tagged withIs_Photolysis: true
.Added
Is_Photolysis: true
tags to APINP, AROMCHO, BPINOOH, BPINP, C96O2H, H2O, HO2, LIMAL, LIMO3H, PINAL, PINONIC, SO2 inspecies_database.yml
Changed
species_database.yml
Removed
Is_Photolysis: true
tags from APINN, AROMPN, BPINN, BPINON, C96N, CHCl3, HC5A, LIMN, LIMNB, LIMPAN, MEKPN, MPAN, PHAN, PIN, PINPAN inspecies_database.yml
Expected changes
This should not change the benchmark results. However,
Is_Photolysis: true
determines which species are included in theJValues
collection when using theJVal_?JVN?
wildcard. Therefore, theGEOSChem.JValues*
diagnostic files produced by should no longer include species that aren't photolyzed.Related Github Issue
species_database.yml
andFJX_j2j.dat
for fullchem mechanism #2456Tagging @msulprizio @lizziel @ktravis213 @kelvinhb