WriteNetCDFIndexed
- Workspace.WriteNetCDFIndexed(self: pyarts.arts._Workspace, file_index: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.file_index, input: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfMatrix, pyarts.arts.ArrayOfVector, pyarts.arts.GasAbsLookup, pyarts.arts.Matrix, pyarts.arts.Tensor3, pyarts.arts.Tensor4, pyarts.arts.Tensor5, pyarts.arts.Vector], filename: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String]] = "", verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
As
WriteNetCDF()
, but creates indexed file names.This method can write variables of any group.
If the filename is omitted, the variable is written to <basename>.<variable_name>.nc.
Author(s): Oliver Lemke
- Parameters:
file_index (Index, optional) – Index number for files. See
file_index
, defaults toself.file_index
[IN]input (Vector or Matrix or Tensor3 or Tensor4 or Tensor5 or ArrayOfVector or ArrayOfMatrix or GasAbsLookup) – Variable to be saved. [IN]
filename (String, optional) – Name of the NetCDF file. Defaults to
""
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]