Hello,
To complete Nayef's anwer, if you follow the format used in the $HOMETEL/examples/telemac2d/wind_txy example, you do not need to change meteo.f and idwm_t2d.f subroutines available in the user_fortran folders.
You can also have a look at what is available in $HOMETEL/sources/utils/bief/meteo_telemac.f module.
If you follow the expected format (only described in this module written in Fortran), you can have wind depending on time and space:
- for ASCII format depending on 1, 2 or 3 locations,
- for binary format depending on every node of the mesh (it is a Serafin file based on the mesh of the geometry file).
Hope this helps,
Chi-Tuan