Hello,
I'm very new to TELEMAC-3D and am trying to model with drogue/particle outputs.
I've copied the TELEMAC 3D particles example and edited the user_flot3d file to include UTM coordinates and depth (below). The job runs but my drogues output doesn't have any data. Each drogue section of the TELEMAC.out and sortie files show this error:
ERROR ON THE MASS DURING THIS TIME STEP
I'm guessing the issue may be due to either incoherence of time steps with the cas file? or do I need to change the numbers to do with LT?
Hope you can help, let me know if you need more :)
IF(LT.LE.600.AND.(10*(LT/10).EQ.LT.OR.LT.EQ.1)) THEN
CALL ADD_PARTICLE(346926.D0,5893245.D0+LT/3.D0,2.5D0+LT/100.D0,
& LT,1,NFLOT,
& NFLOT_MAX,XFLOT,YFLOT,ZFLOT,TAGFLO,CLSFLO,
& SHPFLO,SHZFLO,ELTFLO,ETAFLO,MESH3D,NPLAN,
& 0.D0,0.D0,0.D0,0.D0,0,0)
ENDIF