Parse a CF cell_methods string into this CellMethods instance in place.
Parameters : |
|
---|---|
Returns : | None |
Examples
>>> c = cf.CellMethods()
>>> c = c.parse('time: minimum within years time: mean over years (ENSO years)')
>>> print c
Cell methods : time: minimum within years
time: mean over years (ENSO years)