I want to simulate by placing water sources at a number of points in the domain. Following the user manual I have specified the source coordinates and discharge like:
TYPE OF SOURCES = 2
ABSCISSAE OF SOURCES = 9.600;9.574;9.561;9.891;10.394;10.420;10.367;10.367
ORDINATES OF SOURCES = 10.195;9.878;9.614;9.587;9.574;9.865;10.209;10.486
WATER DISCHARGE OF SOURCES = 2;2;2;2;2;2;2;2
As one can see there are 8 source points. The program is running OK. But if I increase the number of sources to 9 the program stops, showing the error:
END OF FILE FOR DAMOCLES
9 ABSCISSAE OF SOURCES EXPECTED
8 FOUND
PLANTE: PROGRAM STOPPED AFTER AN ERROR
_____________
runcode::main:
:
|runCode: Fail to run
|C:\opentelemac-mascaret\v7p0\examples\telemac2d\DB\t2d_dambreak_v2p0.cas_2022-09-05-12h25min12s\out_t2d_dambreak.exe
|~~~~~~~~~~~~~~~~~~
|STOP 2
|~~~~~~~~~~~~~~~~~~
Can anyone kindly explain the solution to this problem??
The administrator has disabled public write access.
MANAGING WATER SOURCES
2 years 10 months ago #40975
Assuming you are adding a 9th value to the abcissae and ordinates in your file, make sure the number of caracters is not exceeding 72 per line. (fortran limit)
I suspect your 8th source in the example you give is at x=10.000 and y=10.400 and not x=10.367 and y =10.486
Hope that helps,
Patrick
The administrator has disabled public write access.
The registration and abstract submission for the 2025 TELEMAC User Conference is now live! Early Bird registration is £200 (about 237 Euro at time of writing). Abstract is 600 words. Deadline is EXTE [ ... ]