ARTS built-in documentation server
Workspace Method iyEmissionStandardClearskyBasic
Description
As iyEmissionStandardClearsky, but lacking support for auxilary variables and jacobian calculations. Designed to be part of iy_clearsky_basic_agenda. See further iyEmissionStandardClearsky.
Authors: Patrick Eriksson
Synopsis
iyEmissionStandardClearskyBasic( | iy, rte_pos, rte_los, jacobian_do, atmosphere_dim, p_grid, lat_grid, lon_grid, z_field, t_field, vmr_field, wind_u_field, wind_v_field, wind_w_field, r_geoid, z_surface, cloudbox_on, cloudbox_limits, stokes_dim, f_grid, ppath_step_agenda, emission_agenda, abs_scalar_gas_agenda, iy_clearsky_basic_agenda, iy_space_agenda, surface_prop_agenda, iy_cloudbox_agenda ) |
Variables
OUT | iy | (Matrix) | Monochromatic pencil beam radiance spectrum. |
IN | rte_pos | (Vector) | A geographical position for radiative transfer calculations. |
IN | rte_los | (Vector) | A line-of-sight for radiative transfer calculations. |
IN | jacobian_do | (Index) | Flag to activate jacobian calculations. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | wind_u_field | (Tensor3) | Meridional (second horizontal wind) component field for 3D. |
IN | wind_v_field | (Tensor3) | Horizontal 1D, 2D or 3D wind components. |
IN | wind_w_field | (Tensor3) | Vertical wind component field. |
IN | r_geoid | (Matrix) | Geoid radius. |
IN | z_surface | (Matrix) | The surface altitude. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of 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 | ppath_step_agenda | (Agenda) | See agendas.cc. |
IN | emission_agenda | (Agenda) | See agendas.cc. |
IN | abs_scalar_gas_agenda | (Agenda) | See agendas.cc. |
IN | iy_clearsky_basic_agenda | (Agenda) | See agendas.cc. |
IN | iy_space_agenda | (Agenda) | See agendas.cc. |
IN | surface_prop_agenda | (Agenda) | See agendas.cc. |
IN | iy_cloudbox_agenda | (Agenda) | See agendas.cc. |