Hello
To do so, you have to add subroutine Telemac2D.F to your fortran file and edit the time loop in the following way
if(AT.GE.10800.D0.AND.AT.LE.10860.D0)THEN
AT=AT+DT
GOTO 4000
ENDIF
where 4000 will be a marking point at the end of the time loop. or instead of the marking point, you can simply use the commande recycle.
There is another way to do: you can edit the subroutine maskob.f which is a routine called for every time step. Thus, you can add a mask for all the domain which is called only for the time you want to freeze the flow.
I hope this helps
with my best regards
Riadh