Dear community,
I have a file with harmonics for tide calculations at boundaries, and I have declared the name of that file into my cas file as follows
FORMATTED DATA FILE 2 : './harmonics.txt'
but I get an error message:
|runCode: Fail to run
|/home/nik/testt/t2d1.cas_2019-05-28-23h07min15s/out_princi_1
|~~~~~~~~~~~~~~~~~~
|At line 257 of file t2dfort.f (unit = 9, file = 'fort.9')
|Fortran runtime error: End of file
I have checked in my fortran file where I modified bord.f that it returns the correct file name when I type :
print*,T2D_FILES(T2DFO2)%NAME
Also before the line 257 where it tries to read the file, the compiler executes with no problem the command REWIND(T2DFO2). To make it even better, it worked fine with version 6p3r1
Many thanks and regards