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
OUT | surface_type | (Index) | Local surface type value. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lat_true | (Vector) | Latitudinal geolocation for 1D and 2D data. |
IN | lon_true | (Vector) | Longitudinal geolocation for 1D and 2D data. |
IN | rtp_pos | (Vector) | Position of a radiative transfer point. |
GIN | atlas | (TelsemAtlas) | The telsem atlas from which to lookup the surface type. |