Hi,
I am new with fortran and i face a problem with reading a file with a huge number of rows. I want to read this file randomly and not read the data as they are stored in file.
The file is like this...
U[m/s] Dir[deg] Usdv[m/s] Umax[m/s] Time Date
7.8 233.6 0.5 9.4 0:02:00 1/9/1999
I use only the first column and i dont want to read it line by line, but randomly.
Thank you in advance,
Kostas
I am new with fortran and i face a problem with reading a file with a huge number of rows. I want to read this file randomly and not read the data as they are stored in file.
The file is like this...
U[m/s] Dir[deg] Usdv[m/s] Umax[m/s] Time Date
7.8 233.6 0.5 9.4 0:02:00 1/9/1999
I use only the first column and i dont want to read it line by line, but randomly.
Thank you in advance,
Kostas