31 #ifndef nc_io_instantiation_h 32 #define nc_io_instantiation_h 39 #define TMPL_NC_READ_WRITE_FILE(what) \ 40 template void nca_write_to_file<what>( \ 41 const String&, const what&, const Verbosity&); \ 42 template void nca_read_from_file<what>( \ 43 const String&, what&, const Verbosity&); 70 #undef TMPL_NC_READ_WRITE_FILE This file contains basic functions to handle NetCDF data files.
This file contains private function declarations and template instantiation to handle NetCDF data fil...
An absorption lookup table.
This can be used to make arrays out of anything.
#define TMPL_NC_READ_WRITE_FILE(what)