atmospheric_profileFromGrid
- Workspace.atmospheric_profileFromGrid(self, atmospheric_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, altitude_grid: pyarts3.arts.AscendingGrid | None = None, latitude: pyarts3.arts.Numeric | None = None, longitude: pyarts3.arts.Numeric | None = None, atmospheric_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
GeodeticField3in 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:
atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atmospheric_profile, defaults toself.atmospheric_profile[OUT]altitude_grid (AscendingGrid, optional) – An ascending list of
altitude. Often related to a field or a profile. Seealtitude_grid, defaults toself.altitude_grid[OUT]latitude (Numeric, optional) – A single latitude. See
latitude, defaults toself.latitude[OUT]longitude (Numeric, optional) – A single longitude. See
longitude, defaults toself.longitude[OUT]atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field, defaults toself.atmospheric_field[IN]key (AtmKey, optional) – Key to find the
GeodeticField3in the atmospheric field. Defaults tot[IN]