hi slr.
in the meteo_telemac.f fortran file that compute the wind (with other meteorological data) it is written :
" WINDS,WINDD : WIND
! > Measured in m/s and degree angle clockwise from north"
which is eventually the Meteorological convention.
But if you have a problem with those two conventions (meteorological and Nautical Convention) here is what I learnt after the explanation of other members and an other website:
=> Meteorological convention :
- Describing where the object (WIND) comes from
Eg: wind 0 degree = wind coming from North and going to South
Wind 135 deg= wind coming from SE going to NW (NO in french)
- international convention for wind, used by Copernicus (era-5) or Nasa power for example to describe The wind.
- used as input in the ascii file for TELEMAC
=> Nautical or Oceanographic convention
- Describing where the object (Wind or wave) goes to...
Eg: wind 0 degree = wind coming from south and going to north
Wind coming from SE and going to NW (NO) = wind 315 degree
- used by bleukenue to show wind results after the telemac 2d and 3d computation
- the convention written in the selafin .slf result file (I need confirmation by an Admin)
- used by an other module tomawac as the default input convention for WAVE
=> Remark
As telemac input and output are in two different conventions you can be lost in the beginning but you have to focus on 2 things :
- the arrows, showing you where the wind comes from and goes to
- and the conversion : Meteorological = Nautical + 180
* sorry for the modification I made to the original Image of the "Rose des vents" to describe the nautical convention but I didn't find any interesting original image for that.
*hope this help
Josias