<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
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”,result)</div>
<div>rc=close(“contourinfo.txt”)</div>
<div><br>
</div>
<div>—Jennifer</div>
<div>
<div>
<div><br>
<div>
<div>On Sep 1, 2016, at 9:57 PM, Taixia &lt;<a href="mailto:wutxcn@GMAIL.COM">wutxcn@GMAIL.COM</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<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>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">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>
</body>
</html>