ARTS built-in documentation server
Workspace Method WriteNetCDFIndexed
Description
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.
Authors: Oliver Lemke
Synopsis
WriteNetCDFIndexed( | file_index, in, filename ) |
Variables
IN | file_index | (Index) | Index number for files. |
GIN | in | (Vector, Matrix, Tensor3, Tensor4, Tensor5, ArrayOfVector, ArrayOfMatrix, GasAbsLookup) | Variable to be saved. |
GIN | filename | (String, Default: "") | Name of the NetCDF file. |