Hi everyone
I spent more than 1 week to solve the problem of sources number (I have a thousand source points with UTM coordinates) but still got the error message despite the changes I've done (see below)
ADRESS GREATER THAN NMAX = 400
TOO MANY VALUES OF TYPE : 2 DECLARED.
STOPOF DAMOCLES AT KEY-WORD NUMBER : 37
I've seen in some posts that MAXKEY must be changed in declarations-telemac2d.f (in C:\opentelemac-mascaret\v7p1\sources\telemac2d>) and I did it (MAXKEY = 1000) . I aslo did this modifications :
In delcalarations-telemac2d.f : rather than INTEGER MAXSCE I used INTEGER, PARAMETER :: MAXSCE = 1000.
In DEBSCE.f (in line 81) : I used ELSEIF(I.LT.1000) THEN rather than ELSEIF(I.LT.100) THEN.
After these changes, I re-compiled The entire TELEMAC system by opening a cmd window on V7P1 forlder and writing compileTELEMAC.py -rescan>OUTT.txt.
Surprise I cannot see any changes inside OUTT.txt (see attached) and think somethong gone wrong.
File Attachment:
File Name:
OUTT.txtFile Size: 8 KB