<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Mary&nbsp;<span style="font-size: 12pt;">&nbsp;</span></p>
<p>The location is visible in the plot as a point .Now I want to add the name of the city as text in the plot .I do see that the resource &quot;txres&quot; is mentioned in the code but when I try to add it using the tutorial &quot;Text (adding to a plot) ,the script runs
 fine but I dont see the text . Can you kindly help me with it ?<br>
</p>
<div id="Signature">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><b>Regards</b></div>
<div style="font-family:Tahoma; font-size:13px"><b>Muhammad Omer Mughal</b></div>
<div style="font-family:Tahoma; font-size:13px">
<div><b>Department of Applied Physics</b></div>
<div><br>
</div>
</div>
</div>
</div>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mary Haley &lt;haley@ucar.edu&gt;<br>
<b>Sent:</b> Friday, 7 November 2014 2:55 PM<br>
<b>To:</b> Muhammad Omer Mughal<br>
<b>Cc:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> Re: [ncl-talk] plotgrids.ncl</font>
<div>&nbsp;</div>
</div>
<div>
<div dir="ltr">
<div class="gmail_default" style="font-size:small">Muhammad,</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">Many people do not know what &quot;plotgrids.ncl&quot; is.&nbsp; I assume you are talking about the plotgrids.ncl associated with this page:</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style=""><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/EXPERIMENTAL/wrf_show_wps_som_namelist.htm">http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/EXPERIMENTAL/wrf_show_wps_som_namelist.htm</a><br>
</div>
<div class="gmail_default" style=""><br>
</div>
<div class="gmail_default" style="">Did you actually look at this code?&nbsp; At the end of this script there are some commented lines, showing you how to add a white dot at the location of Washington D.C.:</div>
<div class="gmail_default" style=""><br>
</div>
<div class="gmail_default" style="">
<p class=""><span style="font-family:'courier new',monospace">; Below is an example of adding a white dot over the DC location.</span><br>
</p>
<p class=""><font face="courier new, monospace">&nbsp; ;pmres = True<br>
&nbsp; ;pmres@gsMarkerColor = &quot;White&quot;<br>
&nbsp; ;pmres@gsMarkerIndex = 16<br>
&nbsp; ;pmres@gsMarkerSizeF = 0.01<br>
&nbsp; ;gsn_polymarker(wks,mp,-77.26,38.56,pmres)</font></p>
<p class="">You should be able to uncomment this code and change the -77.26 (longitude) and 38.56 (latitude) to whatever values you want.</p>
<p class=""><br>
</p>
<p class="">--Mary</p>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Nov 7, 2014 at 3:05 AM, Muhammad Omer Mughal <span dir="ltr">
&lt;<a href="mailto:m.mughal1@postgrad.curtin.edu.au" target="_blank">m.mughal1@postgrad.curtin.edu.au</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 style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi all<br>
</p>
<p><br>
</p>
<p>How can I add a city location to plotgrids.ncl<br>
</p>
<p><br>
</p>
<div>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><b><br>
</b></div>
<div style="font-family:Tahoma; font-size:13px"><b>Regards</b></div>
<span class="HOEnZb"><font color="#888888">
<div style="font-family:Tahoma; font-size:13px"><b>Muhammad Omer Mughal</b>
<div><b>Department of Applied Physics</b></div>
<div><br>
</div>
</div>
</font></span></div>
</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>
</body>
</html>