ARTS built-in documentation server

Workspace Method InterpSurfaceTypeMask

Description

Interpolation of surface type mask.

The method determines the surface type at the position of concern
(rtp_pos) from the provided type mask.

The surface type is taken as the nearest value in surface_type_mask.

The altitude in rtp_pos is ignored.

Authors: Patrick Eriksson

Synopsis

InterpSurfaceTypeMask( surface_type, atmosphere_dim, lat_grid, lat_true, lon_true, rtp_pos, surface_type_mask )

Variables

GOUTsurface_type(Index)Surface type index
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlat_true(Vector)Latitudinal geolocation for 1D and 2D data.
INlon_true(Vector)Longitudinal geolocation for 1D and 2D data.
INrtp_pos(Vector)Position of a radiative transfer point.
INsurface_type_mask(GriddedField2)Classification of the surface using a type coding.