<div dir="ltr"><div>the uniformity; some are black some are brown; I don&#39;t know where the problem is coming from </div><div><br></div><div>thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 10, 2015 at 2:20 AM, afwande juliet <span dir="ltr">&lt;<a href="mailto:afwandej965@gmail.com" target="_blank">afwandej965@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thanks Adams;</div><div>it worked but some boundaries are funny</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Afwande</div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 9, 2015 at 9:39 AM, Adam Phillips <span dir="ltr">&lt;<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr">Hi Afwande,<div>Looking at your script, you have this:</div><div><div>  mpOutlineBoundarySets             = &quot;National&quot; </div><div>  mpDataBaseVersion                 = &quot;MediumRes&quot;</div><div>  mpFillOn                          = True </div><div>  mpProjection                      = &quot;Mercator&quot;</div></div><div><br></div><div>I think you want those lines to look like this:</div><div><div>  mpres@mpOutlineBoundarySets             = &quot;National&quot; </div><div>  mpres@mpDataBaseVersion                 = &quot;MediumRes&quot;</div><div>  mpres@mpFillOn                          = False</div><div>  mpres@mpProjection                      = &quot;Mercator&quot;</div></div><div><br></div><div>If that does not fix the problem please let ncl-talk know.</div><div>Adam</div><div><br></div><div><br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Thu, Oct 8, 2015 at 10:00 PM, afwande juliet <span dir="ltr">&lt;<a href="mailto:afwandej965@gmail.com" target="_blank">afwandej965@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div>Thanks Mary, I have tried increasing the line thickness but still not showing the country outline and national borders.</div><div>I have tried to set National boundaries but still I cant get the national countries borders and entire domain clearly for East Africa. Could the issue be WRF or NCL?.</div><div>Some one to help. The figure I get is attached and the script.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 8, 2015 at 11:18 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div class="gmail_default" style="font-size:small">Afwande,<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">My apologies if this has already been answered.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I think the issue is simply that the WRF plotting routines make the outlines pretty faint and hard to see.  They use a color of &quot;gray&quot;, and a thickness of 0.5, which is half the normal line thickness for map outlines.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you want to see the outlines better, you can set the map outline colors to black, and/or increase the line thickness to something higher than 0.5, like 1.0 or even 2.0.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">To make sure I get all of them, I usually set:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default"><font face="monospace, monospace">  mpres@mpGeophysicalColor          = &quot;black&quot;</font></div><div class="gmail_default"><font face="monospace, monospace">  mpres@mpNationalLine</font><span style="font-family:monospace,monospace">Color         = &quot;black&quot;</span><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">  mpres@mpUSStateLine</font><span style="font-family:monospace,monospace">Color          = &quot;black&quot;</span></div></div><div class="gmail_default" style="font-size:small"><div class="gmail_default"><font face="monospace, monospace">  mpres@mpGeophysicalLineThicknessF = 1.5</font></div><div class="gmail_default"><font face="monospace, monospace">  mpres@mpNationalLineThicknessF    = 1.5<br></font></div><div class="gmail_default"><font face="monospace, monospace">  mpres@mpUSStateLineThicknessF     = 1.5</font></div><div class="gmail_default"><br></div></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, Oct 5, 2015 at 11:18 AM, afwande juliet <span dir="ltr">&lt;<a href="mailto:afwandej965@gmail.com" target="_blank">afwandej965@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div><div><div dir="ltr"><div>Dear Ncl users. I run WRF for 9hrs and when plotting over my area of interestest(domain), I don&#39;t see the political boundaries and geographical features like lakes are not displayed. I checked from WRF <a href="http://www.ncl.ucar.edu/Document/Functions/WRF_arw/WRFUserARW.shtml" target="_blank"><font color="#0066cc">WRFUserARW.ncl</font></a> functions sites specifically  wrf_map_zoom and wrf_map_Resources but still i don&#39;t see what I want getting plotted .<a href="http://www.ncl.ucar.edu/Document/Functions/WRF_arw/index.shtml" target="_blank">http://www.ncl.ucar.edu/Document/Functions/WRF_arw/index.shtml</a></div><div><br></div><div>Is there anyone with Idea. Thanks</div><div><br></div><div>I have attached my modified script and sample plots </div><div><br></div><div>Thanks </div><span><font color="#888888"><div><br></div><div>Afwande</div></font></span></div>
<br></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank" rel="noreferrer">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank" rel="noreferrer">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>