YAKL
|
Go to the source code of this file.
Classes | |
class | yakl::SimpleNetCDF |
Simple way to write yakl::Array objects to NetCDF files. More... | |
Namespaces | |
yakl | |
Variables | |
constexpr int | yakl::NETCDF_MODE_NEW = NC_NOCLOBBER |
Tells NetCDF the created file should not overwite a file of the same name. More... | |
constexpr int | yakl::NETCDF_MODE_READ = NC_NOWRITE |
Tells NetCDF the opened file should be opened for reading only. More... | |
constexpr int | yakl::NETCDF_MODE_REPLACE = NC_CLOBBER |
Tells NetCDF the created file should overwite a file of the same name. More... | |
constexpr int | yakl::NETCDF_MODE_WRITE = NC_WRITE |
Tells NetCDF the opened file should be opened for reading and writing. More... | |