Skip to content

Commit

Permalink
Update TransportTracer species names following updates made in GEOS-C…
Browse files Browse the repository at this point in the history
…hem 14.2.0

Also renamed PassiveTracers benchmark category to TransportTracers.

Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed May 31, 2023
1 parent f319337 commit 606ef01
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- The GitHub PR template is now named `./github/PULL_REQUEST_TEMPLATE.md`
- Now specify package `requests-2.31.0` in `environment.py` (fixes a security issue)
- Updated badge links in `README.md`
- Updated species_database.yml for consistency with GEOS-Chem 14.2.0
- Renamed TransportTracers species in `benchmark_categories.yml` and in documentation

### Fixed
- Generalized test for GCHP or GCClassic restart file in `regrid_restart_file.py`
Expand Down
7 changes: 3 additions & 4 deletions docs/source/Plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,9 @@ species categories is denoted in :file:`benchmark_categories.yml`
Peroxides: MP
Sulfur: SOx, DMS, OCS, SO2, SO4
TransportTracersBenchmark:
RnPbBeTracers: Rn222, Pb210, Pb210Strat, Be7, Be7Strat, Be10, Be10Strat
PassiveTracers: PassiveTracer, SF6Tracer, CH3ITracer, COAnthroEmis25dayTracer,
COAnthroEmis50dayTracer, COUniformEmis25dayTracer, GlobEmis90dayTracer,
NHEmis90dayTracer, SHEmis90dayTracer
RnPbBeTracers: Rn222, Pb210, Pb210s, Be7, Be7s, Be10, Be10s
TransportTracers: PassiveTracer, SF6, CH3I, aoa, aoa_bl, aoa_nh,
CO_25, CO_50, e90, e90_s, e90_n, st80_25, stOX
"""
Expand Down
30 changes: 17 additions & 13 deletions gcpy/benchmark_categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,22 +220,26 @@ TransportTracersBenchmark:
RnPbBeTracers:
- Rn222
- Pb210
- Pb210Strat
- Pb210s
- Be7
- Be7Strat
- Be7s
- Be10
- Be10Strat
PassiveTracers:
PassiveTracers:
- Be10s
TransportTracers:
TransportTracers:
- PassiveTracer
- SF6Tracer
- CH3ITracer
- COAnthroEmis25dayTracer
- COAnthroEmis50dayTracer
- COUniformEmis25dayTracer
- GlobEmis90dayTracer
- NHEmis90dayTracer
- SHEmis90dayTracer
- SF6
- CH3I
- aoa
- aoa_bl
- aoa_nh
- CO_25
- CO_50
- e90
- e90_n
- e90_s
- st80_25
- stOX
WetLossConv:
WetLossConv:
- Pb210
Expand Down

0 comments on commit 606ef01

Please sign in to comment.