[ncl-talk] US counties not appearing
Mary Haley
haley at ucar.edu
Sat Nov 15 11:44:39 MST 2014
Hi Matt,
The problem is with WRF_map_c, which is an old routine. It's actually been
renamed to "wrf_mapres_c", which if you look at the documentation:
http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml
it says that this routine is deprecated, and wrf_map_resources should be
used instead.
WRF_map_c (wrf_mapres_c) is setting mpOutlineBoundarySets = "
GeophysicalAndUSStates" which effectively turns off the county outlines.
You can do a few things:
- If you need to use WRF_map_c, then *after* you call this procedure,
try setting mpOutlineBoundarySets = "AllBoundaries".
- Try using wrf_map_resources instead, which is a function. It should
recognize that you are setting mpOutlineBoundarySets, and won't try to
override it:
mpres = wrf_map_resources (ff,mpres)
--Mary
On Sat, Nov 15, 2014 at 11:16 AM, Matthew Fearon <Matthew.Fearon at dri.edu>
wrote:
> Dear NCL Users:
>
> I'm struggling with a very simple issue. I cannot seem get US counties
> to appear on my map. My script is attached. Perhaps it is the database
> version or the resolution chosen; the draw order; I just don't know. I have
> mpOutlineBoundarySets = "AllBoundaries", which I thought would draw the
> counties, but no luck.
>
> Thanks for the help.
> Matt
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141115/84895f08/attachment.html
More information about the ncl-talk
mailing list