[ncl-talk] Sub: Removing the missing values..

Adv advita6 at gmail.com
Tue Jun 23 14:01:10 MDT 2015


Hi,
Could someone help me to remove the missing values?
u = f->precip
printVarSummary (u)
u1 = clmMonTLL(u)
u1 at _FillValue = u1 at missing_value
delete(u1 at missing_value)      ; not necessary, just cleaning up
printVarSummary(u1)
print(max(u1))
print(min(u1))
return

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150623/50db4612/attachment.html 


More information about the ncl-talk mailing list