Dear Huy,
What you did is not right. This is not how coupling works.
From the TOMAWAC manual:
COUPLING PERIOD FOR TOMAWAC (variable PERCOU_WAC), which specifies every how many TELEMAC time steps TOMAWAC is called:
o The TOMAWAC time step must be less or equal TELEMAC simulation time step multiplied by PERCOU_WAC.
o The ratio of the two time steps must be an integer.
So, I suppose that you don't define a TIMESTEP is TOMAWAC, this is taken as
I mentioned earlier:
TOMAWAC timestep = TELEMAC2D timestep * COUPLING PERIOD FOR TOMAWAC
Supposing that the minimum freq is 0.06 (from your cas file), then the max TOMAWAC timestep should be approx 15s.
So, as a starting point:
In TELEMAC2D cas:
I suggest that you use the keyword DURATION (instead NUMBER OF TIMESTEPS) in TELEMAC2D. Set DURATION = 3974400, TIMESTEP = 15 and COUPLING PERIOD FOR TOMAWAC = 1.
In TOMAWAC cas:
TIMESTEP = 15
NUMBER OF ITERATIONS FOR THE SOURCE TERMS = 1
If everything is OK, then you can try increasing TIMESTEP and COUPLING PERIOD FOR TOMAWAC for as long as you get acceptable results.
Regards,
Costas