<DIV>I have an apparently very simple problem.</DIV>
<DIV>&nbsp;I have correlation data cor(i,j) over an xy domain. Using a fortran program I have written the data into binary to&nbsp;display in Grads. Apparently Grads is able to open the data file.</DIV>
<DIV>when I put recl=4*l, the display is blank (with only map of Africa of course)</DIV>
<DIV>when I put recl=8*l,&nbsp;the display says constant field value=0.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here are snippets from my fortran program:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;open (10,file='zcor824.dat',form='unformatted',access='direct', recl=4*(l+1))<BR>&nbsp;</DIV>
<DIV>irec=0<BR>&nbsp;&nbsp;&nbsp;&nbsp; do k=1,m<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; irec=irec+1</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(10,rec=irec) (cor(i,j),i=1,l)<BR>&nbsp;&nbsp;&nbsp;&nbsp; enddo</DIV>
<DIV>&nbsp;</DIV>
<DIV>and my ctl file</DIV>
<DIV>&nbsp;</DIV>
<DIV>dset zcor824.dat<BR>undef -1.00E+09<BR>title correlation<BR>xdef 55 linear -30 1.5<BR>ydef 57 linear -42 1.5<BR>zdef 1 levels&nbsp;&nbsp; 850<BR>tdef 999 linear&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00Z29AUG97&nbsp;&nbsp; 6hr<BR>vars 1<BR>cor&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99&nbsp; linear correl coeff<BR>endvars</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any help would be very welcome to resolve my problem</DIV>
<DIV>Thanks all.<BR></DIV><BR><BR><p>
                <hr size=1>Do you Yahoo!?<br>
Yahoo! Small Business - <a href="http://us.rd.yahoo.com/evt=31637/*http://smallbusiness.yahoo.com/resources/">Try our new resources site!</a>