Re: Re: [ncl-talk] Missing value

From: Bao Qing <baoqing_at_nyahnyahspammersnyahnyah>
Date: Mon, 12 Dec 2005 22:02:55 -1000

Thanks for your response.

In my case, I also want to keep some missing value after calculations. My example is like this:

a = (/-999,2,3,4,-999/)
a@_FillValue = -999
b = (/-999,3,4/)
b@_FillValue = -999

a(2:) = a(2:) + b

I hope I can get the result like this : a = (/-999,2,3,7,4/)

Array 'a' will be ready for the next step.

Anyway, if there is no special efficient function, I'll use 'ismissing' to treat it.

Thanks

Regards,

Qing

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Dec 13 2005 - 01:02:55 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 20 2005 - 11:10:06 MST