Ok. Just to be sure that your atmospheric data are correctly read, can you output the wind variables, and potentially air pressure if you use it (VARIABLES FOR GRAPHIC PRINTOUTS=X;Y;P), and check if you have the same values in your input file.
For the time step, you have 2 solutions:
- either VARIABLE TIME-STEP = yes, DURATION = duration of your simulation, DESIRED COURANT NUMBER = something lower than 1. There is no minimum time step value as you mentioned, Telemac2D computes the time step automatically.
- or constant time step with VARIABLE TIME-STEP = no (default setting), TIME STEP and NUMBER OF TIME STEP. and then you have to set the TIME STEP as lower to have a courant number lower than 1 (VARIABLES FOR GRAPHIC PRINTOUTS=L) according your mesh resolution and the velocities of the currents in your domain.
You can't mix both solutions has you did in your steering file.
I don't understand why you want to have 0 velocities on your tidal boundaries. Try to comment this keyword.
Regards,
Laurent