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
GOUT | out | (GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3) | Regridded gridded field. |
IN | lat_true | (Vector) | Latitudinal geolocation for 1D and 2D data. |
IN | lon_true | (Vector) | Longitudinal geolocation for 1D and 2D data. |
GIN | in | (GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3) | Raw input gridded field. |
GIN | interp_order | (Index, Default: 1) | Interpolation order. |