atmospheric_fieldFromProfile
- Workspace.atmospheric_fieldFromProfile(self, atmospheric_field: pyarts3.arts.AtmField | None = None, atmospheric_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, altitude_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.
Author: Richard Larsson
Used by wrapper method
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[OUT]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]altitude_grid (AscendingGrid, optional) – An ascending list of
altitude
. Often related to a field or a profile. Seealtitude_grid
, defaults toself.altitude_grid
[IN]altitude_extrapolation (InterpolationExtrapolation, optional) – Extrapolation method along the altitude grid. Defaults to
Linear
[IN]