cf.FullArray.set_full_value

FullArray.set_full_value(fill_value)[source]

Set the data array fill value.

Added in version (cfdm): 1.12.0.0

See also

get_full_value

Parameters:
fill_valuescalar, optional

The fill value for the array. May be set to cf.masked or np.ma.masked.

Returns:

None