ARTS built-in documentation server

Workspace Method propmat_clearskyAddZeeman

Description

Calculates Zeeman-affected polarized propagation matrix and its
derivatives.

Otherwise as propmat_clearskyAddFromLookup

Authors: Richard Larsson

Synopsis

propmat_clearskyAddZeeman( propmat_clearsky, nlte_source, dpropmat_clearsky_dx, dnlte_source_dx, abs_lines_per_species, f_grid, abs_species, select_abs_species, jacobian_quantities, isotopologue_ratios, rtp_pressure, rtp_temperature, rtp_nlte, rtp_vmr, rtp_mag, rtp_los, atmosphere_dim, nlte_do, lbl_checked, manual_mag_field, H, theta, eta )

Variables

OUT+INpropmat_clearsky(PropagationMatrix)This contains the absorption coefficients for one point in the atmosphere (one set of pressure, temperature, magnetic field, and VMR values).
OUT+INnlte_source(StokesVector)Variable to contain the additional source function due to NLTE effects.
OUT+INdpropmat_clearsky_dx(ArrayOfPropagationMatrix)Partial derivative of absorption coefficients.
OUT+INdnlte_source_dx(ArrayOfStokesVector)NLTE partial derivatives output is two parts: S*dB/dx+dS/dx*B.
INabs_lines_per_species(ArrayOfArrayOfAbsorptionLines)A list of spectral line data for each tag.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
INselect_abs_species(ArrayOfSpeciesTag)A select species tag group from abs_species If set to empty, this selection is void.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INisotopologue_ratios(SpeciesIsotopologueRatios)Contains the isotopologue ratios.
INrtp_pressure(Numeric)Pressure at a radiative transfer point.
INrtp_temperature(Numeric)Temperature at a radiative transfer point.
INrtp_nlte(EnergyLevelMap)NLTE temperature/ratio at a radiative transfer point.
INrtp_vmr(Vector)Absorption species abundances for radiative transfer calculations.
INrtp_mag(Vector)Magnetic field at a radiative transfer point.
INrtp_los(Vector)Line-of-sight at a radiative transfer point.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INnlte_do(Index)Flag to perform Non-LTE calculations.
INlbl_checked(Index)Flag to check if the line-by-line calculations will work Usage: Set manually on own risk, or use lbl_checkedCalc.
GINmanual_mag_field(Index, Default: 0)Manual angles tag
GINH(Numeric, Default: 1.0)Manual Magnetic Field Strength
GINtheta(Numeric, Default: 0.0)Manual theta given positive tag
GINeta(Numeric, Default: 0.0)Manual eta given positive tag