atmospheric_fieldRegrid
- Workspace.atmospheric_fieldRegrid(self, atmospheric_field: pyarts.arts.AtmField | None = None, altitude_grid: pyarts.arts.AscendingGrid | None = None, latitude_grid: pyarts.arts.AscendingGrid | None = None, longitude_grid: pyarts.arts.AscendingGrid | None = None, parameter: pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty | None = None, extrapolation: pyarts.arts.String | None = None) None
Regrid the input atmospheric field parameter to a new grid.
The atmospheric field parameter will have a
GriddedField3
with the input grid after the regridding.Author(s): Richard Larsson
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[INOUT]altitude_grid (AscendingGrid, optional) – An ascending list of
altitude
. Often related to a field or a profile. Seealtitude_grid
, defaults toself.altitude_grid
[IN]latitude_grid (AscendingGrid, optional) – An ascending list of
latitude
. Often related to a field or a profile. Seelatitude_grid
, defaults toself.latitude_grid
[IN]longitude_grid (AscendingGrid, optional) – An ascending list of
longitude
. Often related to a field or a profile. Seelongitude_grid
, defaults toself.longitude_grid
[IN]parameter (AtmKey,SpeciesEnum,SpeciesIsotope,QuantumIdentifier,ScatteringSpeciesProperty) – The parameter to regrid. [IN]
extrapolation (String, optional) – The extrapolation to use (post regridding - pre regridding the current extrapolation is used). Defaults to
"Nearest"
[IN]