#include <variant>
#include <vector>
#include <map>
#include <string>
#include <cassert>
#include <sstream>
#include <iomanip>
#include <ctime>
#include <netcdf.h>
#include "nc_error.h"
Go to the source code of this file.
|
namespace | dg |
|
namespace | dg::file |
| Namespace for Json and NetCDF I/O related classes and functions.
|
|
|
using | dg::file::nc_att_t |
| Utility type to simplify dealing with heterogeneous attribute types.
|
|
|
std::string | dg::file::timestamp (int argc, char *argv[]) |
| Generate one line entry for the history global attribute.
|
|
|
const std::map< std::string, std::string > | dg::file::version_flags |
| Version compile time constants available as a map.
|
|