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
OUT | iy | (Matrix) | Monochromatic pencil beam radiance spectrum. |
OUT | diy_dx | (ArrayOfTensor3) | Derivative of iy with respect to retrieval quantities. |
IN | iy_transmission | (Tensor3) | Transmission to be included in iy. |
IN | jacobian_do | (Index) | Flag to activate jacobian calculations. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | rtp_pos | (Vector) | Position of a radiative transfer point. |
IN | rtp_los | (Vector) | Line-of-sight at a radiative transfer point. |
IN | rte_pos2 | (Vector) | A second geographical position to define the geometry for radiative transfer calculations. |
IN | iy_main_agenda | (Agenda) | See agendas.cc. |
IN | surface_rtprop_agenda | (Agenda) | See agendas.cc. |