<div dir="ltr">Juwon,<div><br></div><div>This mailing list is only for NCAR Graphics, not NCL.  Please post your question to the ncl-talk mailing list.</div><div><br></div><div>    <a href="http://www.ncl.ucar.edu/Support/email_lists.shtml">http://www.ncl.ucar.edu/Support/email_lists.shtml</a><br></div><div><br></div><div>--Dave A.</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 23, 2016 at 2:55 AM, Juwon Lee <span dir="ltr">&lt;<a href="mailto:jw.lee@kiaps.org" target="_blank">jw.lee@kiaps.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p><img src="http://mail.kiaps.org:80/mail/webmailreconf.public.do?123662">Hi, somebody.</p><div style="background-color:rgb(255,255,255)">
I need your help.<br>
<p>I have some problem in reading binary data (CPC-guage based precipitation data)</p>
The CPC data read in fortran, I used this code. <br>
<br>
------------------------------<wbr>------------------------------<wbr>------------------------<br>
open(1000+iday,file=trim(ff),<wbr>access=&#39;direct&#39;,form=&#39;<wbr>unformatted&#39;,recl=nx*nrec,<wbr>iostat=iret)<br>
   do j=1,ny<br>
    read(1000+iday,rec=j,iostat=<wbr>iret) prcp(:,j,iday)<br>
   enddo<br>
------------------------------<wbr>------------------------------<wbr>------------------------<br>
so, I used the ncl function &quot;fbindirread&quot; and show the distribution of precipitation,<br>
but the result doesn&#39;t match using grads tools.<br>
Could anyone know how to read this data correctly?<br>
<br>
I&#39;m waiting for your comments.<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
Juwon</font></span></div>______________________________<wbr>_________________<br>
ncarg-talk mailing list<br>
<a href="mailto:ncarg-talk@ucar.edu">ncarg-talk@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncarg-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncarg-talk</a><br></blockquote></div></div></div>