A CF-compliant earth science data analysis library
Field.
__setitem__
Called to implement assignment to x[indices]=value
x.__setitem__(indices, value) <==> x[indices]=value
New in version 2.0.