iconarray.core.interpolate#

The functions in interpolate.py are used to facilitate the interpolation of ICON vector data to a regular grid, or a coarser ICON grid, for the purpose of vectorplots, e.g., wind plots. For psyplot we recommend to plot wind data on the regular grid as you can then scale the density of arrows in a vector plot as desired.

Functions

remap_ICON_to_ICON(data_file, in_grid_file, ...)

Remap ICON data to another ICON grid using Fieldextra.

remap_ICON_to_regulargrid(data_file, ...[, ...])

REMAP ICON data to regular grid using Fieldextra.

Exceptions

AccessError

Indicate user does not have access to execute FIELDEXTRA_PATH.

MissingEnvironmentVariable

Indicate FIELDEXTRA_PATH is not set.