nlteOff
- Workspace.nlteOff(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, nlte_level_identifiers: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfQuantumIdentifier | None = self.nlte_level_identifiers, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Disable Non-LTE calculations.
The variables are set as follows:
nlte_field : Empty.
nlte_level_identifiers : Empty.
Author(s): Oliver Lemke
- 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]nlte_level_identifiers (ArrayOfQuantumIdentifier, optional) – An array of non-lte quantum identifiers for levels matching. See
nlte_level_identifiers
, defaults toself.nlte_level_identifiers
[OUT]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]