<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Matt,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The problem is with WRF_map_c, which is an old routine. It&#39;s actually been renamed to &quot;wrf_mapres_c&quot;, which if you look at the documentation:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml">http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>it says that this routine is deprecated, and wrf_map_resources should be used instead.</div><div class="gmail_default" style><br></div><div class="gmail_default" style="font-size:small">WRF_map_c (wrf_mapres_c)  is setting <span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">mpOutlineBoundarySets = &quot;</span>GeophysicalAndUSStates<span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">&quot; which effectively turns off the county outlines.</span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">You can do a few things:</span></div><div class="gmail_default" style><ul style><li style><font color="#000000" face="Tahoma">If you need to use WRF_map_c, then *after* you call this procedure, try setting </font><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">mpOutlineBoundarySets = &quot;AllBoundaries&quot;.</span></li><li style><font color="#000000" face="Tahoma">Try using wrf_map_resources instead, which is a function. It should recognize that you are setting mpOutlineBoundarySets, and won&#39;t try to override it:</font></li></ul><div>







<p class="">  mpres = wrf_map_resources (ff,mpres)</p><p class=""><br></p><p class="">--Mary</p></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 15, 2014 at 11:16 AM, Matthew Fearon <span dir="ltr">&lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Dear NCL Users:
</div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><br>
</div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">I&#39;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&#39;t know. I have mpOutlineBoundarySets = &quot;AllBoundaries&quot;, which I thought would draw the counties, but no luck. </div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><br>
</div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Thanks for the help.</div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Matt</div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><br>
</div>
</div>
</div>

<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>