atmospheric_fieldRegridAll

Workspace.atmospheric_fieldRegridAll(self, atmospheric_field: pyarts.arts.AtmField | None = None, alt: pyarts.arts.AscendingGrid | None = None, lat: pyarts.arts.AscendingGrid | None = None, lon: 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]

  • alt (AscendingGrid) – The altitude grid. [IN]

  • lat (AscendingGrid) – The latitude grid. [IN]

  • lon (AscendingGrid) – The longitude grid. [IN]

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