ARTS built-in documentation server
Workspace Method iySurfaceCallAgendaX
Description
Switch between the elements of iy_surface_agenda_array. This method simply calls the agenda matching surface_type and returns the results. That is, the agenda in iy_surface_agenda_array with index surface_type (0-based) is called.
Authors: Patrick Eriksson
Synopsis
iySurfaceCallAgendaX( | iy, diy_dx, iy_unit, iy_transmission, iy_id, cloudbox_on, jacobian_do, f_grid, iy_main_agenda, rtp_pos, rtp_los, rte_pos2, iy_surface_agenda_array, surface_type, surface_type_aux ) |
Variables
OUT | iy | (Matrix) | Monochromatic pencil beam radiance spectrum. |
OUT+IN | diy_dx | (ArrayOfTensor3) | Derivative of iy with respect to retrieval quantities. |
IN | iy_unit | (String) | Selection of output unit for some radiative transfer methods. |
IN | iy_transmission | (Tensor3) | Transmission to be included in iy. |
IN | iy_id | (Index) | Identification number of iy. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | jacobian_do | (Index) | Flag to activate (clear-sky) Jacobian calculations. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | iy_main_agenda | (Agenda) | Agenda calculating the single monochromatic pencil beam spectrum. |
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_surface_agenda_array | (ArrayOfAgenda) | Upwelling radiation from the surface, divided into surface types. |
IN | surface_type | (Index) | Local surface type value. |
IN | surface_type_aux | (Numeric) | Auxiliary variable to surface_type. |