atmospheric_fieldFromProfile
- Workspace.atmospheric_fieldFromProfile(self, atmospheric_field: pyarts.arts.AtmField | None = None, atmospheric_profile: pyarts.arts.ArrayOfAtmPoint | None = None, altitude_grid: pyarts.arts.AscendingGrid | None = None, altitude_extrapolation: pyarts.arts.InterpolationExtrapolation | None = None) None
Sets the atmospheric field to the atmospheric profile.
The top of the atmosphere is the last value of the altitude grid.
Author(s): Richard Larsson
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[OUT]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric point 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]