cdms2.cudsinterface:cuDataset

cuDataset.listdimension(vname=None)[source]

List Dimension

Parameters
vname(str/None) (None) variable name
Returns
a list of the dimension names associated with a variable.
If no argument, return the file.axes.keys()
Options