Hello everyone,
I am using Telemac to simulate tides using TPXO but also other atlases like FES2014.
When using these atlases, I have to convert the coordinates of the nodes (in my case Lambert93) into the same coordinate system as the atlas (in my case WGS84).
I follow the official guide
'Méthodologie pour la simulation de la marée avec la version 6.2 de TELEMAC-2D et TELEMAC-3D' and I see on p26 that I should set the angle BETA between these two projections
(see attached picture).
But I cannot find how to calculate this guy, I thought it would be easy but then I searched more about Geodesy and …
I made a try using Matlab
(see attached picture), my method was choosing two nodes and creating a vector going between these two nodes ; then create a second vector with the converted coordinates of the same nodes. Finally measuring the angle between these two vectors.
Problem : I think it is wrong as the value of the angle BETA is different if I choose different nodes. I know it can vary a little bit but I observe a variation from 3° to 10° on a mesh which measures 'only' 93km.
Thanks in advance to anyone helping me.