<div dir="ltr"><div><a href="http://www.ncl.ucar.edu/Applications/read_ascii.shtml"><b>http://www.ncl.ucar.edu/Applications/read_ascii.shtml</b></a></div><div><b>has many examples</b><br></div><div><br></div><div>         720        1440<br>     -89.8750     -89.6250     -89.3750     -89.1250     -88.8750     -88.6250<br>     -88.3750     -88.1250     -87.8750     -87.6250     -87.3750     -87.1250<br>     -86.8750     -86.6250     -86.3750     -86.1250     -85.8750     -85.6250</div><div>[snip]</div><div><br></div><div><pre>----<br></pre>one header line; 6 columns</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Document/Functions/Contributed/readAsciiTable.shtml"><b>http://www.ncl.ucar.edu/Document/Functions/Contributed/readAsciiTable.shtml</b></a></div><div><br></div><div><b>See Example 1</b></div><div><b><br></b></div><div>ncol    = 6<b><br></b></div><div>nhead = 1<b><br></b></div><div><pre>data = <strong>readAsciiTable</strong>("avhrr_seaice", ncol, "float", nhead)<br><br></pre><pre>nlat = 720<br></pre><pre>mlon = 1400<br><br></pre><pre>x0_2d = onedtooned(data(0,:), (/nlat,mlon/))   ; ==> (nlat,mlon)<br><br></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 29, 2021 at 5:10 PM dale zuri <<a href="mailto:dalezuri@gmail.com">dalezuri@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear NCL user,</div><div>Could someone help me read this ASCII file in ncl?  I would appreciate any example to plot this data. <br></div><div><br></div><div>Thanks</div><div>DZ</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;color:rgb(34,34,34);font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid rgb(221,221,221);line-height:1"><a href="https://drive.google.com/file/d/1LH6OUfhESe14pkX7BvpKZhXwA0sZnb8h/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border:medium none" target="_blank"><img style="vertical-align: bottom; border: medium none;" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="color:rgb(17,85,204);text-decoration:none;vertical-align:bottom">avhrr_seaice</span></a><img style="opacity: 0.55; float: right; display: none;"></div></div></div>
</blockquote></div>