Hi Riadh,
I don't know if I have Inter fortran. If this is necessary, why compilation is properly finished in the first time I installed TELEMAC (using automatic installer). Is this Intel Fortran Compiler opensource ?
Actually I added the bin directory of MINGW to the path, now it's running : will see wether if the compilation will be done.
For the sources number, yes Riadh I have 646 points with UTM coordinates. That is why (in my opinion) no way exists to insert all these coordinates in the steering file even I actually using a txt file for sources discharges. It's seems to be too long for lecdon_telemac2d subroutine to read all that information.
Once simulation is lunched, TELEMAC use lecdon_telemac2d to read the steering file which in turn uses declarations-telemac2d.f to get the value of MAXKEY parameter. In this subroutine MAXKEY is set to 400 (400 characters for each keyword in the steering). But still definition of MAXkEY is misleading for me. Actually, use of sources needs three keywords (abscisses des sources, débits des sources et odonnées des sources). I should not go beyond 400 characters for each keyword (abscisses<400 charcaters, debits <400 charcaters, ordonnées<400 charcaters) or them together (abscisses+débits+ordonnées <400 charcaters).
Anyway I can set up MAXKEY as greater as I want whatever its exact meaning.
Instead MAXKEY=400 I use MAXKEY=20000
I also did some modifications in DEBSCE.f
After the row number 95 I added this :
ELSEIF(I.LT.1000) THEN
WRITE(FCT(3:5),FMT='(I2)') I
FCT(6:6)=')'
Now if I manage successfully compile telemac2d (only telemac2d not the entire TELEMAC system) after these changes I strongly believe that simulation will