Re: map for stereographic

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Oct 06 2010 - 17:58:48 MDT

NCL plots correctly!

Your data does not go to the "right edge".

http://www.cgd.ucar.edu/~shea/oban02_grid.png

===

      opts@gsnFrame = False
      opts@tiMainString = "grid point locations"
      map=gsn_csm_map(wks,opts)

      gsres = True
      gsres@gsMarkerIndex = 16 ; Use filled dots for markers.
      gsn_polymarker(wks,map,ndtooned(glon),ndtooned(glat),gsres)
      frame(wks)

On 10/06/2010 05:31 PM, David Brown wrote:
> Hi Yongzuo,
> It's because the map projection parameters you are setting do not match
> the projection of the data. Try setting mpCenterLonF to 90.
> -dave
>
> On Oct 6, 2010, at 4:44 PM, Li, Yongzuo wrote:
>
>> Hi,
>>
>> I am using ftp://ftp.caps.ou.edu/users/yli/oban/oban02.ncl
>> to plot ftp://ftp.caps.ou.edu/users/yli/oban/oban02.pdf
>>
>> The area over right edge is empty. All other plots of map
>> and contours are absolutely correct and match each other
>> exactly. All data are under the same directory
>> ftp://ftp.caps.ou.edu/users/yli/oban/
>>
>> Any help is appreciated !
>>
>> Yongzuo
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
======================================================
Dennis J. Shea                  tel: 303-497-1361    |
P.O. Box 3000                   fax: 303-497-1333    |
Climate Analysis Section                             |
Climate & Global Dynamics Div.                       |
National Center for Atmospheric Research             |
Boulder, CO  80307                                   |
USA                        email: shea 'at' ucar.edu |
======================================================
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Oct 6 17:58:53 2010

This archive was generated by hypermail 2.1.8 : Tue Oct 12 2010 - 15:27:00 MDT