Refactored code from if/elif blocks into separate routines
Updated PyDoc comments
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.
This PR has introduced several updates into the
gcpy/file_regrid.py
script (see 0bb6acef):if/elif
blocks into separate routinesAlso rewrote the
docs/source/Regridding.rst
page (see 2b160b6 and dddf513) to be consistent with the updates ingcpy/file_regrid.py
. Also confirmed that all regridding examples with online and offline regridding weights work as advertised.