Hello Tom,
In your log_I3_IRANK3.txt, it seems that the error occurs in TR3 function at line 87. I cannot see your whole tr3.f file but does it correspond to
WRITE(FCT(IRANK:IRANK+1),FMT='(I2)') I
just after line
Can you try the enclosed file please and tell if your issue still occurs?
I have changed the line by:
WRITE(FCT(IRANK:IRANK+2),FMT='(I3)') I
in addition to
Be careful if you have more than 100 liquid boundaries and more than 10 tracers, you may have to change the length of FCT from 9 to 10 and also change other lengthes in other subroutines/functions.
Hope this helps,
Chi-Tuan
PS: you should avoid using tabulations in your ASCII files. You may encounter problems with TELEMAC.