ARTS built-in documentation server

Workspace Method surface_rtpropFromTypesNearest

Description

Extracts surface RT properties from nearest surface type.

The surface type is set by nearest interpolation of surface_type_mask
and the corresponding agenda in surface_rtprop_agenda_array is
called to obtain the local radiative properties of the surface.

Authors: Patrick Eriksson

Synopsis

surface_rtpropFromTypesNearest( surface_type_mix, surface_skin_t, surface_los, surface_rmatrix, surface_emission, f_grid, atmosphere_dim, lat_grid, lat_true, lon_true, rtp_pos, rtp_los, surface_type_mask, surface_rtprop_agenda_array )

Variables

OUTsurface_type_mix(Vector)Gives the fraction of different surface types.
OUTsurface_skin_t(Numeric)Surface skin temperature.
OUTsurface_los(Matrix)Downwelling radiation directions to consider in surface reflection.
OUTsurface_rmatrix(Tensor4)The reflection coefficients for the directions given by surface_los to the direction of interest.
OUTsurface_emission(Matrix)The emission from the surface.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
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.
INrtp_los(Vector)Line-of-sight at a radiative transfer point.
INsurface_type_mask(GriddedField2)Classification of the surface using a type coding.
INsurface_rtprop_agenda_array(ArrayOfAgenda)Description of surface radiative properties, for each surface type.