Thanks Coulet,
I tried to execute it manually and I got the following error:
At line 362 of file /opt/telemac/v7p2r3/sources/utils/gretel/gredelhyd_autop.f
Fortran runtime error: Substring out of bounds: lower bound (0) of 'nomsou' is less than one
which corresponds to this line in gredelhyd_autop.f
00362 WRITE(3, '(A,I4.4,I2.2,I2.2,I2.2,I2.2,I2.2,A)' )
00363 & "conversion-start-time '",IYEAR,IMONTH,IDAY,
00364 & IHOUR,IMIN ,ISEC, "'"
00365 JULIAN_DAY = REFER_DAY + DBLE(ITSTOP)/(86400.D0*36525.D0)
00366 CALL GREGTIM( JULIAN_DAY, IYEAR, IMONTH, IDAY,
00367 & IHOUR, IMIN, ISEC )
But nomsou seems to be related to the coordinate reference system, which seems fine when running TELEMAC only.
Does this mean it's a error related to the time format of my TELEMAC simulation because I am currently running it without any transient flow boundary conditions or wind data?