Skip to content

Commit

Permalink
Merge GCPy 1.4.0 into feature/update-model-vs-obs branch
Browse files Browse the repository at this point in the history
This merge brings all of the updates from the GCPy 1.4.0 release
into the feature/update-model-vs-obs branch.  In this branch, we have
been refactoring the benchmark_model_vs_obs.py script to use utility
functions that can select the nearest grid box (either cubed-sphere
or lat-lon) to a given lat-lon location.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Nov 20, 2023
2 parents 2f1f311 + ba783b9 commit 1046e14
Show file tree
Hide file tree
Showing 17 changed files with 2,918 additions and 2,396 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to GCPy will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased 1.4.0]
## [1.4.0] - 2023-11-20
### Added
- Added C2H2 and C2H4 to `emission_species.yml`
- Updated `species_database.yml` for consistency with GEOS-Chem 14.2.0
Expand Down Expand Up @@ -69,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated and cleaned up code in `gcpy/regrid.py`
- Example scripts`plot_single_level` and `plot_comparisons` can now accept command-line arguments
- Example scripts `plot_single_level.py`, `plot_comparisons.py`, `compare_diags.py` now handle GCHP restart files properly
- Now specify the X11 backend with by setting the `MPLBACKEND` environment variable

### Fixed
- Generalized test for GCHP or GCClassic restart file in `regrid_restart_file.py`
Expand Down
Loading

0 comments on commit 1046e14

Please sign in to comment.