cdms2.variable:DatasetVariable

DatasetVariable.genMatch(axis, interval, matchnames)[source]

Helper function for expertPaths.

Parameters
axisis a partitioned axis, either time or vertical level or forecast.
intervalis an index interval (istart, iend).
matchnamesis a partially filled list [id, timestart, timeend, levstart, levend, fc] If a filemap

is used, matchnames has indices, otherwise has coordinates.

Functionmodifies matchnames based on axis and interval, returns the modified matchnames tuple.