disort_settingsDownwellingObserver

Workspace.disort_settingsDownwellingObserver(self, disort_settings: DisortSettings = self.disort_settings, freq_grid: AscendingGrid = self.freq_grid, ray_path: ArrayOfPropagationPathPoint = self.ray_path, atm_field: AtmField = self.atm_field, surf_field: SurfaceField = self.surf_field, subsurf_field: SubsurfaceField = self.subsurf_field, spectral_rad_observer_agenda: Agenda = self.spectral_rad_observer_agenda, pol: Stokvec = [1, 0, 0, 0]) None

Set the downwelling boundary condition using the observer agenda.

Author: Richard Larsson

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

  • freq_grid (~pyarts3.arts.AscendingGrid, optional) – A frequency grid. Unit: Hz. Defaults to self.freq_grid. [IN]

  • ray_path (~pyarts3.arts.ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. Defaults to self.ray_path. [IN]

  • atm_field (~pyarts3.arts.AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. Defaults to self.atm_field. [IN]

  • surf_field (~pyarts3.arts.SurfaceField, optional) – The surface field. Defaults to self.surf_field. [IN]

  • subsurf_field (~pyarts3.arts.SubsurfaceField, optional) – The sub-surface field. Defaults to self.subsurf_field. [IN]

  • spectral_rad_observer_agenda (~pyarts3.arts.Agenda, optional) – Computes spectral radiance as seen from the input position and environment. Defaults to self.spectral_rad_observer_agenda. [IN]

  • pol (~pyarts3.arts.Stokvec, optional) – The polarization state to select. The dot-product of this and spectral_rad is used. Defaults to 1 0 0 0 [IN]