ARTS
2.4.0(git:4fb77825)
|
This file contains functions to handle NetCDF data files. More...
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, ArrayOfMatrix &aom, const Verbosity &) |
Reads an ArrayOfMatrix from a NetCDF file. More... | |
void | nca_write_to_file (const int ncid, const ArrayOfMatrix &aom, const Verbosity &) |
Writes an ArrayOfMatrix to a NetCDF file. More... | |
void | nca_read_from_file (const int ncid, ArrayOfVector &aov, const Verbosity &) |
Reads an ArrayOfVector from a NetCDF file. More... | |
void | nca_write_to_file (const int ncid, const ArrayOfVector &aov, const Verbosity &) |
Writes an ArrayOfVector to a NetCDF file. More... | |
This file contains functions to handle NetCDF data files.
Definition in file nc_io_array_types.cc.
#define TMPL_NC_READ_WRITE_FILE_DUMMY | ( | what | ) |
Definition at line 200 of file nc_io_array_types.cc.
void nca_read_from_file | ( | const int | ncid, |
ArrayOfMatrix & | aom, | ||
const Verbosity & | |||
) |
Reads an ArrayOfMatrix from a NetCDF file.
ncid | NetCDF file descriptor |
aom | ArrayOfMatrix |
Definition at line 44 of file nc_io_array_types.cc.
References nc_get_dim(), nca_get_data_long(), nca_get_dataa_double(), and Absorption::nelem().
void nca_read_from_file | ( | const int | ncid, |
ArrayOfVector & | aov, | ||
const Verbosity & | |||
) |
Reads an ArrayOfVector from a NetCDF file.
ncid | NetCDF file descriptor |
aov | ArrayOfVector |
Definition at line 130 of file nc_io_array_types.cc.
References nc_get_dim(), nca_get_data_long(), nca_get_dataa_double(), and Absorption::nelem().
void nca_write_to_file | ( | const int | ncid, |
const ArrayOfMatrix & | aom, | ||
const Verbosity & | |||
) |
Writes an ArrayOfMatrix to a NetCDF file.
ncf | NetCDF file descriptor |
aom | ArrayOfMatrix |
Definition at line 73 of file nc_io_array_types.cc.
References nca_error(), and Array< base >::nelem().
void nca_write_to_file | ( | const int | ncid, |
const ArrayOfVector & | aov, | ||
const Verbosity & | |||
) |
Writes an ArrayOfVector to a NetCDF file.
ncid | NetCDF file descriptor |
aov | ArrayOfVector |
Definition at line 153 of file nc_io_array_types.cc.
References nca_error(), and Array< base >::nelem().