ARTS built-in documentation server

Workspace Method propmat_clearskyInit

Description

Initialize propmat_clearsky, nlte_source, and their derivatives to zeroes.

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_source_dx, jacobian_quantities, f_grid, stokes_dim, propmat_clearsky_agenda_checked )

Variables

OUTpropmat_clearsky(PropagationMatrix)This contains the absorption coefficients for one point in the atmosphere (one set of pressure, temperature, magnetic field, and VMR values).
OUTnlte_source(StokesVector)Variable to contain the additional source function due to NLTE effects.
OUTdpropmat_clearsky_dx(ArrayOfPropagationMatrix)Partial derivative of absorption coefficients.
OUTdnlte_source_dx(ArrayOfStokesVector)NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B.
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.