Hello,
I have not succeeded in downloading your files.
Anyway, I think there is a bug in the TELEMAC3D subroutine when using spherical coordinates with drogues. In the call
OS('X=Y/Z ',UCONV,UCONV,MESH2D%COSLAT)
MESH2D should be changed to MESH3D (at least not to have your error message) and also for VCONV in the following line and later with
CALL OS('X=XY ',UCONV,MESH2D%COSLAT) MESH2D -> MESH3D
and also for VCONV in the following line.
Can you tell me which version your are using. I can send you the corrected TELEMAC3D subroutine and you can use it as a FORTRAN FILE to test. It would help me as I do not have your input files.
Chi-Tuan