ARTS  2.2.66
nc_io_types.h File Reference

This file contains private function declarations and template instantiation to handle NetCDF data files. More...

#include <stdexcept>
#include <cfloat>
#include "nc_io.h"
#include "agenda_class.h"
#include "array.h"
#include "gas_abs_lookup.h"
#include "matpackVII.h"
#include "messages.h"

Go to the source code of this file.

Macros

#define TMPL_NC_READ_WRITE_FILE(what)
 

Detailed Description

This file contains private function declarations and template instantiation to handle NetCDF data files.

Author
Oliver Lemke olemk.nosp@m.e@co.nosp@m.re-du.nosp@m.mp.i.nosp@m.nfo
Date
2003-06-11

Definition in file nc_io_types.h.

Macro Definition Documentation

◆ TMPL_NC_READ_WRITE_FILE

#define TMPL_NC_READ_WRITE_FILE (   what)
Value:
void nca_write_to_file(const int, const what&, const Verbosity&); \
void nca_read_from_file(const int, what&, const Verbosity&);

Definition at line 47 of file nc_io_types.h.

nca_write_to_file
void nca_write_to_file(const String &filename, const T &type, const Verbosity &verbosity)
Writes a variable to a NetCDF file.
Definition: nc_io.cc:151
Verbosity
Definition: messages.h:50
nca_read_from_file
void nca_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads a variable from a NetCDF file.
Definition: nc_io.cc:105