ARTS built-in documentation server
Workspace Method propmat_clearskyAddHitranLineMixingLines
Description
Calculates gas absorption coefficients line-by-line for HITRAN line mixed data. Wigner6Init or Wigner3Init must be called before this function. Note that you need to have propmat_clearskyAddLines in addition to this method to compensate the calculations for the pressure limit Please ensure you cite the original authors when you use this function: J. Lamouroux, L. Realia, X. Thomas, et al., J.Q.S.R.T. 151 (2015), 88-96
Authors: Richard Larsson
Synopsis
propmat_clearskyAddHitranLineMixingLines( | propmat_clearsky, abs_hitran_relmat_data, abs_lines_per_species, isotopologue_ratios, f_grid, abs_species, select_abs_species, jacobian_quantities, rtp_pressure, rtp_temperature, rtp_vmr ) |
Variables
OUT+IN | propmat_clearsky | (PropagationMatrix) | This contains the absorption coefficients for one point in the atmosphere (one set of pressure, temperature, magnetic field, and VMR values). |
IN | abs_hitran_relmat_data | (HitranRelaxationMatrixData) | HITRAN line mixing data to compute the relaxation matrix. |
IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
IN | isotopologue_ratios | (SpeciesIsotopologueRatios) | Contains the isotopologue ratios. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
IN | select_abs_species | (ArrayOfSpeciesTag) | A select species tag group from abs_species If set to empty, this selection is void. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | rtp_pressure | (Numeric) | Pressure at a radiative transfer point. |
IN | rtp_temperature | (Numeric) | Temperature at a radiative transfer point. |
IN | rtp_vmr | (Vector) | Absorption species abundances for radiative transfer calculations. |