Re: How to plot figures from 0 to 360 degree correctly?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Nov 03 2010 - 07:11:02 MDT

The message you are receiving is a warning. In my opinion,
it should not be printed. You can ignore it.

Further, you state "And the figure is not correct."
What do you mean? I think the figure is correct.

===

On 11/3/10 12:35 AM, lbqnj wrote:
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
> begin
> path="~/data/"
> f0=addfile(path+"uwnd.daily.hc.nc","r")
> u=f0->uwnd(:,{925},{0},:)
> uavg=dim_avg_Wrap(u(lon|:,time|:))
> printVarSummary(uavg)
> ;***************************************************
> wks=gsn_open_wks("x11","U along equator")
> resL=True
> resL@xyLineThicknesses
> <mailto:resL@xyLineThicknesses> = 2. ; thicker line
> resL@tiYAxisString <mailto:resL@tiYAxisString> = "U avg" ; axis string
> plot = gsn_csm_xy(wks,uavg&lon,uavg,resL)
> end
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Nov 3 07:11:07 2010

This archive was generated by hypermail 2.1.8 : Mon Nov 08 2010 - 08:08:50 MST