Hi,
In addition to possible compilation issue, the execution log tells you that PARTEL can't split your geometry file:
runPARTEL: Could not split your file T2DGEO (runcode=139) with the error as follows:
It's better to run your case in sequential mode to investigate the problem, and it confirms the issue of mesh/boundary condition file:
INITIALIZING TELEMAC2D FOR
POINT 156 IS ON A BOUNDARY
BUT NOT IN THE LIST OF BOUNDARY POINTS
OR THE NUMBER OF LINES IN THE BOUNDARY
CONDITIONS FILE IS GREATER THAN: 987
NUMBER TAKEN IN THE GEOMETRY FILE
PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
So, it means that your boundary conditions file does not agree with your geometry file.
You also have other inconsistencies in your case:
- Bottom values are 0 on the liquid boundary points, is it really what you want?
- the variable "BOTTOM FRICTION" in your geometry file seems to be equal to the bathymetry (values between 0 and 1) which is not in agreement with the bottom friction law you're using (Strickler)
- once your boundary conditions file will be correct, be careful with the order of your prescribed boundary conditions (imposed discharge/elevation)
I advise you to carefully read the user manual and try to run and understand simple test cases provided with the telemac distribution.
Regards,
Laurent