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
OUT | nlte_source | (ArrayOfStokesVector) | Variable to contain the additional source function due to NLTE effects. |
OUT | dnlte_dx_source | (ArrayOfStokesVector) | NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B. |
OUT | nlte_dsource_dx | (ArrayOfStokesVector) | NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B. |
IN | src_coef_per_species | (ArrayOfMatrix) | Scalar absorption coefficients individually per tag group. |
IN | dsrc_coef_dx | (ArrayOfMatrix) | The partial derivatives of the matrix of total scalar NLTE source term. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | rtp_temperature | (Numeric) | Temperature at a radiative transfer point. |