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
OUT | propmat_clearsky | (PropagationMatrix) | This contains the absorption coefficients for one point in the atmosphere. |
OUT | nlte_source | (StokesVector) | Variable to contain the additional source function due to NLTE effects. |
OUT | dpropmat_clearsky_dx | (ArrayOfPropagationMatrix) | Partial derivative of absorption coefficients. |
OUT | dnlte_source_dx | (ArrayOfStokesVector) | NLTE partial derivatives output is two parts: S * dB/dx + dS/dx * B. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | propmat_clearsky_agenda_checked | (Index) | OK-flag for propmat_clearsky_agenda. |