Hello Telemac community,
I have been using Telemac for some time now as a novice user. I'm trying to improve through the different project I'm able to run that's why i'm seeking for some help for you today.
I'm currently working on a project were I would like to study the flooding plain along a river. I have been able to make a first simulation where i can already see the flooding plain. However, my project is facing a error when I try to add the rainfall / runoff calculation based on the "Pluie" example.
The command prompt is returning following error : "Program received signal SIGSEGV: Segmentation fault - invalid memory reference"
I have checked online and saw that the error already occured for some other people. As suggested in these thread I have been adding to my code the following lines :
DEBUGGER = 1
CHECKING THE MESH = YES
The mesh check doesn't return any error. According to the debbugging it seems that the error occur when calling the "prosou.f" subroutine.Is it possible that the issue come from the coordinate system, the elevation data come from a L93 - CC44 file and the project have been developped accordingly) ?
You can find attached the files I'm using for the simulation. There is an island created on the projet but this is to allow a discharge point for the culvert.
I'm taking the opportunity of the post to thanks all the team who is doing a incredible work helping the user. If by any chance the people from the community have some advice on fortran tutorial in order to learn a bit more about how the subroutines works i would be glad to hear it.