#include "config.h"
#include <cstring>
#include "arts.h"
#include "nc_io.h"
#include "nc_io_types.h"
Go to the source code of this file.
◆ TMPL_NC_READ_WRITE_FILE_DUMMY
#define TMPL_NC_READ_WRITE_FILE_DUMMY |
( |
|
what | ) |
|
Value:
throw runtime_error("NetCDF support not yet implemented for this type!"); \
} \
throw runtime_error("NetCDF support not yet implemented for this type!"); \
}
void nca_read_from_file(const int ncid, GasAbsLookup &gal, const Verbosity &)
Reads a GasAbsLookup table from a NetCDF file.
void nca_write_to_file(const int ncid, const GasAbsLookup &gal, const Verbosity &)
Writes a GasAbsLookup table to a NetCDF file.
Definition at line 177 of file nc_io_compound_types.cc.
◆ nca_read_from_file()
◆ nca_write_to_file()