ARTS built-in documentation server
Workspace Method WriteNetCDF
Description
Writes a workspace variable to a NetCDF file. This method can write variables of limited groups. If the filename is omitted, the variable is written to <basename>.<variable_name>.nc.
Authors: Oliver Lemke
Synopsis
WriteNetCDF( | in, filename ) |
Variables
GIN | in | (Vector, Matrix, Tensor3, Tensor4, Tensor5, ArrayOfVector, ArrayOfMatrix, GasAbsLookup) | Variable to be saved. |
GIN | filename | (String, Default: "") | Name of the NetCDF file. |