propmat_clearsky_agenda
- property Workspace.propmat_clearsky_agenda
Calculate the absorption coefficient matrix.
This agenda calculates the absorption coefficient matrix for all absorption species as a function of the given atmospheric state for one point in the atmosphere. The result is returned in
propmat_clearsky
. The atmospheric state has to be specified byrtp_pressure
,rtp_temperature
,rtp_mag
, andrtp_vmr
.The methods inside this agenda may require a lot of additional input variables, such as
abs_species
, etc.The include file ‘agendas.arts’ predefines some possible agendas that can be used here.
- Parameters:
propmat_clearsky (PropagationMatrix) – This contains the absorption coefficients for one point in the atmosphere. See
propmat_clearsky
[OUT]nlte_source (StokesVector) – Variable to contain the additional source function due to NLTE effects. See
nlte_source
[OUT]dpropmat_clearsky_dx (ArrayOfPropagationMatrix) – Partial derivative of absorption coefficients. See
dpropmat_clearsky_dx
[OUT]dnlte_source_dx (ArrayOfStokesVector) – NLTE partial derivatives output is two parts: S * dB/dx + dS/dx * B. See
dnlte_source_dx
[OUT]jacobian_quantities (ArrayOfRetrievalQuantity) – The retrieval quantities in the Jacobian matrix. See
jacobian_quantities
[IN]select_abs_species (ArrayOfSpeciesTag) – A select species tag group from
abs_species
. Seeselect_abs_species
[IN]f_grid (Vector) – The frequency grid for monochromatic pencil beam calculations. See
f_grid
[IN]rtp_mag (Vector) – Magnetic field at a radiative transfer point. See
rtp_mag
[IN]rtp_los (Vector) – Line-of-sight at a radiative transfer point. See
rtp_los
[IN]rtp_pressure (Numeric) – Pressure at a radiative transfer point. See
rtp_pressure
[IN]rtp_temperature (Numeric) – Temperature at a radiative transfer point. See
rtp_temperature
[IN]rtp_nlte (EnergyLevelMap) – NLTE temperature/ratio at a radiative transfer point. See
rtp_nlte
[IN]rtp_vmr (Vector) – Absorption species abundances for radiative transfer calculations. See
rtp_vmr
[IN]
Workspace methods that can generate propmat_clearsky_agenda
Workspace methods that require propmat_clearsky_agenda
Generic workspace methods that can generate or use propmat_clearsky_agenda
- type:
WorkspaceVariable
- holds typeAgenda