Re: wrf_map_overlays

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri, 23 Jan 2009 08:45:17 -0700 (MST)

Oscar,

I think the version of WRFUserARW.ncl that you have may be old,
because the latest version checks for these three attributes before it
tries to reference them.

I've attached the latest version if you want to give it a try.

--Mary

On Fri, 23 Jan 2009, Oscar Chimborazo wrote:

> Hello everyone, I have a problem with this function: wrf_map_overlays, it
> doesn't work, I've already installed the new script WRFUserARW.ncl, but when
> I try to run it I get this messages:
>
>
> warning:Attempt to reference attribute (MP_PHYSICS) which is undefined
> warning:Attempt to reference attribute (BL_PBL_PHYSICS) which is undefined
> warning:Attempt to reference attribute (CU_PHYSICS) which is undefined
> warning:MapSetTrans: map limits invalid - using maximal area
>
>
>
>
>
> Then It never finishes the compilation. The complete script I am using is
> this:
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
>
> begin
> a = addfile("./geo_em.d02.nc","r")
> wks = gsn_open_wks("x11","plt_ter5")
> opts = True
> opts_at_MainTitle = "CAMPOS DE GEOGRID"
>
> ter = wrf_user_getvar(a,"HGT_M",0)
> res = opts
> res_at_cnFillOn = True
> res_at_ContourParameters = (/ 0.,7000., 150. /)
> contour = wrf_contour(a,wks,ter,res)
> pltres = False
> mpres = False
> plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)
> end
>
> If anybody can help me with this I would appreciate very much.
>
>
> Oscar Chimborazo
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Fri Jan 23 2009 - 08:45:17 MST

This archive was generated by hypermail 2.2.0 : Wed Jan 28 2009 - 09:24:27 MST