AtmosphereSet1D
- Workspace.AtmosphereSet1D(self: pyarts.arts._Workspace, atmosphere_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmosphere_dim, lat_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_grid, lon_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lon_grid, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Sets the atmospheric dimension to 1D.
Sets
atmosphere_dim
to 1, and the latitude and longitude grids are 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_grid (Vector, optional) – The latitude grid. See
lat_grid
, defaults toself.lat_grid
[OUT]lon_grid (Vector, optional) – The longitude grid. See
lon_grid
, defaults toself.lon_grid
[OUT]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]