NetCDFDimension
create a NetCDFDimension
Declaration
self = NetCDFDimension(group,options)
Parameters
groupa NetCDFGroup instancename (optional)name of the dimension (string)nPoints (optional)0 or more, inf if unlimitedid (optional)id of an existing dimension
Returns
selfa NetCDFDimension object
Discussion
All dimensions must have a group to which they belong. If you initialize by passing an id, then the dimension will be intialized from file. If you initialize by passing the name and the number of points, then a new dimension will be created and added to file.