<div dir="ltr">Hi, all<div>I have a problem about fillvalue. the code is as follow. I don&#39;t know why the missing value setting can&#39;t work. any help is welcome!</div><div><div>ncl 0&gt; a=(/94B,95B,253B,92B,95B,94B,253B,253B,91B,253B,96B,253B,253B,253B/)</div><div>ncl 1&gt; print(a)</div><div>ncl 2&gt; print(stddev(a))</div><div>ncl 3&gt; a@_FillValue=253B</div><div>ncl 4&gt; print(stddev(a))</div></div><div><br></div><div>Yongli</div></div>