cf.CellMethods.netcdf_translation

CellMethods.netcdf_translation(f)[source]

Translate netCDF variable names.

Parameters :
f : Field

The field which provides the translation.

Returns :
out : CellMethods

A new cell methods instance with translated names.

Examples

>>> c = CellMethods('time: mean lon: mean')
>>> d = c.netcdf_translation(f)

Previous topic

cf.CellMethods.has_cellmethod

Next topic

cf.CellMethods.parse

This Page