cudsinterface

cuDataset.default_variable(vname)

Set the default variable name.

cuDataset.cleardefault()

Clear the default variable name.

cuDataset.listall([vname, all])

Get info about data from the file.

cuDataset.listattribute([vname])

Get attributes of data from the file.

cuDataset.listdimension([vname])

List Dimension

cuDataset.listglobal()

List Global

cuDataset.listvariable()

List Variable

cuDataset.showglobal([device])

Show the global attributes in the file.

cuDataset.showvariable([device])

Show the variables in the file.

cuDataset.showattribute([vname, device])

Show the attributes of vname.

cuDataset.showdimension([vname, device])

Show the dimension names associated with a variable.

cuDataset.showall([vname, all, device])

Show a full description of the variable.

cuDataset.dimensionobject(dname[, vname])

CDMS axis object for the dimension named dname.

cuDataset.dimensionarray(dname[, vname])

Values of the dimension named dname.

cuDataset.getdimensionunits(dname[, vname])

Get the units for the given dimension.

cuDataset.getglobal(attribute)

Get the value of the global attribute.

cuDataset.getattribute(vname, attribute)

Get the value of attribute for variable vname

cuDataset.getslab(vname, *args, **keys)

Get Slab

cuDataset.readScripGrid([whichGrid, checkGrid])

Read a SCRIP curvilinear or generic grid from the dataset.