[Thread Prev][Thread Next][Index]

Re: [ferret_users] jjas anomaly significant at 95%



Hi,

> What I have to do is from these I have to shade only the grids which are
> significant at 95%, anyhelp will be appreciated.

The standard method is, I think, is to create a "mask" variable using
the IF expression and then plot this mask.

   let mask = if significance gt 0.95 then 1
   shade/ . . .  mask

There are plenty of examples of this idea in the mailing-list archive
(and in the manual, I suppose).

Regards,

Ryo


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement