<div dir="ltr"><div>hi</div><div>I need to change wrfout***.nc   to data file for exel </div><div>can you help me</div><div>thanks leila</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 16, 2016 at 1:04 AM, Jennifer M Adams <span dir="ltr">&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.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 style="-ms-word-wrap: break-word;">
Hi, Mike — 
<div>I’m glad you got what you need from the KML output. The lat/lon values for the contour line vertices are buried in the shape file, but you have to use ‘shpdump’ (a stand-alone utility that is built along with the shapfile library) to print them out. </div><span class="HOEnZb"><font color="#888888">
</font></span><div><span class="HOEnZb"><font color="#888888">—Jennifer</font></span><div><div class="h5"><br>
<div><br>
<div>
<div>On Sep 15, 2016, at 4:19 PM, Mike Fiorino - NOAA Federal &lt;<a href="mailto:michael.fiorino@noaa.gov" target="_blank">michael.fiorino@noaa.gov</a>&gt; wrote:</div>
<br class="m_-1298118850774621539Apple-interchange-newline">
<blockquote type="cite">
<div text="#000000" bgcolor="#FFFFFF">hi again -- &#39;set gxout kml&#39; does the trick:<br>
<br>
&#39;set gxout kml&#39;<br>
&#39;set kml -ln kmltest&#39;<br>
&#39;set clevs 0&#39;<br>
&#39;d temp&#39;<br>
<br>
the file kmltest.kml has the lon/lat/z (0) for each contour in &lt;coordinates&gt;<br>
lon0,lat0,0 lon1,lat1,0 ...<br>
lonN,latN,0 <br>
&lt;/coordinates&gt; <br>
<br>
thanks /R Mike<br>
<br>
hi Jennifer -- I have a similar problem...  I can generate and display the shp file and the &#39;q shp&#39; works as advertised, but what I really need are the actually lat(Y)/lon(X) of the vertices not just the bounds, e.g.,<br>
<br>
37:  ArcM  parts=1  vertices=553  XBounds=0:360  YBounds=41.4058:74.4189  ZBounds=0:0  MBounds=5700:5700
<br>
<br>
tells me there are 553 vertices and that the lon bound is 0-360 and lat bound is 41.4-74.4.  do I have to use some GIS s/w to get the lat/lons? or is there a way to mod grads to output?<br>
<br>
thanks!  best /R Mike<br>
<br>
<div class="m_-1298118850774621539moz-cite-prefix">On 9/7/16 10:37 AM, Jennifer M Adams wrote:<br>
</div>
<blockquote type="cite">GrADS can write out the shapefile for you. Use ‘set gxout shp’ and ‘set shp’ to control the output. Documentation is at
<a href="http://cola.gmu.edu/grads/gadoc/shapefiles.html" target="_blank">
http://cola.gmu.edu/grads/<wbr>gadoc/shapefiles.html</a>.
<div>
<div><br>
</div>
<div>‘set gxout shp&#39;</div>
<div>‘set shp -line shptest&#39;</div>
<div>’set clevs 0’</div>
<div>‘d temp&#39;
<div><br>
</div>
<div>—Jennifer</div>
<div>
<div>
<div><br>
<div><br>
<div>
<div>On Sep 6, 2016, at 8:47 PM, Taixia &lt;<a href="mailto:wutxcn@GMAIL.COM" target="_blank">wutxcn@GMAIL.COM</a>&gt; wrote:</div>
<br class="m_-1298118850774621539Apple-interchange-newline">
<blockquote type="cite">Thanks for your reply. Exactly.  I&#39;d like get a *.shp file of the 0 contour&#39;s. It should be get the lat/lon of the contour&#39;s position first, and then using Arcgis software to generate the .shp file.
<br>
<br>
On Wednesday, September 7, 2016, Jennifer M Adams &lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt; wrote:<br>
&gt; I guess I did not fully understand the question. You have drawn the 0-degree temperature contour; what exactly do you want to output to a text file? The lat/lon of the contour’s position? —Jennifer<br>
&gt;<br>
&gt; On Sep 3, 2016, at 7:19 PM, Taixia &lt;<a href="mailto:wutxcn@GMAIL.COM" target="_blank">wutxcn@GMAIL.COM</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Jennifer,<br>
&gt; Thanks a lot for your reply. <br>
&gt; Problem still exists,forgive a Grads beginner. The data I used is the NECP 5 years average air temperature, I&#39;d like get the zero degree temperature line. After &quot;set clevs 0&quot;, I got the contours graphic (see attachment). But I still cannot get the output
 file as your steps. Could you please have a look at the attachments and help? <br>
&gt; ---Tim<br>
&gt; On Fri, Sep 2, 2016 at 7:20 PM, Jennifer M Adams &lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; After drawing a plot, you can check the contour levels used with ‘q shades’ or ‘q contours’. For line contours, the output looks like this (first column is color number, second column is contour value):<br>
&gt;&gt; Number of levels = 11<br>
&gt;&gt; 9 50000<br>
&gt;&gt; 14 55000<br>
&gt;&gt; 4 60000<br>
&gt;&gt; 11 65000<br>
&gt;&gt; 13 70000<br>
&gt;&gt; 3 75000<br>
&gt;&gt; 10 80000<br>
&gt;&gt; 12 85000<br>
&gt;&gt; 8 90000<br>
&gt;&gt; 2 95000<br>
&gt;&gt; 6 100000<br>
&gt;&gt; If you want to write this to a file, here is a script fragment:<br>
&gt;&gt; ‘q contours’<br>
&gt;&gt; rc=write(“contourinfo.txt”,<wbr>result)<br>
&gt;&gt; rc=close(“contourinfo.txt”)<br>
&gt;&gt; —Jennifer<br>
&gt;&gt; On Sep 1, 2016, at 9:57 PM, Taixia &lt;<a href="mailto:wutxcn@GMAIL.COM" target="_blank">wutxcn@GMAIL.COM</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Anybody knows how to output the contour value (such as set clevs 0) to .txt or .dat file (not graphic)? Thanks.<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">
http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jennifer Miletta Adams<br>
&gt;&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>
&gt;&gt; George Mason University<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">
http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; &lt;<a href="http://air1115.nc/" target="_blank">air1115.nc</a>&gt;&lt;snap.bmp&gt;________<wbr>______________________________<wbr>_________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">
http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
&gt;<br>
&gt; --<br>
&gt; Jennifer Miletta Adams<br>
&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>
&gt; George Mason University<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a class="m_-1298118850774621539moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<div>
<div style="text-transform:none;text-indent:0px;letter-spacing:normal;word-spacing:0px;white-space:normal">
<div style="text-transform:none;text-indent:0px;letter-spacing:normal;word-spacing:0px;white-space:normal">
<div style="font-size:12px">--</div>
<div style="font-size:12px">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="m_-1298118850774621539mimeAttachmentHeader"></fieldset> <br>
<pre>______________________________<wbr>_________________
gradsusr mailing list
<a class="m_-1298118850774621539moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a class="m_-1298118850774621539moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a>
</pre>
</blockquote>
<br>
</div>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<div>
<div style="color:rgb(0,0,0);text-transform:none;text-indent:0px;letter-spacing:normal;word-spacing:0px;white-space:normal">
<div style="color:rgb(0,0,0);text-transform:none;text-indent:0px;letter-spacing:normal;word-spacing:0px;white-space:normal">
<div style="font-size:12px">--</div>
<div style="font-size:12px">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div></div></div>
</div>

<br>______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank" rel="noreferrer">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>