ARTS built-in documentation server

Workspace Method nlte_fieldForSingleSpeciesNonOverlappingLines

Description

NLTE field for a simple setup.

This will solve for nlte_field in the input atmosphere.
The solver depends on the lines not overlapping and that there
is only a single species in the atmosphere.

Authors: Richard Larsson

Synopsis

nlte_fieldForSingleSpeciesNonOverlappingLines( nlte_field, abs_species, abs_lines_per_species, collision_coefficients, collision_line_identifiers, isotopologue_ratios, iy_main_agenda, ppath_agenda, iy_space_agenda, iy_surface_agenda, iy_cloudbox_agenda, propmat_clearsky_agenda, water_p_eq_agenda, vmr_field, t_field, z_field, p_grid, atmosphere_dim, refellipsoid, surface_props_data, nlte_do, df, convergence_limit, nz, nf, dampened, iteration_limit )

Variables

OUT+INnlte_field(EnergyLevelMap)The field of NLTE temperatures and/or ratios.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
INabs_lines_per_species(ArrayOfArrayOfAbsorptionLines)A list of spectral line data for each tag.
INcollision_coefficients(ArrayOfArrayOfGriddedField1)An array of coefficients for effective collisions
INcollision_line_identifiers(ArrayOfQuantumIdentifier)An array of quantum identifiers for finding collisional rates
INisotopologue_ratios(SpeciesAuxData)Contains the isotopologue ratios.
INiy_main_agenda(Agenda)Agenda calculating the single monochromatic pencil beam spectrum.
INppath_agenda(Agenda)Agenda calculating complete propagation paths.
INiy_space_agenda(Agenda)Agenda providing the downwelling radiation at the top of the atmosphere.
INiy_surface_agenda(Agenda)Agenda providing the upwelling radiation from the surface.
INiy_cloudbox_agenda(Agenda)Agenda deriving the intensity at boundary or interior of the cloudbox.
INpropmat_clearsky_agenda(Agenda)Agenda calculating the absorption coefficient matrices.
INwater_p_eq_agenda(Agenda)Agenda to calculate the saturation pressure of water.
INvmr_field(Tensor4)VMR field.
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INp_grid(Vector)The pressure grid.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INrefellipsoid(Vector)Reference ellipsoid.
INsurface_props_data(Tensor3)Various surface properties.
INnlte_do(Index)Flag to perform Non-LTE calculations.
GINdf(Numeric)relative frequency to line center
GINconvergence_limit(Numeric, Default: 1e-6)max relative change in ratio of level to stop iterations
GINnz(Index)number of zenith angles
GINnf(Index)number of frequency grid-points per line
GINdampened(Index)use transmission dampening or not
GINiteration_limit(Index, Default: 20)max number of iterations before defaul break of iterations