ARTS built-in documentation server
Workspace Method line_irradianceCalcForSingleSpeciesNonOverlappingLinesPseudo2D
Description
Computes the line irradiance and line transmission Presently only works for 1D atmospheres
Authors: Richard Larsson
Synopsis
line_irradianceCalcForSingleSpeciesNonOverlappingLinesPseudo2D( | line_irradiance, line_transmission, abs_species, abs_lines_per_species, nlte_field, vmr_field, t_field, z_field, p_grid, refellipsoid, surface_props_data, iy_main_agenda, ppath_agenda, iy_space_agenda, iy_surface_agenda, iy_cloudbox_agenda, propmat_clearsky_agenda, df, nz, nf, r ) |
Variables
OUT | line_irradiance | (Matrix) | Irradiance as seen by a single absorption line. |
OUT | line_transmission | (Tensor3) | Transmission as seen by a single absorption line. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
IN | nlte_field | (EnergyLevelMap) | The field of NLTE temperatures and/or ratios. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | p_grid | (Vector) | The pressure grid. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
IN | surface_props_data | (Tensor3) | Various surface properties. |
IN | iy_main_agenda | (Agenda) | Agenda calculating the single monochromatic pencil beam spectrum. |
IN | ppath_agenda | (Agenda) | Agenda calculating complete propagation paths. |
IN | iy_space_agenda | (Agenda) | Agenda providing the downwelling radiation at the top of the atmosphere. |
IN | iy_surface_agenda | (Agenda) | Agenda providing the upwelling radiation from the surface. |
IN | iy_cloudbox_agenda | (Agenda) | Agenda deriving the intensity at boundary or interior of the cloudbox. |
IN | propmat_clearsky_agenda | (Agenda) | Agenda calculating the absorption coefficient matrices. |
GIN | df | (Numeric) | relative frequency to line center |
GIN | nz | (Index) | number of zeniths |
GIN | nf | (Index) | number of frequencies per line |
GIN | r | (Numeric, Default: 1.0) | Distance assumed when computing local (1-T) |