Re: hello! about gsn_csm_hov

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Mon, 22 May 2006 12:35:26 -0600

Hi Liping,

If I understand what you are asking, you would like to plot from
120E->280E (80W), correct? If that is the case, then I would use lonFlip
to arrange your longitudes to go from 0->360:

http://www.ncl.ucar.edu/Document/Functions/Contributed/lonFlip.shtml

Then, you should be able to do this:

plot(0) = gsn_csm_hov(wks,Std(:,{120.:280.}), res)

Good luck...
Adam

liping deng wrote:
> hello!
>
> I have a HadISST1 data :
> lat = 180 ;
> lon = 360 ;
> lat:units = "degrees_north" ;
> lon:units = "degrees_east" ;
> lat = -89.5S to 89.5N ;
> lon = -179.5W to 179.5E ; all increase by 1 degree.
>
> I want to draw a figure from 80W to 120E( 180E in
> side), but I use plot(0) = gsn_csm_hov(wks,
> Std(:,{-80:120}), res) only can get 80W to 120E( 0 in
> side).
>
> How could I do ?
> Thanks for any suggestions!
>
> Best wishes!
> liping
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon May 22 2006 - 12:35:26 MDT

This archive was generated by hypermail 2.2.0 : Tue May 23 2006 - 14:11:01 MDT