disort_settingsLayerThermalEmissionLinearInTau

Workspace.disort_settingsLayerThermalEmissionLinearInTau(self, disort_settings: pyarts3.arts.DisortSettings | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None) None

Use a source function that changes linearly in optical thickness.

Note that you must have set the optical thickness before calling this.

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]

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