cf.Field.copy

Field.copy(_omit_Data=False, _only_Data=False, _omit_special=None)[source]

Return a deep copy.

f.copy() is equivalent to copy.deepcopy(f).

Returns:
out :

The deep copy.

Examples:
>>> g = f.copy()

Previous topic

cf.Field.coords

Next topic

cf.Field.cos

This Page