<DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>Dear Yoshihiro,</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>I tried, as you advised;</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>recl=4*l*m,</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>write(10) cor, no loop,</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>The resulting binary file looks much better than before, but 'd cor'&nbsp; gives&nbsp;'display nan to nan interval inf.'</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>Thanks all the same, i will keep trying.</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>Zilore</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB>&nbsp;<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><BR><BR><B><I>Yoshihiro Yamasaki &lt;yamasaki@FIS.UA.PT&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi !<BR>Try the following :<BR><BR>parameter ( L = , M = )<BR>dimension cor (L,M)<BR>open your file with ---&gt; recl = 4 * L * M<BR>irec = 1<BR>write(10,rec=irec) cor<BR><BR>no do loop is needed<BR><BR>yyamazaki<BR><BR><BR>Em Thu, 17 Mar 2005 03:12:18 -0800<BR>zilore mumba <ZMUMBA@YAHOO.COM>escreveu:<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Dear Yoshihiro,<BR>&gt;<BR>&gt; Thanks very much for sparing your time to spot my silly<BR>&gt;slip. Evidently the program was writing zeros. However it<BR>&gt;is still not displaying as required.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Yoshihiro Yamasaki <YAMASAKI@FIS.UA.PT>wrote:Dear<BR>&gt;Zilone,<BR>&gt;<BR>&gt; Assuming that you have DIMENSION COR(55,57), you made a<BR>&gt; mistake in your do loop index ( do j and not k )<BR>&gt;<BR>&gt; do J = 1 , m<BR>&gt; irec=irec+1<BR>&gt; write(10,rec=irec) (cor(i,j),i=1,l)<BR>&gt; enddo<BR>&gt;<BR>&gt;
 good
 luck !<BR>&gt;<BR>&gt;<BR>&gt; Em Wed, 16 Mar 2005 23:21:42 -0800<BR>&gt; zilore mumba escreveu:<BR>&gt;&gt; I have an apparently very simple problem.<BR>&gt;&gt; I have correlation data cor(i,j) over an xy domain.<BR>&gt;&gt;Using a fortran program I have written the data into<BR>&gt;&gt;binary to display in Grads. Apparently Grads is able to<BR>&gt;&gt;open the data file.<BR>&gt;&gt; when I put recl=4*l, the display is blank (with only map<BR>&gt;&gt;of Africa of course)<BR>&gt;&gt; when I put recl=8*l, the display says constant field<BR>&gt;&gt;value=0.<BR>&gt;&gt;<BR>&gt;&gt; Here are snippets from my fortran program:<BR>&gt;&gt;<BR>&gt;&gt; open<BR>&gt;&gt;(10,file='zcor824.dat',form='unformatted',access='direct',<BR>&gt;&gt;recl=4*(l+1))<BR>&gt;&gt;<BR>&gt;&gt; irec=0<BR>&gt;&gt; do k=1,m<BR>&gt;&gt; irec=irec+1<BR>&gt;&gt; write(10,rec=irec) (cor(i,j),i=1,l)<BR>&gt;&gt; enddo<BR>&gt;&gt;<BR>&gt;&gt; and my ctl file<BR>&gt;&gt;<BR>&gt;&gt; dset zcor824.dat<BR>&gt;&gt;
 undef
 -1.00E+09<BR>&gt;&gt; title correlation<BR>&gt;&gt; xdef 55 linear -30 1.5<BR>&gt;&gt; ydef 57 linear -42 1.5<BR>&gt;&gt; zdef 1 levels 850<BR>&gt;&gt; tdef 999 linear 00Z29AUG97 6hr<BR>&gt;&gt; vars 1<BR>&gt;&gt; cor 1 99 linear correl coeff<BR>&gt;&gt; endvars<BR>&gt;&gt;<BR>&gt;&gt; Any help would be very welcome to resolve my problem<BR>&gt;&gt; Thanks all.<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; ---------------------------------<BR>&gt;&gt; Do you Yahoo!?<BR>&gt;&gt; Yahoo! Small Business - Try our new resources site!<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ---------------------------------<BR>&gt; Do you Yahoo!?<BR>&gt; Yahoo! Small Business - Try our new resources site!<BR></BLOCKQUOTE></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>