NOAA-MDL / grib2io-interp

Interpolation component for grib2io interfacing to the NCEPLIBS-ip library
https://noaa-mdl.github.io/grib2io-interp/
MIT License
2 stars 2 forks source link

Big update....vector interpolation support #2

Closed EricEngle-NOAA closed 1 year ago

EricEngle-NOAA commented 1 year ago

In interpolate.f90, added new subroutine interpolate_vector that serves as a wrapper for NCEPLIBS-ip ipolatev_grib2.

In interpolate.pyf, added f2py subroutine interface for interpolate_vector.

Updated tests and added new tests for vector interpolation.