ARTS  2.4.0(git:4fb77825)
nc_io_compound_types.cc File Reference
#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.

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!"); \
}

Definition at line 177 of file nc_io_compound_types.cc.

Function Documentation

◆ nca_read_from_file()

◆ nca_write_to_file()

nca_read_from_file
void nca_read_from_file(const int ncid, GasAbsLookup &gal, const Verbosity &)
Reads a GasAbsLookup table from a NetCDF file.
Definition: nc_io_compound_types.cc:49
Verbosity
Definition: messages.h:49
nca_write_to_file
void nca_write_to_file(const int ncid, const GasAbsLookup &gal, const Verbosity &)
Writes a GasAbsLookup table to a NetCDF file.
Definition: nc_io_compound_types.cc:72