Hi Toby,
I suggest running a TELEMAC-2D simulation for wind first, then import results to TOMAWAC as a binary file. That saves you the trouble of Fortran editing if you are not familiar with editing subroutines.
You can follow the steps below:
1- In the TELEMAC-2D steering file set keywords WIND and OPTIONS FOR WIND to YES and 2, respectively.
2- Assign the keyword ASCII ATMOSPHERIC DATA FILE with the name of the wind data (Varying in time)
3- Your ASCII wind data file should have the following format:
TIME FUAIR FVAIR
s m/s m/s
0, 5, 6
100, 6, 7
200, 5, 8
4- Assign the keyword FORTRAN FILE to the name of the folder containing Fortran subroutines needed. (meteo.f only needed I think, but add idwm_t2d.f and corfon.f also just in case)
5- Make sure you give the keyword VARIABLES FOR GRAPHIC PRINTOUTS the following values: 'U,V' , then run the simulation.
In TOMAWAC's steering file add the following lines:
CONSIDERATION OF WIND = YES
STATIONARY WIND = NO
WIND FILE FORMAT= 3
BINARY WIND FILE = ' YOUR_TELEMAC_RESULTS_FILE.slf'
That's one way to do it of course, hope this helps.
Nayef