<div dir="ltr"><div><div>Hi,<br></div>NCL 6.4:<br></div><div>I am not sure if that is the intended behaviour, a simple following command show the problem:<br></div>I do not why the command line: ncl 2> print(ind(a.eq.a@_FillValue)) would produce a missing while it's fine with: ncl 3> print(ind(ismissing(a))) <br><div><div><br><br>ncl 0> a = (/1,2,3,4,-999.000,6/)<br></div><div>ncl 1> a@_FillValue = -999.000<br>ncl 2> print(ind(a.eq.a@_FillValue))<br>(0)     -2147483647<br>ncl 3> print(ind(ismissing(a)))      <br>(0)     4</div><div><br></div><div><br></div><div>If that is how it is supposed to, then should there be any warning/error message?</div><div><br></div><div>Thanks,</div><div>Rashed<br></div></div></div>