- #1
USTCkong
- 4
- 0
Hi, I am a beginner of Fortran. Recently I try to use a fortran code for my simulation. But it always shows me the following error when execute the program: At line 18 of the file sous.f (unit =11, file = 'fluid'), fortran runtime error, End of file, Error termination. Backtrace: could not print backtrace.
The program is the following:
the file fluid.int is the following:
1.0200167 1403.0953
1.0400334 2930.1503
1.06005 3005.3186
1.0800667 3079.2313
1.1000834 3159.2497
1.1201001 3232.848
1.1401168 3307.9705
1.1601334 3381.9916
1.1801501 3445.305
1.2001668 3501.6538
1.2201835 3563.9407
1.2402002 3629.1324
1.2602168 3676.5754
1.2802335 3716.7428
1.3002502 3769.7548
1.3202669 3827.6405
1.3402836 3879.3974
1.3603003 3921.094
1.3803169 3966.1734
1.4003336 4016.8839
1.4203503 4060.472
1.440367 4100.4401
1.4603837 4143.1311
1.4804003 4185.0333
1.500417 4228.3119
1.5204337 4273.3999
1.5404504 4315.4772
1.5604671 4351.4981
1.5804837 4386.2771
1.6005004 4426.1663
1.6205171 4466.9572
1.6405338 4503.2937
1.6605505 4535.8692
1.6805671 4568.8949
1.7005838 4607.0189
I really don't know the reason. Very appreciate to help me!
The program is the following:
the file fluid.int is the following:
1.0200167 1403.0953
1.0400334 2930.1503
1.06005 3005.3186
1.0800667 3079.2313
1.1000834 3159.2497
1.1201001 3232.848
1.1401168 3307.9705
1.1601334 3381.9916
1.1801501 3445.305
1.2001668 3501.6538
1.2201835 3563.9407
1.2402002 3629.1324
1.2602168 3676.5754
1.2802335 3716.7428
1.3002502 3769.7548
1.3202669 3827.6405
1.3402836 3879.3974
1.3603003 3921.094
1.3803169 3966.1734
1.4003336 4016.8839
1.4203503 4060.472
1.440367 4100.4401
1.4603837 4143.1311
1.4804003 4185.0333
1.500417 4228.3119
1.5204337 4273.3999
1.5404504 4315.4772
1.5604671 4351.4981
1.5804837 4386.2771
1.6005004 4426.1663
1.6205171 4466.9572
1.6405338 4503.2937
1.6605505 4535.8692
1.6805671 4568.8949
1.7005838 4607.0189
I really don't know the reason. Very appreciate to help me!