ARTS  2.2.66
nc_io_compound_types.cc File Reference
#include "config_global.h"
#include <cstring>
#include "arts.h"
#include "nc_io.h"
#include "nc_io_types.h"
Include dependency graph for nc_io_compound_types.cc:

Go to the source code of this file.

Macros

#define TMPL_NC_READ_WRITE_FILE_DUMMY(what)
 

Functions

void nca_read_from_file (const int ncid, GasAbsLookup &gal, const Verbosity &)
 Reads a GasAbsLookup table from a NetCDF file. More...
 
void nca_write_to_file (const int ncid, const GasAbsLookup &gal, const Verbosity &)
 Writes a GasAbsLookup table to a NetCDF file. More...
 

Macro Definition Documentation

◆ TMPL_NC_READ_WRITE_FILE_DUMMY

#define TMPL_NC_READ_WRITE_FILE_DUMMY (   what)
Value:
void nca_write_to_file(const int, const what&, const Verbosity&) \
{ \
throw runtime_error("NetCDF support not yet implemented for this type!"); \
} \
void nca_read_from_file(const int, what&, const Verbosity&) \
{ \
throw runtime_error("NetCDF support not yet implemented for this type!"); \
}
void nca_write_to_file(const int ncid, const GasAbsLookup &gal, const Verbosity &)
Writes a GasAbsLookup table to a NetCDF file.
void nca_read_from_file(const int ncid, GasAbsLookup &gal, const Verbosity &)
Reads a GasAbsLookup table from a NetCDF file.

Definition at line 164 of file nc_io_compound_types.cc.

Function Documentation

◆ nca_read_from_file()

◆ nca_write_to_file()