nctoolkit.DataSet.set_fill

DataSet.set_fill(self, value=None)

Set the fill value

Parameters

value (2 variable list or int/float) – If int/float is provided, the missing value will be set to that. If a list is provided, values between the two values (inclusive) of the list are set to missing.