AtmosphereSet3D
- Workspace.AtmosphereSet3D(self: pyarts.arts._Workspace, atmosphere_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmosphere_dim, lat_true: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_true, lon_true: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lon_true, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Sets the atmospheric dimension to 3D.
Sets
atmosphere_dimto 3, andlat_trueandlon_trueare set to be empty.Author(s): Patrick Eriksson
- Parameters:
atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim, defaults toself.atmosphere_dim[OUT]lat_true (Vector, optional) – Latitudinal geolocation for 1D and 2D data. See
lat_true, defaults toself.lat_true[OUT]lon_true (Vector, optional) – Longitudinal geolocation for 1D and 2D data. See
lon_true, defaults toself.lon_true[OUT]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]