Skip to content

Commit

Permalink
GEOS-Chem submod update: Merge PR #2399 (Add "alldiags" int tests)
Browse files Browse the repository at this point in the history
This commit informs the GCClassic superproject about the following
commits that were pushed to the GitHub geoschem/geos-chem repository:

3e0f6cef4 Merge PR #2399 (Add "alldiags" integration test)
53568d107 Hotfix: Fix invalid YAML syntax in .github/workflows/stale.yml

This PR adds GCHP and GCClassic integration tests (based on the
fullchem_benchmark test) with all diagnostics turned on.  Several minor
issues revealed by these tests have also been fixed.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 1, 2024
1 parent bf0e3ed commit f9d5fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GEOS-Chem
Submodule GEOS-Chem updated 26 files
+1 −1 .github/workflows/stale.yml
+17 −2 CHANGELOG.md
+186 −158 GeosCore/planeflight_mod.F90
+3 −2 Headers/state_diag_mod.F90
+1 −1 Interfaces/GCHP/gchp_historyexports_mod.F90
+7 −3 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.CH4
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.CO2
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.Hg
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.POPs
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.TransportTracers
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.aerosol
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.carbon
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.fullchem
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.metals
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.tagCO
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.tagO3
+211 −211 run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
+1 −11 test/integration/GCClassic/integrationTestCompile.sh
+40 −12 test/integration/GCClassic/integrationTestCreate.sh
+1 −11 test/integration/GCClassic/integrationTestExecute.sh
+1 −13 test/integration/GCHP/integrationTestCompile.sh
+21 −12 test/integration/GCHP/integrationTestCreate.sh
+5 −13 test/integration/GCHP/integrationTestExecute.sh
+50 −0 test/shared/alldiags/Planeflight.dat.20190701
+84 −12 test/shared/commonFunctionsForTests.sh

0 comments on commit f9d5fd6

Please sign in to comment.