Returns True if two broadcastable fields have have equal array values to within numerical tolerance, False otherwise.
The follwowing are accounted for:
y :
The absolute tolerance for all numerical comparisons, By default the value returned by the cf.ATOL function is used.
The relative tolerance for all numerical comparisons, By default the value returned by the cf.RTOL function is used.
Whether or not the two fields’ data arrays are equivalent.
See also
equals
Examples
cf.Field.year
cf.Field.anchor
Enter search terms or a module, class or function name.