ARTS built-in documentation server

Workspace Method abs_coefCalcFromXsec

Description

Calculate absorption coefficients from cross sections.

This calculates both the total absorption and the
absorption per species.

Cross sections are multiplied by n*VMR.

Authors: Stefan Buehler, Axel von Engeln

Synopsis

abs_coefCalcFromXsec( abs_coef, abs_coef_per_species, abs_xsec_per_species, abs_vmrs, abs_p, abs_t )

Variables

OUTabs_coef(Matrix)The matrix of total absorption coefficients.
OUTabs_coef_per_species(ArrayOfMatrix)These are the absorption coefficients individually for each tag group.
INabs_xsec_per_species(ArrayOfMatrix)Absorption cross sections.
INabs_vmrs(Matrix)The VMRs (unit: absolute number) on the abs_p grid.
INabs_p(Vector)List of pressures to be used for the calculation of absorption coefficients.
INabs_t(Vector)List of temperatures to be used for the calculation of absorption coefficients.