<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Thanks, Mary. This worked perfectly.&nbsp;
<div><br>
</div>
<div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF553914" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Mary Haley [haley@ucar.edu]<br>
<b>Sent:</b> Saturday, November 15, 2014 10:44 AM<br>
<b>To:</b> Matthew Fearon<br>
<b>Cc:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> Re: [ncl-talk] US counties not appearing<br>
</font><br>
</div>
<div></div>
<div>
<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'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" target="_blank">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) &nbsp;is setting&nbsp;<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&nbsp;</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't try to override it:</font></li></ul>
<div>
<p class="">&nbsp;&nbsp;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'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 = &quot;AllBoundaries&quot;, which I thought would draw the counties, but no luck.&nbsp;</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>
</div>
</div>
</div>
</div>
</body>
</html>