A CF-compliant earth science data analysis library
FieldList.
__add__
The binary arithmetic operation +
+
f.__add__(x) <==> f + x
FieldList
The concatenation of the list and another sequence.
Examples
>>> h = f + g >>> f += g