Skip to content

Commit 598514c

Browse files
committed
Initial update for KPP-Standalone plotting example
gcpy/examples/__init__.py - Import all routines in scripts contained in the gcpy/examples/kpp folder gcpy/examples/kpp/kppsa_visualize.py - Initial commit of script to visualize output from the KPP standalone model. Places plots of each species from all sites sorted from the North Pole to the South Pole. Further updates will be necessary. CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent d924dc1 commit 598514c

File tree

3 files changed

+410
-0
lines changed

3 files changed

+410
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
- Added module `benchmark_gcclassic_stats.py` for scraping statistics from GEOS-Chem Classic cloud benchmarks
1111
- Added dry deposition velocity comparison plots in 1-month cloud benchmarks
1212
- Added `gcpy/benchmark/modules/benchmark_species_changes.py` to compute the table of species changes between versions
13+
- Added `gcpy/examples/kpp/kppsa_visualize.py` script to plot output from the KPP-Standalone box model
1314

1415
### Changed
1516
- Changed format of `% diff` column from `12.3e` to `12.3f` in benchmark timing tables

gcpy/examples/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#from .bpch_to_nc import *
66
from .diagnostics import *
77
from .dry_run import *
8+
from .kpp import *
89
from .plotting import *
910
from .timeseries import *
1011
from .working_with_files import *

0 commit comments

Comments
 (0)