ARTS built-in documentation server

Workspace Method iySurfaceRtpropAgenda

Description

Interface to surface_rtprop_agenda for iy_surface_agenda.

This method is designed to be part of iy_surface_agenda. It
determines the radiative properties of the surface by
surface_rtprop_agenda and calculates the downwelling radiation
by iy_main_agenda, and sums up the terms as described in AUG.
That is, this WSM uses the output from surface_rtprop_agenda
in a straightforward fashion.

Authors: Patrick Eriksson

Synopsis

iySurfaceRtpropAgenda( iy, diy_dx, iy_transmission, iy_id, jacobian_do, atmosphere_dim, nlte_field, cloudbox_on, stokes_dim, f_grid, rtp_pos, rtp_los, rte_pos2, iy_unit, iy_main_agenda, surface_rtprop_agenda )

Variables

OUTiy(Matrix)Monochromatic pencil beam radiance spectrum.
OUT+INdiy_dx(ArrayOfTensor3)Derivative of iy with respect to retrieval quantities.
INiy_transmission(Tensor3)Transmission to be included in iy.
INiy_id(Index)Identification number of iy.
INjacobian_do(Index)Flag to activate (clear-sky) Jacobian calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INnlte_field(EnergyLevelMap)The field of NLTE temperatures and/or ratios.
INcloudbox_on(Index)Flag to activate the cloud box.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INrtp_pos(Vector)Position of a radiative transfer point.
INrtp_los(Vector)Line-of-sight at a radiative transfer point.
INrte_pos2(Vector)A second geographical position to define the geometry for radiative transfer calculations.
INiy_unit(String)Selection of output unit for some radiative transfer methods.
INiy_main_agenda(Agenda)Agenda calculating the single monochromatic pencil beam spectrum.
INsurface_rtprop_agenda(Agenda)Agenda providing radiative properties of the surface.