Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] - TBD
### Changed
- Bumped `pypdf` to version 6.7.1 in `setup.py` and environment files
- Updated `benchmark/modules/emission_species.yml` to be consistent w/ the FullChemBenchmark emission diagnostics in GC 14.7.0 and later

### Fixed
- Allow using a template at different grid resolutions in `gcpy/regrid_restart_file.py`
Expand Down
19 changes: 9 additions & 10 deletions gcpy/benchmark/modules/emission_species.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
# emission_species.yml: List the GEOS-Chem species to
# be included in the emissions benchmark plots & tables
FullChemBenchmark:
ACR: Tg
ACET: Tg
ACR: Tg
ACTA: Tg
ALD2: Tg
ALK4: Tg
ALK6: Tg
Expand All @@ -22,10 +26,6 @@ FullChemBenchmark:
CHBr3: Tg
CO: Tg
DMS: Tg
DST1: Tg
DST2: Tg
DST3: Tg
DST4: Tg
DSTbin1: Tg
DSTbin2: Tg
DSTbin3: Tg
Expand All @@ -36,29 +36,29 @@ FullChemBenchmark:
EOH: Tg
ETNO3: Tg
FURA: Tg
GLYC: Tg
GLYX: Tg
HAC: Tg
H2O: Tg
HCl: Tg
HCOOH: Tg
HNO2: Tg
HNO3: Tg
ISOP: Tg
LIMO: Tg
MACR: Tg
MEK: Tg
MVK: Tg
MENO3: Tg
MENO3: Tg
MGLY: Tg
MOH: Tg
MTPA: Tg
MTPO: Tg
MVK: Tg
NH3: Tg
'NO': Tg # Quotes are necessary, otherwise YAML interprets NO as False
NO2: Tg
O3: Tg
OCPI: Tg
OCPO: Tg
pFe: Tg
PHEN: Tg
PRPE: Tg
RCHO: Tg
Expand All @@ -76,7 +76,6 @@ FullChemBenchmark:
TMB: Tg
TOLU: Tg
XYLE: Tg
pFe: Tg
CH4Benchmark:
CH4: Tg
TransportTracersBenchmark:
Expand Down
Loading