Omar,<br>
<br>
I did that test with g77 compiler (Gnu) on a Cygwin terminal in a Pentium IV machine.<br>
<br>
g77 crea_dat.f -o crea_dat.exe <br>
<br>
Aravéquia<br><br><div><span class="gmail_quote">2006/11/9, Omar Müller &lt;<a href="mailto:ovmuller@fich.unl.edu.ar">ovmuller@fich.unl.edu.ar</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Aravequia<br>Yes, I can do this correctly using DIRECT='ACCESS', RECL=6*4<br>Maybe the problem is the compiler type or the machine, I don't know, but I can<br>work now with DIRECT ACCESS files!!.<br>Thanks<br>Omar<br><br>
On Thursday 09 November 2006 10:58, José Antonio Aravéquia wrote:<br>&gt; Omar,<br>&gt;<br>&gt; The result in GrADS is the same as when I run the program.<br>&gt;<br>&gt; See my output is :<br>&gt;<br>&gt; $ crea_dat.exe<br>
&gt;&nbsp;&nbsp; 1.&nbsp;&nbsp;1.&nbsp;&nbsp;2.&nbsp;&nbsp;2.&nbsp;&nbsp;3.&nbsp;&nbsp;3.<br>&gt;<br>&gt;<br>&gt; $ gradsc -l<br>&gt;<br>&gt; Grid Analysis and Display System (GrADS) Version 1.8SL11<br>&gt; Copyright (c) 1988-2001 by Brian Doty<br>&gt; Center for Ocean-Land-Atmosphere Studies
<br>&gt; Institute for Global Environment and Society<br>&gt; All Rights Reserved<br>&gt;<br>&gt; Config: v1.8SL11 32-bit little-endian readline printim<br>&gt;<br>&gt; Issue 'q config' command for more information.<br>&gt;
<br>&gt; GX Package Initialization: Size = 11 8.5<br>&gt; ga-&gt; open bin.ctl<br>&gt; Scanning description file:&nbsp;&nbsp;bin.ctl<br>&gt; Data file bin.dat is open as file 1<br>&gt; LON set to 0 2.5<br>&gt; LAT set to -50.2 -45.2
<br>&gt; LEV set to 1000 1000<br>&gt; Time values set: 2000:1:1:0 2000:1:1:0<br>&gt; ga-&gt; set gxout print<br>&gt; ga-&gt; d val<br>&gt; Printing Grid -- 6 Values -- Undef = 1e+20<br>&gt; 1 1 2 2 3 3<br>&gt; ga-&gt;<br>
&gt; ---------------------------------------------------------------------------<br>&gt;--<br>&gt;<br>&gt; 2006/11/9, Omar Müller &lt;<a href="mailto:ovmuller@fich.unl.edu.ar">ovmuller@fich.unl.edu.ar</a>&gt;:<br>&gt; &gt; Aravequia,
<br>&gt; &gt;<br>&gt; &gt; If you run the code and then in Grads:<br>&gt; &gt; open bin.ctl<br>&gt; &gt; set gxout print<br>&gt; &gt; d val<br>&gt; &gt; You can confirm that the output is:<br>&gt; &gt; 0 1 1 2 2 3<br>&gt; &gt;
<br>&gt; &gt; Omar.<br>&gt; &gt;<br>&gt; &gt; On Wednesday 08 November 2006 13:32, José Antonio Aravéquia wrote:<br>&gt; &gt; &gt; Omar,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I noted that you didn't define nv parameter in your program.
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I did a test with the attached ctl and fortran code and it works well.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I hope it helps.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Aravequia<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; 2006/11/8, Omar Müller &lt;<a href="mailto:ovmuller@fich.unl.edu.ar">ovmuller@fich.unl.edu.ar</a>&gt;:<br>&gt; &gt; &gt; &gt; The problem is the 0 value, but I can't resolve them, when I have the<br>&gt; &gt; &gt; &gt; data:
<br>&gt; &gt; &gt; &gt; 1<br>&gt; &gt; &gt; &gt; 2<br>&gt; &gt; &gt; &gt; 3<br>&gt; &gt; &gt; &gt; 1<br>&gt; &gt; &gt; &gt; 2<br>&gt; &gt; &gt; &gt; 3<br>&gt; &gt; &gt; &gt; I hope 1 1 2 2 3 3 in GRADS<br>&gt; &gt; &gt; &gt; but I obtain with options sequential
<br>&gt; &gt; &gt; &gt; 0 1 1 2 2 3 3<br>&gt; &gt; &gt; &gt; and without options sequential<br>&gt; &gt; &gt; &gt; 3.36312e-44 0 1 1 2 2<br>&gt; &gt; &gt; &gt; Omar.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Omar,
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; My best guess is that you forgot to include &quot;options sequential&quot; in<br>&gt; &gt; &gt; &gt; &gt; your descriptor file.&nbsp;&nbsp;That could account for the leading 0 in your
<br>&gt; &gt; &gt; &gt; &gt; output.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; If the remaining points are not in the order you expect, remember<br>&gt; &gt;<br>&gt; &gt; that<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; grads loops through longitude first.
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Diane<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Omar Müller wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; I prove the next code for create binary data files
<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; program crea_dat<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; real dum(2,3)<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parameter (ni=1,nj=1,nk=1,nt=1)
<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; OPEN(8,FILE='bin.dat',status='replace',FORM='UNFORMATTED')<br>&gt; &gt; &gt; &gt; &gt; &gt; OPEN(7,FILE='data.dat',STATUS='OLD')<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do t=1,nt !temp
<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do v=1,nv !var<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do n=1,nk !level<br>&gt;
&gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
do i=1,2 !long<br>&gt; &gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
do j=1,3 !lat<br>&gt; &gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
read(7,*,END=150)d<br>&gt; &gt; &gt; &gt; &gt; &gt;
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
dum(i,j)=d<br>&gt; &gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
end do<br>&gt; &gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
end do<br>&gt; &gt; &gt; &gt; &gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
write(8)dum<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end do<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end do<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end do<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLOSE(8)<br>&gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLOSE(7)
<br>&gt; &gt; &gt; &gt; &gt; &gt; end<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; where data.dat is:<br>&gt; &gt; &gt; &gt; &gt; &gt; 1<br>&gt; &gt; &gt; &gt; &gt; &gt; 2<br>&gt; &gt; &gt; &gt; &gt; &gt; 3
<br>&gt; &gt; &gt; &gt; &gt; &gt; 1<br>&gt; &gt; &gt; &gt; &gt; &gt; 2<br>&gt; &gt; &gt; &gt; &gt; &gt; 3<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; but I obtain in GRADS:<br>&gt; &gt; &gt; &gt; &gt; &gt; 0 1 1 2 2 3 when I use d command in gxout print.
<br>&gt; &gt; &gt; &gt; &gt; &gt; Where is the error?<br>&gt; &gt; &gt; &gt; &gt; &gt; Plese help me, I'm from Argentina.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; Diane Stokes
<br>&gt; &gt; &gt; &gt; &gt; Environmental Modeling Center<br>&gt; &gt; &gt; &gt; &gt; National Weather Service/NOAA<br></blockquote></div><br>