disort_settingsLayerNonThermalEmissionLinearInTau

Workspace.disort_settingsLayerNonThermalEmissionLinearInTau(self, disort_settings: pyarts3.arts.DisortSettings | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None) None

Same as disort_settingsLayerThermalEmissionLinearInTau() but considers non-LTE

This is WIP and should not be used.

Author: Richard Larsson

Parameters:
  • disort_settings (DisortSettings, optional) – Contains the full settings of spectral Disort calculations. See disort_settings, defaults to self.disort_settings [INOUT]

  • atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See atm_path, defaults to self.atm_path [IN]

  • spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See spectral_propmat_path, defaults to self.spectral_propmat_path [IN]

  • spectral_nlte_srcvec_path (ArrayOfStokvecVector, optional) – Additional non-LTE along the propagation path. See spectral_nlte_srcvec_path, defaults to self.spectral_nlte_srcvec_path [IN]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]