NCAS-CMS / cf-python

A CF-compliant Earth Science data analysis library
http://ncas-cms.github.io/cf-python
MIT License
119 stars 19 forks source link

Add return_esmpy_regrid_operator kwarg to regrids and regridc per #766 #767

Closed mattjbr123 closed 4 months ago

mattjbr123 commented 4 months ago

For #766 Added return_esmpy_regrid_operator kwargs to field/regrids and field/regridc, so that users wanting to make use of the functionality offered by it can do so via regrids and regridc, without having to call the regrid worker function directly.

This is possibly my 2nd ever PR, so if I've done something stupid, please forgive me... xD

mattjbr123 commented 4 months ago

Humm, I think I messed something up by copying files around outside of the repo, I'll close this and try again...