ARTS built-in documentation server

Workspace Method GriddedFieldLatLonRegrid

Description

Interpolates the input field along the latitude and longitude dimensions
to lat_true and lon_true.

If the input longitude grid is outside of lon_true it will be shifted
left or right by 360. If it covers 360 degrees, a cyclic interpolation
will be performed.
in and out fields can be the same variable.

Authors: Oliver Lemke

Synopsis

GriddedFieldLatLonRegrid( out, lat_true, lon_true, in, interp_order )

Variables

GOUTout(GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3)Regridded gridded field.
INlat_true(Vector)Latitudinal geolocation for 1D and 2D data.
INlon_true(Vector)Longitudinal geolocation for 1D and 2D data.
GINin(GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3)Raw input gridded field.
GINinterp_order(Index, Default: 1)Interpolation order.