59 const Index& file_index,
91 "This version of ARTS was compiled without NetCDF support.");
106 "This version of ARTS was compiled without NetCDF support.");
123 "This version of ARTS was compiled without NetCDF support.");
Declarations for agendas.
The global header file for ARTS.
The declarations of all the exception classes.
void WriteNetCDFIndexed(const Index &file_index, const T &v, const String &f, const String &v_name, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: WriteNetCDFIndexed.
void WriteNetCDF(const T &v, const String &f, const String &v_name, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: WriteNetCDF.
void ReadNetCDF(T &v, const String &v_name, const String &f, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: ReadNetCDF.
void nca_filename_with_index(String &filename, const Index &file_index, const String &varname)
Gives the default filename, with file index, for the NetCDF formats.
void nca_filename(String &filename, const String &varname)
Gives the default filename for the NetCDF formats.
void nca_write_to_file(const String &filename, const T &type, const Verbosity &verbosity)
Writes a variable to a NetCDF file.
void nca_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads a variable from a NetCDF file.
This file contains basic functions to handle NetCDF data files.
This file contains the Workspace class.