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
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:
atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atm_profile, defaults toself.atm_profile[OUT]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[OUT]lat (Numeric, optional) – A single latitude. See
lat, defaults toself.lat[OUT]lon (Numeric, optional) – A single longitude. See
lon, defaults toself.lon[OUT]atm_field (AtmField, optional) – An atmospheric field in ARTS. See
atm_field, defaults toself.atm_field[IN]key (AtmKey, optional) – Key to find the
GeodeticField3in the atmospheric field. Defaults tot[IN]