atm_profileExtract

Workspace.atm_profileExtract(self, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, atm_field: pyarts3.arts.AtmField | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, lat: pyarts3.arts.Numeric | None = None, lon: pyarts3.arts.Numeric | None = None) None

Extract an atmospheric profile from the atmospheric field.

Author: Richard Larsson

Used by wrapper method

  • abs_lookup_dataCalc()

Parameters:
  • atm_profile (ArrayOfAtmPoint, optional) – A special case atmospheric profile in ARTS for 1D/2D calculations, see atm_field for the common interface. See atm_profile, defaults to self.atm_profile [OUT]

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

  • alt_grid (AscendingGrid, optional) – An ascending list of alt. Often related to a field or a profile. See alt_grid, defaults to self.alt_grid [IN]

  • lat (Numeric, optional) – A single latitude. See lat, defaults to self.lat [IN]

  • lon (Numeric, optional) – A single longitude. See lon, defaults to self.lon [IN]