ARTS built-in documentation server

Workspace Method nlte_sourceFromTemperatureAndSrcCoefPerSpecies

Description

Turn NLTE absorption per species into the source function by multiplying
NLTE absorption per species with the LTE Planck source function.

Authors: Richard Larsson

Synopsis

nlte_sourceFromTemperatureAndSrcCoefPerSpecies( nlte_source, dnlte_dx_source, nlte_dsource_dx, src_coef_per_species, dsrc_coef_dx, jacobian_quantities, f_grid, rtp_temperature )

Variables

OUTnlte_source(ArrayOfStokesVector)Variable to contain the additional source function due to NLTE effects.
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.
INsrc_coef_per_species(ArrayOfMatrix)Scalar absorption coefficients individually per tag group.
INdsrc_coef_dx(ArrayOfMatrix)The partial derivatives of the matrix of total scalar NLTE source term.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INrtp_temperature(Numeric)Temperature at a radiative transfer point.