Re: plotting native grid projection

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Dec 06 2010 - 10:44:59 MST

Azar,

My guess is that you don't have your map projection exactly right. This is necessary when you are setting "res@tfDoNDCOverlay = True".

Since you have the 2D lat/lat values, you can try adding these two resource settings. Your script will take longer to run:

  res@tfDoNDCOverlay = False ; Or don't set at all since it defaults to False.
  res@sfXArray = lat2d
  res@sfYArray = lon2d

--Mary

On Dec 6, 2010, at 9:44 AM, Azar Zarrin wrote:

> Hi all,
>
> I'm getting a clear shift when I am plotting the RegCM4 output which has 2d lat and lon on a Lambert Conformal projection. I have attached the plot and script and I appreciate your help to fix this.
>
> Thanks,
> Azar
>
> <Plot_depth.ncl><Lak_depth.ps>_______________________________________________
> 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
Received on Mon Dec 6 10:45:05 2010

This archive was generated by hypermail 2.1.8 : Fri Dec 10 2010 - 14:58:12 MST