<P><IMG SRC=http://mail.kiaps.org:80/mail/webmailreconf.public.do?123662></P>
<DIV STYLE='BACKGROUND-COLOR:#FFFFFF'>Hi, somebody.<br>
I need your help.<br>
<p>I have some problem in reading binary data (CPC-guage based precipitation data)<br></p>
<br>
The CPC data read in fortran, I used this code. <br>
<br>
------------------------------------------------------------------------------------<br>
open(1000+iday,file=trim(ff),access='direct',form='unformatted',recl=nx*nrec,iostat=iret)<br>
   do j=1,ny<br>
    read(1000+iday,rec=j,iostat=iret) prcp(:,j,iday)<br>
   enddo<br>
------------------------------------------------------------------------------------<br>
so, I used the ncl function "fbindirread" and show the distribution of precipitation,<br>
but the result doesn't match using grads tools.<br>
Could anyone know how to read this data correctly?<br>
<br>
I'm waiting for your comments.<br>
<br>
Juwon



</DIV>