Hello,
It is not clear whether you want to apply the stress due to waves from a file stemming from Tomawac, or if you implement yourself specific Fortran for reading yoour own data in the file, in the latter case channel 24 is correct except if you do coupling with Sisyphe, in which case the channel numbers are changed. The correct implementation would then be :
Beginning of your subroutine, if necessary :
USE DECLARATIONS_TELEMAC2D, ONLY : T2D_FILES,T2DBI1
INTEGER UL
then:
UL=T2D_FILES(T2DBI1)%LU
is the channel number (and T2DBI1 is equal to 24)
The error seems to be on a character string, possibly the title of a serafin file, hence the first record, it could be also a big_endian little_endian mismatch.
Regards,
Jean-Michel Hervouet