atmospheric_fieldRegridAll

Workspace.atmospheric_fieldRegridAll(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, extrapolation: pyarts.arts.String | None = None) None

Regrid all parameters of the input atmospheric field to a new grid

The atmospheric field will have a GriddedField3 with the input grid after the regridding at all positions.

Author(s): Richard Larsson

Parameters:
  • atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See atmospheric_field, defaults to self.atmospheric_field [INOUT]

  • altitude_grid (AscendingGrid, optional) – An ascending list of altitude. Often related to a field or a profile. See altitude_grid, defaults to self.altitude_grid [IN]

  • latitude_grid (AscendingGrid, optional) – An ascending list of latitude. Often related to a field or a profile. See latitude_grid, defaults to self.latitude_grid [IN]

  • longitude_grid (AscendingGrid, optional) – An ascending list of longitude. Often related to a field or a profile. See longitude_grid, defaults to self.longitude_grid [IN]

  • extrapolation (String, optional) – The extrapolation to use (post regridding - pre regridding the current extrapolation is used). Defaults to "Nearest" [IN]