Skip to content

Commit

Permalink
GEOS-Chem submod update: Merge PR #2436, #2439, #2371 (PPN Phot etc.)
Browse files Browse the repository at this point in the history
This commit informs the GCHP superproject about the following
commits that were pushed to the GitHub geoschem/geos-chem repository:

602b660c1 PR #2436 post-merge update: Fix typo in ExtData.rc.fullchem
d34c567a4 Merge PR #2436 (Update GFED4 climatology for 2010-2023)
d4c47babf Merge PR #2439 (Update run scripts and env files for Discover)
43d0e9083 Merge PR #2371 (Adding PPN photolysis)

This implements photolysis for the PPN species.  Also, two other
no-diff-to-benchmark updates have been added, namely updating run scripts
for NASA discover and updating the GFED4 climatology file.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 29, 2024
1 parent da8ea12 commit 6d817f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GCHP_GridComp/GEOSChem_GridComp/geos-chem
Submodule geos-chem updated 28 files
+3 −0 CHANGELOG.md
+1 −1 Headers/CMN_FJX_MOD.F90
+6 −2 KPP/custom/custom.eqn
+3 −3 KPP/fullchem/CHANGELOG_fullchem.md
+6 −2 KPP/fullchem/fullchem.eqn
+10,936 −10,910 KPP/fullchem/gckpp_Function.F90
+2 −2 KPP/fullchem/gckpp_Initialize.F90
+16,061 −15,983 KPP/fullchem/gckpp_Jacobian.F90
+935 −931 KPP/fullchem/gckpp_JacobianSP.F90
+2,436 −2,424 KPP/fullchem/gckpp_LinearAlgebra.F90
+1,089 −1,086 KPP/fullchem/gckpp_Monitor.F90
+181 −181 KPP/fullchem/gckpp_Parameters.F90
+1,138 −1,134 KPP/fullchem/gckpp_Rates.F90
+403 −402 KPP/fullchem/gckpp_Util.F90
+6 −6 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.aerosol
+40 −20 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+0 −15 run/GCClassic/runScriptSamples/operational_examples/nasa_discover/gcc.discover.build
+8 −6 run/GCClassic/runScriptSamples/operational_examples/nasa_discover/gcc.discover.run
+4 −3 run/GCClassic/runScriptSamples/operational_examples/nasa_discover/gcc.spack-stack-1.6.0.env
+31 −0 run/GCClassic/runScriptSamples/operational_examples/nasa_discover/gcc.spack-stack-1.7.0-gnu.milan.env
+31 −0 run/GCClassic/runScriptSamples/operational_examples/nasa_discover/gcc.spack-stack-1.7.0-intel.milan.env
+2 −0 run/GCHP/ExtData.rc.templates/ExtData.rc.fullchem
+8 −6 run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+12 −14 run/GCHP/runScriptSamples/operational_examples/nasa_discover/gchp.discover.build
+6 −4 run/GCHP/runScriptSamples/operational_examples/nasa_discover/gchp.discover.run
+4 −4 run/GCHP/runScriptSamples/operational_examples/nasa_discover/gchp.spack-stack-1.6.0.env
+43 −0 run/GCHP/runScriptSamples/operational_examples/nasa_discover/gchp.spack-stack-1.7.0-gnu.milan.env
+43 −0 run/GCHP/runScriptSamples/operational_examples/nasa_discover/gchp.spack-stack-1.7.0-intel.milan.env

0 comments on commit 6d817f8

Please sign in to comment.