53 #ifndef INC_netcdf_NcIndexedGridBase_h
54 #define INC_netcdf_NcIndexedGridBase_h
67 short const useCompressionLevel = 5)
82 std::string
const useRecordDimName )
86 std::string
const useLatLongName,
87 std::string
const useLonLongName)
97 unsigned short const latDimSize,
98 unsigned short const lonDimSize,
117 #endif // INC_netcdf_NcIndexedGridBase_h
NcIndexedGridBase(short const useCompressionLevel=5)
Definition: NcIndexedGridBase.h:66
static char const *const dimNames[]
names of dimensions
Definition: NcIndexedGridBase.h:77
short const compressionLevel
Definition: NcIndexedGridBase.h:106
std::string latLongName
Definition: NcIndexedGridBase.h:105
std::string lonLongName
Definition: NcIndexedGridBase.h:105
void SetRecordDimName(std::string const useRecordDimName)
Definition: NcIndexedGridBase.h:81
void Create(NcFile &ncFile, unsigned short const latDimSize, unsigned short const lonDimSize, NcSpatial::TAnchor const anchor)
Definition: NcIndexedGridBase.cpp:39
void SetLatLonLongNames(std::string const useLatLongName, std::string const useLonLongName)
Definition: NcIndexedGridBase.h:85
virtual ~NcIndexedGridBase()=0
Definition: NcIndexedGridBase.h:112
std::string recordDimName
Definition: NcIndexedGridBase.h:105
Manages the opening, creating, and closing of netCDF files. Represents the netCDF root group...
Definition: NcFile.h:31
TAnchor
location of zero coordinate on a rectangular grid
Definition: NcSpatial.h:29
Class providing an interface to a NetCDF file containing a indexed (packed) latitude/longitude grid...
Definition: NcIndexedGridBase.h:62
static char const *const longNames[]
long_names attributes of variables
Definition: NcIndexedGridBase.h:79
std::string const & GetRecordDimName() const
Definition: NcIndexedGridBase.h:93
static char const *const varNames[]
names of variables
Definition: NcIndexedGridBase.h:78