Skip to content

Commit

Permalink
Merge no-diff-to-benchmark updates into main for 14.4.3 release
Browse files Browse the repository at this point in the history
This merge brings updates from the the GEOS-Chem "no-diff-to-benchmark"
updates into the main branch in preparation for the GCHP 14.4.3 release.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 13, 2024
2 parents 8560108 + 91079c6 commit 33b5796
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'stale'
exempt-issue-labels: 'category: Discussion','category: Feature Request','deferred','help needed: Open Research Problem','help needed: Request Input from Community','never stale','TODO: Documentation'
exempt-issue-labels: ['category: Discussion','category: Feature Request','deferred','help needed: Open Research Problem','help needed: Request Input from Community','never stale','TODO: Documentation']
days-before-issue-stale: 30
days-before-issue-close: 7
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue.'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This file documents all notable changes to the GCHP wrapper repository starting

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
### Fixed
- Added brackets around `exempt-issue-labels` list in `.github/workflows/stale.yml`

## [14.4.2] - 2024-07-24
### Changed
- Updated Cloud-J submodule to 7.7.2
Expand Down
2 changes: 1 addition & 1 deletion src/GCHP_GridComp/GEOSChem_GridComp/geos-chem
Submodule geos-chem updated 32 files
+1 −1 .github/workflows/stale.yml
+26 −1 CHANGELOG.md
+7 −0 GeosCore/diagnostics_mod.F90
+186 −158 GeosCore/planeflight_mod.F90
+16 −22 GeosCore/sulfate_mod.F90
+47 −2 Headers/state_diag_mod.F90
+1 −1 Interfaces/GCHP/gchp_historyexports_mod.F90
+1 −1 run/GCClassic/HEMCO_Diagn.rc.templates/HEMCO_Diagn.rc.fullchem
+7 −3 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+4 −1 run/GCClassic/createRunDir.sh
+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
+1 −1 run/GCHP/HEMCO_Diagn.rc.templates/HEMCO_Diagn.rc.fullchem
+211 −211 run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
+56 −0 run/GCHP/setCommonRunSettings.sh.template
+1 −11 test/integration/GCClassic/integrationTestCompile.sh
+47 −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
+87 −7 test/shared/commonFunctionsForTests.sh

0 comments on commit 33b5796

Please sign in to comment.