ARTS built-in documentation server

Workspace Method WriteNetCDF

Description

Writes a workspace variable to a NetCDF file.

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

WriteNetCDF( v, filename )

Variables

GINv(Vector, Matrix, Tensor3, Tensor4, Tensor5, ArrayOfVector, ArrayOfMatrix)Variable to be saved.
GINfilename(String, Default: "")Name of the NetCDF file.