read binary Quickscat
diego
diego333medina at YAHOO.ES
Tue Feb 28 09:41:21 EST 2006
hi all:
I want to read the binary data of Quickscat
http://airsea.jpl.nasa.gov/DATA/QUIKSCAT/wind/2005/
with Fortran :
......
parameter (l=720,m=301)
character*80 infile
real u(l,m),v(l,m)
infile = '2005/05070112.nrt'
#open(1,file=infile,form='unformatted',status='old',access='direct',recl=l*m)
open(1,file=infile,form='unformatted',status='old')
read(1,rec=1) ((u(i,j),i=1,l),j=1,m)
read(1,rec=2) ((v(i,j),i=1,l),j=1,m)
close(1)
but I have errors.
./a.out
k========= 1
start: end of file
apparent state: unit 10 named 2005/05070112.nrt
lately reading sequential unformatted external IO
Abortado
somebody can help me?
thanks
Diego
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
More information about the gradsusr
mailing list