Skip to content

GCPY 0.3.1

Compare
Choose a tag to compare
@WilliamDowns WilliamDowns released this 21 Aug 22:06
· 907 commits to main since this release

Added

  • Added instructions on setting PYTHONPATH to include GCPy directory when installing manually
  • Added cross-dateline regional plotting capability for both lat/lon and cubed-sphere plots
  • Added function to get lev dimension index that matches a requested pressure value
  • Added basic up-to-date map plotting examples
  • Added pip and tabulate dependencies in gcpy environment yaml file
  • Added RRTMG netcdf diagnostics names for converting from bpch to nc
  • Added unit string conversion for RRTMG binary diagnostics to compare easily with netcdf

Changed

  • Temporary PDFs are now generated in the system's temp directory rather than within the working directory
  • environment.yml now includes version numbers to ensure compatability

Fixed

  • Fixed single panel zonal mean plotting for GCHP
  • Fixed existing non-deleted examples code
  • Fixed imports for out-of-scope variables

Removed

  • Removed several code examples that were out-of-date.