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, jacobian_do, atmosphere_dim, t_field, z_field, vmr_field, cloudbox_on, stokes_dim, f_grid, rtp_pos, rtp_los, rte_pos2, iy_main_agenda, surface_rtprop_agenda )

Variables

OUTiy(Matrix)Monochromatic pencil beam radiance spectrum.
OUTdiy_dx(ArrayOfTensor3)Derivative of iy with respect to retrieval quantities.
INiy_transmission(Tensor3)Transmission to be included in iy.
INjacobian_do(Index)Flag to activate jacobian calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INvmr_field(Tensor4)VMR field.
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_main_agenda(Agenda)See agendas.cc.
INsurface_rtprop_agenda(Agenda)See agendas.cc.