nlte_fieldLteExternalPartitionFunction
- Workspace.nlte_fieldLteExternalPartitionFunction(self: pyarts.arts._Workspace, nlte_do: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.nlte_do, nlte_field: pyarts.arts.WorkspaceVariable | pyarts.arts.EnergyLevelMap | None = self.nlte_field, abs_lines_per_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfAbsorptionLines | None = self.abs_lines_per_species, nlte_level_identifiers: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfQuantumIdentifier | None = self.nlte_level_identifiers, t_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.t_field, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Turns on NTLE calculations.
Sets NLTE ratios to those expected for LTE calculations with a known partition function
Author(s): Richard Larsson
- Parameters:
nlte_do (Index, optional) – Flag to perform Non-LTE calculations. See
nlte_do
, defaults toself.nlte_do
[OUT]nlte_field (EnergyLevelMap, optional) – The field of NLTE temperatures and/or ratios. See
nlte_field
, defaults toself.nlte_field
[OUT]abs_lines_per_species (ArrayOfArrayOfAbsorptionLines, optional) – A list of spectral line data for each tag. See
abs_lines_per_species
, defaults toself.abs_lines_per_species
[INOUT]nlte_level_identifiers (ArrayOfQuantumIdentifier, optional) – An array of non-lte quantum identifiers for levels matching. See
nlte_level_identifiers
, defaults toself.nlte_level_identifiers
[IN]t_field (Tensor3, optional) – The field of atmospheric temperatures. See
t_field
, defaults toself.t_field
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]