Thank you first Mr Coulet to the support you give to everyone of us.
I work on a large river with many sources (tributaries). Telemac2D finds some sources out of domain which is not actually true. Hervouet indicates that is due to the tolerance used to identify the closest node of the mesh to the sources point and explain that small tolerance is higly necessary in prallel mode. This tolerance is about 10^-8.
In my case, I have a scilab code which calculate my sources (hydrology code : X,Y,Q(t) ) which is impossible to get value of X and Y with 10^-8 precision. In one of your post you explain that is possible to use mesh node rather coordinate of sources, I mean for each source point we can indicate its associted node from the mesh. This will be great. Shoud I modify proxim.f ? If yes, how to introduce sources in the steering file (as coordinates are mandatory)?
Regards