✨ Feature Request
Implement the vector_regrid interpolation option described in ESMPy that uses ECEF vectors for u/v directional interpolation.
Motivation
This would allow the interpolation (e.g bilinear) of u,v vector fields such as wind without the distortion faced by interpolating the two dimensions separately and without first converting to ECEF format manually which is likely to be expensive.
Additional context
I believe the feature is implemented within ESMF here https://github.com/esmf-org/esmf/blob/develop/src/Infrastructure/Mesh/src/ESMCI_Mesh_Vector_Regrid.C#L488.
✨ Feature Request
Implement the vector_regrid interpolation option described in ESMPy that uses ECEF vectors for u/v directional interpolation.
Motivation
This would allow the interpolation (e.g bilinear) of u,v vector fields such as wind without the distortion faced by interpolating the two dimensions separately and without first converting to ECEF format manually which is likely to be expensive.
Additional context
I believe the feature is implemented within ESMF here https://github.com/esmf-org/esmf/blob/develop/src/Infrastructure/Mesh/src/ESMCI_Mesh_Vector_Regrid.C#L488.