regrid (array-level)

regrid(values, in_grid=None, out_grid=None, *, interpolation='linear', backend='mir', **kwargs)

Regrid the array values with the given backend and options. To see the available **kwargs please refer to the documentation of the specific backend. The default backend is mir.

The following backendss are available:

Backend

Description

mir

use ECMWF’s Meteorological Interpolation and Regridding library (MIR) to perform the regridding

precomputed

use precomputed interpolation weights