Re: missing data values

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Aug 31 2011 - 11:54:38 MDT

Did you assign the _FillValue attribute to the wind variables???

Something like:
                                 ; create BOGUS winds
   wspd = new ( nlvl, "float", -999.) ; wspd@_FillValue = -999.
   wdir = new ( nlvl, "float", -999.) ; wdir@_FillValue = -999.

On 08/31/2011 11:51 AM, steve kirby wrote:
> Hi,
>
> I'm plotting skew-T's from a text file and I have some missing wind
> data, both direction and speed, but it's not missing at all levels. I
> tried using -999. for wind speed and direction at those particular
> levels but the plot came out weird with a stack of wind barbs at the
> missing levels.
>
> --Steve
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 31 11:54:44 2011

This archive was generated by hypermail 2.1.8 : Wed Sep 07 2011 - 10:58:58 MDT