atmospheric_fieldInitializeNonLTE
- Workspace.atmospheric_fieldInitializeNonLTE(self, atmospheric_field: pyarts.arts.AtmField | None = None, absorption_bands: pyarts.arts.AbsorptionBands | None = None, normalization: pyarts.arts.Numeric | None = None) None
Initialize the non-LTE atmospheric field from the LTE temperature field.
Note that the bands have to be 1-line long to work.
This is because of how non-LTE is implemented in ARTS.
Author(s): Richard Larsson
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[INOUT]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for LBL calculations. See
absorption_bands
, defaults toself.absorption_bands
[IN]normalization (Numeric, optional) – Normalization factor for the non-LTE field - all species of same isotopologue will be summed to this value (non-positive means no normalization). Defaults to
0
[IN]