Skip to content

Commit

Permalink
Add new emission species to the emission_species.yml file
Browse files Browse the repository at this point in the history
gcpy/benchmark/modules/emission_species.yml
- Added species CH2I2, CH2IBr, CH2ICl, MOH, O3, PHEN,
  SALAAL, SALACL, SALCAL, and SALCCL

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Aug 8, 2024
1 parent de83662 commit 560fb36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to GCPy will be documented in this file.
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
### Added
- Updated `gcpy/benchmark/modules/emission_species.yml` file with emission species for GEOS-Chem 14.5.0

### Fixed
- Fixed formatting error in `.github/workflows/stale.yml` that caused the Mark Stale Issues action not to run
- Added brackets around `exempt-issue-labels` list in `.github/workflows/stale.yml`
Expand Down
10 changes: 10 additions & 0 deletions gcpy/benchmark/modules/emission_species.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ FullChemBenchmark:
C2H6: Tg
C3H8: Tg
CH2Br2: Tg
CH2I2: Tg
CH2IBr: Tg
CH2ICl: Tg
CH2O: Tg
CHBr3: Tg
CO: Tg
Expand All @@ -36,17 +39,24 @@ FullChemBenchmark:
MEK: Tg
MENO3: Tg
MGLY: Tg
MOH: Tg
MTPA: Tg
MTPO: Tg
NH3: Tg
'NO': Tg
NO2: Tg
O3: Tg
OCPI: Tg
OCPO: Tg
PHEN: Tg
PRPE: Tg
RCHO: Tg
SALA: Tg
SALAAL: Tg
SALACL: Tg
SALC: Tg
SALCAL: Tg
SALCCL: Tg
SO2: Tg
SO4: Tg
SOAP: Tg
Expand Down

0 comments on commit 560fb36

Please sign in to comment.