ARTS
2.2.66
|
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 208 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 45 of file nc_io_array_types.cc.
References nc_get_dim(), nca_get_data_long(), and nca_get_dataa_double().
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 133 of file nc_io_array_types.cc.
References nc_get_dim(), nca_get_data_long(), and nca_get_dataa_double().
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 74 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 159 of file nc_io_array_types.cc.
References nca_error(), and Array< base >::nelem().