Skip to content

Commit

Permalink
Add DryDep collection to benchmark summary table
Browse files Browse the repository at this point in the history
gcpy/benchmark/run_benchmark.py
- Add the DryDep collection to the benchmark summary table.  The DryDep
  collection was restored to all 1-hr and 1-mon fullchem benchmark
  simulations.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 28, 2024
1 parent a33bebf commit 6a7518b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated `gcpy/benchmark/modules/emission_species.yml` file with emission species for GEOS-Chem 14.5.0
- Updated `gcpy/benchmark/modules/benchmark_categories.yml` with the latest categories for GEOS-Chem 14.5.0
- Updated `gcpy/benchmark/modules/lumped_species.yml` with speciations for GEOS-Chem 14.5.0
- Add `DryDep` to list of collections included in benchmark summary table

### Fixed
- Fixed formatting error in `.github/workflows/stale.yml` that caused the Mark Stale Issues action not to run
Expand Down
4 changes: 3 additions & 1 deletion gcpy/benchmark/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def run_benchmark_default(config):
collections = [
'AerosolMass',
'Aerosols',
#'DryDep',
'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down Expand Up @@ -1100,6 +1100,7 @@ def run_benchmark_default(config):
collections=[
'AerosolMass',
'Aerosols',
'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down Expand Up @@ -1607,6 +1608,7 @@ def run_benchmark_default(config):
collections=[
'AerosolMass',
'Aerosols',
'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down

0 comments on commit 6a7518b

Please sign in to comment.