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.
In combination with the WSM surface_rtpropCallAgendaX this
can be used to used different methods to compute surface radiative
properties.

Authors: Simon Pfreundschuh

Synopsis

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

Variables

OUTsurface_type(Index)Local surface type value.
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.