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
atm_fieldFitNonLTE()
- Parameters:
atm_field (AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. See
atm_field, defaults toself.atm_field[OUT]atm_profile (ArrayOfAtmPoint, optional) – A special case atmospheric profile in ARTS for 1D/2D calculations, see
atm_fieldfor the common interface. Seeatm_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]