atm_profileFromGrid

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

Extract an atmospheric profile and its grids.

The key is used to find a GeodeticField3 in the atmospheric field. Its grids must form a profile. The profile is extracted and returned. The grids are returned as well.

Author: Richard Larsson

Used by wrapper method

Parameters:
  • atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See atm_profile, defaults to self.atm_profile [OUT]

  • 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 [OUT]

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

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

  • atm_field (AtmField, optional) – An atmospheric field in ARTS. See atm_field, defaults to self.atm_field [IN]

  • key (AtmKey, optional) – Key to find the GeodeticField3 in the atmospheric field. Defaults to t [IN]