Hi all,
First of all, thanks for the quality of your support.
I'm in the same situation as @Christof and @Binguo : I'm looking to extract culvert's hydrogram under telemac2d v8p1r2.
I did the following (accordingly to previous posts):
- modified steering file to add e private variable;
- copied a telemac2d.F with the model (local user_fortran file declared in the steering file) and modify it.
As a result :
- in scalar mode and parrallel mode with only 1 processor : the model run correctly (and the culvert discharge is writen) ;
- in parallel mode with multiple processors, the model run correctly BUT after MPI tasks it fail to merge the different sous-modèles...
- if I force after that failure the merging, it works and the data is correctly writen... I used "runcode.py --merge -w C:\modeldirectory\cas.txt_2020-12-02-11h53min41s telemac2d C:\modeldirectory\cas.txt_2020-12-02-11h53min41s\T2DCAS".
Does anyone have any hint?
Thanks
Please find the log attached