ARTS built-in documentation server

Workspace Method surfaceFlatReflectivity

Description

Creates variables to mimic specular reflection by a (flat) surface
where surface_reflectivity is specified.

Works basically as surfaceFlatScalarReflectivity but is more
general as also vector radiative transfer is handled. See
the ARTS theory document (ATD) for details around how
surface_emission is determined. In the nomenclature of ATD,
surface_reflectivity gives R.

Authors: Patrick Eriksson

Synopsis

surfaceFlatReflectivity( surface_los, surface_rmatrix, surface_emission, f_grid, stokes_dim, atmosphere_dim, specular_los, surface_skin_t, surface_reflectivity, blackbody_radiation_agenda )

Variables

OUTsurface_los(Matrix)Directions for which to calculate downwelling radiation when considering a 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.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INspecular_los(Vector)The specular direction (for reflection by a flat surface).
INsurface_skin_t(Numeric)Surface skin temperature.
INsurface_reflectivity(Tensor3)Surface reflectivity, for a given position and angle.
INblackbody_radiation_agenda(Agenda)See agendas.cc.