Here is an answer on another topic which could be useful to link here :
www.opentelemac.org/index.php/kunena/16-...explicit-error#14773
I have used Jean-Michel correction of point_tomawac.f.
In scalar mode, all is good without problem of compatibility with V6P3 version.
In parallel mode I have the next error :
Concerning the writing format, I don't know if it is important or not but the main error for me is about file unit 99. I have used debug mode and some added some check points in Fortran file :
And I have the next error on the console :
So the bug seems to be coming from the loop on ILEO. At the first iteration, file 99 exists but as it is delete at the end of the first iteration, it can't work to open the file at the second iteration.
Does somebody know how to resolve this problem? I don't really master the subroutines called here and the links between...
Regards