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 @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added `benchmark/modules/benchmark_models_vs_obs.py` script
- Added `benchmark/modules/GC_72_vertical_levels.csv` file
- Added `multi_index_lat` keyword to `reshape_MAPL_CS` function in `gcpy/util.py`
- Added FURA to `emission_species.yml` and `benchmark_categories.yml`

### Changed
- Simplified the Github issues templates into two options: `new-feature-or-discussion.md` and `question-issue.md`
Expand Down
1 change: 1 addition & 0 deletions gcpy/benchmark_categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ FullChemBenchmark:
Nitrates:
- ISOPN
Other:
- FURA
- GLYC
- GLYX
- HCOOH
Expand Down
1 change: 1 addition & 0 deletions gcpy/emission_species.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FullChemBenchmark:
DST4: Tg
EOH: Tg
ETNO3: Tg
FURA: Tg
GLYC: Tg
GLYX: Tg
HAC: Tg
Expand Down