Skip to content

Commit

Permalink
Create drydep plots in 1-month cloud benchmarks
Browse files Browse the repository at this point in the history
gcpy/benchmark/cloud/template.1mo_benchmark
- Now set "plot_drydep: true".  This will generate benchmark surface
  comparison plots of dry deposition velocity for selected species.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 28, 2024
1 parent 6a7518b commit b20d99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Example script `gcpy/examples/hemco/make_hemco_sa_spec.py` (creates the HEMCO standalone configuration file `HEMCO_sa_Spec.rc`)
- Module `benchmark_gcclassic_stats.py` for scraping statistics from GEOS-Chem Classic cloud benchmarks
- Dry deposition velocity comparison plots in 1-month cloud benchmarks

### Changed
- Changed format of `% diff` column from `12.3e` to `12.3f` in benchmark timing tables
Expand Down
2 changes: 1 addition & 1 deletion gcpy/benchmark/cloud/template.1mo_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ options:
emis_table: True
plot_jvalues: True
plot_aod: True
plot_drydep: False #Hotfix (bmy, 06 Feb 2024)
plot_drydep: True
mass_table: True
mass_accum_table: False
ops_budget_table: False
Expand Down

0 comments on commit b20d99e

Please sign in to comment.