<div dir="ltr">Hi Jennifer,<div>Thanks a lot for your reply. </div><div>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? </div><div>---Tim</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 2, 2016 at 7:20 PM, 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="word-wrap:break-word">
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):
<div><br>
<div>
<div><font face="Courier" style="font-size:14px">Number of levels = 11</font></div>
<div><font face="Courier" style="font-size:14px">9 50000</font></div>
<div><font face="Courier" style="font-size:14px">14 55000</font></div>
<div><font face="Courier" style="font-size:14px">4 60000</font></div>
<div><font face="Courier" style="font-size:14px">11 65000</font></div>
<div><font face="Courier" style="font-size:14px">13 70000</font></div>
<div><font face="Courier" style="font-size:14px">3 75000</font></div>
<div><font face="Courier" style="font-size:14px">10 80000</font></div>
<div><font face="Courier" style="font-size:14px">12 85000</font></div>
<div><font face="Courier" style="font-size:14px">8 90000</font></div>
<div><font face="Courier" style="font-size:14px">2 95000</font></div>
<div><font face="Courier" style="font-size:14px">6 100000</font></div>
</div>
<div><br>
</div>
<div>If you want to write this to a file, here is a script fragment:</div>
<div>
<div><br>
<div>‘q contours’</div>
<div>rc=write(“contourinfo.txt”,<wbr>result)</div>
<div>rc=close(“contourinfo.txt”)</div>
<div><br>
</div>
<div>—Jennifer</div>
<div>
<div>
<div><br>
<div><span class="">
<div>On Sep 1, 2016, at 9:57 PM, Taixia &lt;<a href="mailto:wutxcn@GMAIL.COM" target="_blank">wutxcn@GMAIL.COM</a>&gt; wrote:</div>
<br>
</span><blockquote type="cite"><span class="">
<div dir="ltr">Anybody knows how to output the contour value (such as set clevs 0) to .txt or .dat file (not graphic)? Thanks.</div></span>
______________________________<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);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<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>
</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" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>