ARTS built-in documentation server

Workspace Method propmat_clearskyAddFromAbsCoefPerSpecies

Description

Copy propmat_clearsky from abs_coef_per_species. This is handy for putting an
explicit line-by-line calculation into the
propmat_clearsky_agenda. This method is also used internally by.
propmat_clearskyAddOnTheFly.
Like all other propmat_clearsky methods, this method does not overwrite
prior content of propmat_clearsky, but adds to it.

Authors: Stefan Buehler

Synopsis

propmat_clearskyAddFromAbsCoefPerSpecies( propmat_clearsky, dpropmat_clearsky_dx, abs_coef_per_species, dabs_coef_dx )

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).
OUTdpropmat_clearsky_dx(ArrayOfPropagationMatrix)Partial derivative of absorption coefficients.
INabs_coef_per_species(ArrayOfMatrix)Scalar absorption coefficients individually per tag group.
INdabs_coef_dx(ArrayOfMatrix)The partial derivatives of the matrix of total scalar absorption coefficients.