Hello,
You only have 95 triangles in your mesh. Too few triangles to run in parallel (why did you choose PARALLEL PROCESSORS = 44?).
Please delete this line in your steering file.
Anyway, there are strange things in your geometry file + steering file:
- do you really want to mesh such a shape? Or did you intend to model a rectangle?
- you should refine your mesh, you only use triangles with 2 vertices belonging to a boundary. In particular to model open boundaries, 2 or 3 nodes are not enough. Have a look at the TELEMAC-2D validation manual to see examples of meshes,
- if the bottom elevation is positive (you have a constant elevation equal to 0.3 m), hard to prescribe a water elevation below this elevation (PRESCRIBED ELEVATIONS = 0.0;0.0),
- you will see that you have to choose a LAW OF BOTTOM FRICTION + a FRICTION COEFFICIENT.
I think you should carefully read the TELEMAC-2D user manual and TELEMAC-2D validation manual. You should also have a look at the TELEMAC-2D examples. Very helpful.
Hope this helps,
Chi-Tuan