ARTS built-in documentation server

Workspace Method propmat_clearskyAddXsecFit

Description

Calculate absorption cross sections per tag group for HITRAN xsec species.

This broadens the cross section data from xsec_fit_data and
interpolates it onto the current f_grid.

Model data needs to be read in with ReadXsecData before calling
this method.

Authors: Oliver Lemke

Synopsis

propmat_clearskyAddXsecFit( propmat_clearsky, dpropmat_clearsky_dx, abs_species, select_abs_species, jacobian_quantities, f_grid, rtp_pressure, rtp_temperature, rtp_vmr, xsec_fit_data, force_p, force_t )

Variables

OUT+INpropmat_clearsky(PropagationMatrix)This contains the absorption coefficients for one point in the atmosphere.
OUT+INdpropmat_clearsky_dx(ArrayOfPropagationMatrix)Partial derivative of absorption coefficients.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
INselect_abs_species(ArrayOfSpeciesTag)A select species tag group from abs_species If set to empty, this selection is void.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
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.
INxsec_fit_data(ArrayOfXsecRecord)Fitting model coefficients for cross section species.
GINforce_p(Numeric, Default: -1)Positive value forces constant pressure [Pa].
GINforce_t(Numeric, Default: -1)Positive value forces constant temperature [K].