geoschem / gcpy

Python toolkit for GEOS-Chem. Contains basic plotting scripts, plus the suite of GEOS-Chem benchmarking utilities.
https://gcpy.readthedocs.io
Other
51 stars 24 forks source link

Fixed broken regridding code in file_regrid.py; Updated GCPy regridding documentation #253

Closed yantosca closed 1 year ago

yantosca commented 1 year ago

This PR has introduced several updates into the gcpy/file_regrid.py script (see 0bb6acef):

Also rewrote the docs/source/Regridding.rst page (see 2b160b6 and dddf513) to be consistent with the updates in gcpy/file_regrid.py. Also confirmed that all regridding examples with online and offline regridding weights work as advertised.

yantosca commented 1 year ago

Perhaps we can resolve the issue in #167 with the knowledge gained from fixing file_regrid.py.