atm_fieldFromProfile
- Workspace.atm_fieldFromProfile(self, atm_field: pyarts3.arts.AtmField | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, altitude_extrapolation: pyarts3.arts.InterpolationExtrapolation | None = None) None
Sets the atmospheric field to be the 1D atmospheric profile.
The top of the atmosphere is the last value of the altitude grid.
All atmospheric points in the profile must contain the same set of parameters.
Author: Richard Larsson
Used by wrapper method
- Parameters:
atm_field (AtmField, optional) – An atmospheric field in ARTS. See
atm_field, defaults toself.atm_field[OUT]atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atm_profile, defaults toself.atm_profile[IN]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[IN]altitude_extrapolation (InterpolationExtrapolation, optional) – Extrapolation method along the altitude grid. Defaults to
Linear[IN]