Hi,
I got this error when I try to read the data :
forrtl: severe (67): input statement requires too much data, unit 2, file /home/Results/7/u_value.txt
I did "od -t x4 u_value.txt |head" and got:
0000000 00134100 3f8036d8 3f8089eb 3f80cc25
0000020 3f80fdd4 3f81258b 3f814646 3f8160c3
0000040 3f817565 3f8184da 3f81900d 3f8197ef
0000060 3f819d56 3f81a0f0 3f81a341 3f81a4aa
0000100 3f81a570 3f81a5c6 3f81a5cf 3f81a5a4
0000120 3f81a558 3f81a4f6 3f81a488 3f81a414
0000140 3f81a39d 3f81a328 3f81a2b7 3f81a24a
0000160 3f81a1e2 3f81a180 3f81a125 3f81a0cf
0000200 3f81a080 3f81a036 3f819ff2 3f819fb3
0000220 3f819f79 3f819f44 3f819f13 3f819ee7
What does that mean? I'm suspecting that the file is too large to read in but it's only 60mb of binary data.
Thanks for the help!