ARTS built-in documentation server
Workspace Method abs_hitran_relmat_dataReadHitranRelmatDataAndLines
Description
Reads HITRAN line mixing data from a basedir
The basedir must point at line mixing data as provided by HITRAN.
The lines will be changed such that ALL CO2 lines are truncated
before adding the HITRAN line mixing lines.
The available modes are such that "VP*" uses Voigt profiles and
"SDVP*" uses speed-dependent Voigt profiles, where the "_Y"
signifies if Rosenkranz-style line mixing is considered or not, and
the "W" at the end signifies that full calculations are used. At
the line mixing limit, line mixing is simply turned off.
The "FullW" mode uses Lorentzian calculations with the full relaxation
matrix until the line mixing limit is reached and it switches to Voigt.
The HITRAN LM data is available for download at:
https://hitran.org/supplementary/
Authors: Richard Larsson
Synopsis
Variables
OUT | abs_hitran_relmat_data | (HitranRelaxationMatrixData) | HITRAN line mixing data to compute the relaxation matrix. |
OUT+IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
GIN | basedir | (String) | Direcory where the linemixing data is to be found |
GIN | linemixinglimit | (Numeric, Default: -1) | Line mixing limit as defined by AbsorptionLines |
GIN | fmin | (Numeric, Default: 0) | Minimum frequency to read from |
GIN | fmax | (Numeric, Default: 1e99) | Maximum frequency to read until |
GIN | stot | (Numeric, Default: 0) | Minimum integrated band strength to consider |
GIN | mode | (String, Default: "VP_W") | Mode of calculations. The options are: "VP", "VP_Y", "SDVP", "SDVP_Y", "FullW", and "VP_W" |