disort_settings_agenda

Workspace.disort_settings_agenda

Agenda An agenda for setting up Disort.

The only intent of this Agenda is to simplify the setup of Disort for different scenarios. The output of this Agenda is just that setting.

Parameters:
  • disort_settings (DisortSettings) – Contains the full settings of spectral Disort calculations. See :attr: ~pyarts.workspace.Workspace.disort_settings [OUT]

  • frequency_grid (AscendingGrid) – A single path point’s frequency grid. See :attr: ~pyarts.workspace.Workspace.frequency_grid [IN]

  • ray_path (ArrayOfPropagationPathPoint) – A list path points making up a propagation path. See :attr: ~pyarts.workspace.Workspace.ray_path [IN]

  • disort_quadrature_dimension (Index) – The quadrature size for Disort. See :attr: ~pyarts.workspace.Workspace.disort_quadrature_dimension [IN]

  • disort_fourier_mode_dimension (Index) – The number of Fourier modes for Disort. See :attr: ~pyarts.workspace.Workspace.disort_fourier_mode_dimension [IN]

  • disort_legendre_polynomial_dimension (Index) – The number of input Legendre polynimials for Disort. See :attr: ~pyarts.workspace.Workspace.disort_legendre_polynomial_dimension [IN]

Input to workspace methods

Output from workspace methods

Related workspace variables