Go to the documentation of this file.
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>
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.
Verbosity verbosity(Workspace &ws) noexcept
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.
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 Workspace class.
Index file_index(Workspace &ws) noexcept
INDEX Index
The type to use for all integer numbers and indices.
The global header file for ARTS.