cf.Variable.clip¶
-
Variable.
clip
(a_min, a_max, units=None, i=False)[source]¶ Clip (limit) the values in the data array in place.
Given an interval, values outside the interval are clipped to the interval edges.
Parameters: a_min: scalar
a_max: scalar
- i:
bool
, optional If True then update the variable in place. By default a new variable is created. In either case, a variable is returned.
Returns: Examples: - i: