[ncl-talk] _FillValue can't work

Sitan Heyl heylsitan at gmail.com
Sat Aug 1 17:40:24 MDT 2015


Hi, all
I have a problem about fillvalue. the code is as follow. I don't know why
the missing value setting can't work. any help is welcome!
ncl 0> a=(/94B,95B,253B,92B,95B,94B,253B,253B,91B,253B,96B,253B,253B,253B/)
ncl 1> print(a)
ncl 2> print(stddev(a))
ncl 3> a at _FillValue=253B
ncl 4> print(stddev(a))

Yongli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150801/fe3418e1/attachment.html 


More information about the ncl-talk mailing list