Hello Jérôme,
A few extensions are allowed on this forum (at least .slf, .cli, .txt, .zip), it may be your issue.
Have you read the French report:
opentelemac.org/downloads/TRAINING%20AND...ation_maree_v6p2.pdf
Appendix 4 describes the format expected for the header.
With your boundary conditions file, I think, the first lines should be:
3
1 36
1496 1547
2802 2835
122 37 M
37 if there are 37 harmonic constituents e.g.
Maritime boundaries are read from the boundary numbering: 1st is the more south-east then turn anti-clockwise. In your case, your western open boundary is split into 2 parts.
You should then order the line for every open boundary with the same numbering.
Be sure the name of the harmonic constituents is written as in the declarations_telemac2d module (in array MISC_CONSTID_BTM)
Looking quickly at your mesh, you have some issues which should be solved prior to running any computation I think:
- there are 5 overconstrained triangles (I have used the keyword CHECKING THE MESH = YES, e.g. around (1.6;52.2) in England,
- there is a small element (one edge of triangle is around 1^-6 m!),
- the growth of element size is too fast between some elements, it should not be so big (try not to increase more than 20% or even 10% from one element to a neighbour.
Hope this helps,
Chi-Tuan