tsherwen / AC_tools

Module for working with global/regional Chemical Transport Model (CTM) output and observations
MIT License
13 stars 10 forks source link

Update read of GEOS-Chem output to use xarray #83

Closed tsherwen closed 5 years ago

tsherwen commented 5 years ago

Barron Henderson (EPA) has updated xarray to use pseudonetcdf as a backend to open ctm.bpch files. PyGChem previously used an iris backend to read ctm.bpch, however iris is/was plagued with compatibility issues and PyGChem is no longer maintained. Now use xarray's pseudonetcdf backend.

tsherwen commented 5 years ago

Updated to allow the use of PNC backend through xarray complete. closes #83