76 const Index& file_index,
91 WriteNetCDF(v, filename, v_name, f_name, verbosity);
94 #else // NetCDF not enabled 108 "This version of ARTS was compiled without NetCDF support.");
112 template <
typename T>
123 "This version of ARTS was compiled without NetCDF support.");
127 template <
typename T>
140 "This version of ARTS was compiled without NetCDF support.");
143 #endif // ENABLE_NETCDF 146 template <
typename T>
INDEX Index
The type to use for all integer numbers and indices.
void nca_filename(String &filename, const String &varname)
Gives the default filename for the NetCDF formats.
This file contains basic functions to handle NetCDF data files.
void ReadNetCDF(T &v, const String &v_name, const String &f, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: ReadNetCDF.
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.
This file contains the Workspace class.
void nca_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads a variable from a NetCDF file.
The global header file for ARTS.
Declarations for agendas.
The declarations of all the exception classes.
void WriteNetCDF(const T &v, const String &f, const String &v_name, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: WriteNetCDF.
void nca_write_to_file(const String &filename, const T &type, const Verbosity &verbosity)
Writes a variable to a NetCDF file.
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.