ARTS
2.2.66
|
#include "config_global.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... | |
#define TMPL_NC_READ_WRITE_FILE_DUMMY | ( | what | ) |
Definition at line 164 of file nc_io_compound_types.cc.
void nca_read_from_file | ( | const int | ncid, |
GasAbsLookup & | gal, | ||
const Verbosity & | |||
) |
Reads a GasAbsLookup table from a NetCDF file.
[in] | ncid | NetCDF file descriptor |
[in] | gal | GasAbsLookup |
Definition at line 51 of file nc_io_compound_types.cc.
References GasAbsLookup::f_grid, nca_get_data_ArrayOfArrayOfSpeciesTag(), nca_get_data_ArrayOfIndex(), nca_get_data_Matrix(), nca_get_data_Tensor4(), nca_get_data_Vector(), Array< base >::nelem(), GasAbsLookup::nls_pert, GasAbsLookup::nonlinear_species, GasAbsLookup::p_grid, GasAbsLookup::species, GasAbsLookup::t_pert, GasAbsLookup::t_ref, GasAbsLookup::vmrs_ref, and GasAbsLookup::xsec.
void nca_write_to_file | ( | const int | ncid, |
const GasAbsLookup & | gal, | ||
const Verbosity & | |||
) |
Writes a GasAbsLookup table to a NetCDF file.
[in] | ncid | NetCDF file descriptor |
[out] | gal | GasAbsLookup |
Definition at line 74 of file nc_io_compound_types.cc.
References GasAbsLookup::f_grid, nca_def_ArrayOfIndex(), nca_def_dim(), nca_def_Matrix(), nca_def_Tensor4(), nca_def_var(), nca_def_Vector(), nca_error(), nca_put_var_ArrayOfIndex(), nca_put_var_Matrix(), nca_put_var_Tensor4(), nca_put_var_Vector(), Array< base >::nelem(), GasAbsLookup::nls_pert, GasAbsLookup::nonlinear_species, GasAbsLookup::p_grid, GasAbsLookup::species, GasAbsLookup::t_pert, GasAbsLookup::t_ref, GasAbsLookup::vmrs_ref, and GasAbsLookup::xsec.