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.


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, f_grid, abs_species, jacobian_quantities, partition_functions, rtp_pressure, rtp_temperature, rtp_vmr )

Variables

OUT+INpropmat_clearsky(ArrayOfPropagationMatrix)This contains the absorption coefficients for one point in the atmosphere (one set of pressure, temperature, magnetic field, and VMR values).
INabs_hitran_relmat_data(HitranRelaxationMatrixData)HITRAN line mixing data to compute the relaxation matrix.
INabs_lines_per_species(ArrayOfArrayOfAbsorptionLines)A list of spectral line data for each tag.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INpartition_functions(SpeciesAuxData)Partition functions.
INrtp_pressure(Numeric)Pressure at a radiative transfer point.
INrtp_temperature(Numeric)Temperature at a radiative transfer point.
INrtp_vmr(Vector)Absorption species abundances for radiative transfer calculations.