Re: questions, thanks

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Wed Jun 02 2010 - 10:11:58 MDT

Hi Yi,
Simply set data@_FillValue = 1.e20 or some other value other than 0
right before you create the plot. The warning message is simply saying
that NCL does not like the _FillValue attribute of an array to be
plotted to be = 0.

data@_FillValue = 1.e20
plot=gsn_csm_contour_map_ce(xwks,data,res) ; plot on world map first
Adam

On 06/01/2010 04:43 PM, Yi Wang wrote:
> plot=gsn_csm_contour_map_ce(xwks,data,res) ; plot on world map first

-- 
__________________________________________________
Adam Phillips 
asphilli@ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
Climate and Global Dynamics Division         fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jun 2 10:12:04 2010

This archive was generated by hypermail 2.1.8 : Mon Jun 07 2010 - 16:48:44 MDT