Re: mpMaxLonF

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Thu Jun 24 2010 - 13:49:25 MDT

Hi Micah,
Whenever you're not spanning 360 degrees longitude, and your plot
crosses the international dateline, you likely will need to set the
resource mpCenterLonF:
http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpCenterLonF

usually, this can be done rather easily by doing something like this:
res@mpMinLonF = 0.
res@mpMaxLonF = 200.
res@mpCenterLonF = (res@mpMinLonF+res@mpMaxLonF)/2.
Adam

On 06/24/2010 01:45 PM, Micah Sklut wrote:
> Hi NCL,
>
> I have a very simple question, but can't seem to find the answer!
>
> I am making a contour plot from 0 longitude to 200 longitude. When I
> make this, however, the graph covers 0-360.
> What setting do I need to adjust here?
>
> Thank you!
>
> --
> Micah Sklut
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
__________________________________________________
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 Thu Jun 24 13:49:30 2010

This archive was generated by hypermail 2.1.8 : Thu Jun 24 2010 - 14:10:27 MDT