I need to put more than 100 sources in my domain.
I thought that changing the value of the variable MAXSCE in declarations_telemac2d.f would be enough, but I got the following error:
*********************************************
ADRESS GREATER THAN NMAX = 400
TOO MANY VALUES OF TYPE : 2 DECLARED.
STOP OF DAMOCLES AT KEY-WORD NUMBER: 37
*********************************************
I think the reason is the definition of ABSCISSAE OF SOURCES and ORDINATES OF SOURCES that is too long in the CAS file.
I guess it could be solved by changing the value of the variable NMAX (defined as "TAILLE MAXIMALE AUTORISEE POUR LES TABLEAUX" in the comments of several source files), but I don't know where...
Could someone help me? By telling me where to change the value of NMAX, or by giving me an alternative solution to my problem.
FYI, I attached two CAS files: the first one (test_009) with 12 sources is working, the second one (test_010) with 121 sources is not. At the end, I will need several thousands of sources.