ARTS built-in documentation server

Workspace Method propmat_clearskyInit

Description

Initialize propmat_clearsky and nlte_source.

This method must be used inside propmat_clearsky_agenda and then
be called first.

Authors: Oliver Lemke, Richard Larsson

Synopsis

propmat_clearskyInit( propmat_clearsky, nlte_source, dpropmat_clearsky_dx, dnlte_dx_source, nlte_dsource_dx, abs_species, jacobian_quantities, f_grid, stokes_dim, propmat_clearsky_agenda_checked, nlte_do )

Variables

OUTpropmat_clearsky(ArrayOfPropagationMatrix)This contains the absorption coefficients for one point in the atmosphere (one set of pressure, temperature, magnetic field, and VMR values).
OUTnlte_source(ArrayOfStokesVector)Variable to contain the additional source function due to NLTE effects.
OUTdpropmat_clearsky_dx(ArrayOfPropagationMatrix)Partial derivative of absorption coefficients.
OUTdnlte_dx_source(ArrayOfStokesVector)NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B.
OUTnlte_dsource_dx(ArrayOfStokesVector)NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INpropmat_clearsky_agenda_checked(Index)OK-flag for propmat_clearsky_agenda.
INnlte_do(Index)Flag to perform Non-LTE calculations.