Re: streamline on map projection "LambertConformal"

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Wed, 18 Oct 2006 09:33:09 -0600

Hi Jerry,

I would try removing the line:
res_at_pmTickMarkDisplayMode = "Always"

I do not believe it is needed and may be overriding the default lat/lon
tickmarks. Let us know if that doesn't fix the problem..
Adam

jerry wrote:
> Hi
> There are two variable u(y,x) and v(y,x),and i will plot streamline with
> projection "LambertConformal".
>
> the ncl scripts are :
>
> begin
>
> f = addfile(filepath,"r")
> u = f->u850
> v = f->v850
> wks = gsn_open_wks("ps",outputfile)
> res = True
> res_at_mpProjection <mailto:res_at_mpProjection> = "LambertConformal"
> res_at_tfDoNDCOverlay <mailto:res_at_tfDoNDCOverlay> = True
> res_at_mpLimitMode <mailto:res_at_mpLimitMode> = "Corners"
> res_at_mpLeftCornerLatF <mailto:res_at_mpLeftCornerLatF> = f_at_lat00
> <mailto:f_at_lat00>
> res_at_mpLeftCornerLonF <mailto:res_at_mpLeftCornerLonF> = f_at_lon00
> <mailto:f_at_lon00>
> res_at_mpRightCornerLatF <mailto:res_at_mpRightCornerLatF> = f_at_latNxNy
> <mailto:f_at_latNxNy>
> res_at_mpRightCornerLonF <mailto:res_at_mpRightCornerLonF> = f_at_lonNxNy
> <mailto:f_at_lonNxNy>
> res_at_mpLambertParallel1F <mailto:res_at_mpLambertParallel1F> =
> f_at_centralLat <mailto:f_at_centralLat>
> res_at_mpLambertParallel2F <mailto:res_at_mpLambertParallel2F> =
> f_at_rotation <mailto:f_at_rotation>
> res_at_mpLambertMeridianF <mailto:res_at_mpLambertMeridianF> =
> f_at_centralLon <mailto:f_at_centralLon>
> res_at_pmTickMarkDisplayMode <mailto:res_at_pmTickMarkDisplayMode> =
> "Always"
>
> res_at_stLineColor <mailto:res_at_stLineColor> = "orange"
> plot = gsn_csm_streamline_map(wks,u,v,res)
>
> end
>
> i got the attach file "st.gif" with the problem on x-axis and y-axis
> labels.
>
> thanks for help
>
>
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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 Wed Oct 18 2006 - 09:33:09 MDT

This archive was generated by hypermail 2.2.0 : Sat Oct 21 2006 - 07:29:03 MDT