42 template<
typename T>
void
52 nc_read_from_file (f, v, verbosity);
56 template<
typename T>
void
69 filename_nc (filename, v_name);
71 nc_write_to_file (filename, v, verbosity);
74 #else // NetCDF not enabled
77 template<
typename T>
void
87 throw runtime_error(
"This version of ARTS was compiled without NetCDF support.");
91 template<
typename T>
void
101 throw runtime_error(
"This version of ARTS was compiled without NetCDF support.");
104 #endif // ENABLE_NETCDF
107 template<
typename T>
void