Go to the documentation of this file.
42 template<
typename T>
void
56 template<
typename T>
void
75 template<
typename T>
void
77 const Index& file_index,
92 WriteNetCDF(v, filename, v_name, f_name, verbosity);
95 #else // NetCDF not enabled
98 template<
typename T>
void
108 throw runtime_error(
"This version of ARTS was compiled without NetCDF support.");
112 template<
typename T>
void
122 throw runtime_error(
"This version of ARTS was compiled without NetCDF support.");
126 template<
typename T>
void
138 throw runtime_error(
"This version of ARTS was compiled without NetCDF support.");
141 #endif // ENABLE_NETCDF
144 template<
typename T>
void
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 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 basic functions to handle NetCDF data files.
void nca_write_to_file(const String &filename, const T &type, const Verbosity &verbosity)
Writes a variable to a NetCDF file.
void nca_filename(String &filename, const String &varname)
Gives the default filename for the NetCDF formats.
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.
Declarations for agendas.
The implementation for String, the ARTS string class.
void nca_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads a variable from a NetCDF file.
void ReadNetCDF(T &v, const String &v_name, const String &f, const String &f_name, const Verbosity &verbosity)
WORKSPACE METHOD: ReadNetCDF.
This file contains the declaration and partly the implementation of the workspace class.
INDEX Index
The type to use for all integer numbers and indices.
The global header file for ARTS.