Re: Polar stereographic map bug!

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 27 2014 - 10:36:34 MDT

Hi,

Can you provide us with the geo_em.d01.nc file? I tried it with one I have, but the map was not anywhere near the same as yours.

--Mary

On Mar 24, 2014, at 1:17 PM, Negin S <negin513@gmail.com> wrote:

> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl" ; Add special wrf functions
>
> begin
>
> a = addfile("./
> geo_em.d01.nc
> ","r") ; Open a file
>
> type = "x11"
> wks = gsn_open_wks(type,"plt_geo_4") ; Create a plot workstation
>
>
> opts = True ; Set some Basic Plot options
> opts@MainTitle = "GEOGRID FIELDS"
>
> ter = a->LANDMASK(0,:,:) ; Read the variable to memory
>
> res = opts ; Use basic options for this field
> res@cnFillOn = True ; Create a color fill plot
>
> contour = wrf_contour(a,wks,ter,res)
>
> pltres = True ; Set plot options
> mpres = True ; Set map options
> plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres) ; Plot the data over a map background
>
> end
>
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 27 10:36:44 2014

This archive was generated by hypermail 2.1.8 : Mon Mar 31 2014 - 11:47:09 MDT