ARTS built-in documentation server

Workspace Method telsemSurfaceTypeLandSea

Description

TELSEM based land sea mask.

This method determines whether the position in rtp_pos is
of type ocean or land depending on whether a corresponding
cell is contained in the provided TELSEM atlas.

Authors: Simon Pfreundschuh

Synopsis

telsemSurfaceTypeLandSea( surface_type, atmosphere_dim, lat_grid, lat_true, lon_true, rtp_pos, atlas )

Variables

GOUTsurface_type(Index)Surface type flag
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.
GINatlas(TelsemAtlas)The telsem atlas from which to lookup the surface type.