Trying to run TELEMAC-2D model for a project, which involves rain and point water source. The model cannot run through or does not run ideally.
For rain case, the need is to add 12-hour time-dependent rain. I follow the Forum post:
opentelemac.org/index.php/kunena/16-tele...on-time-series#26752
and use a formatted data file with the format of "meteo_thermic_case1.txt" file from examples/waqtel. However, the model does not read any data from the file, leading to zero rain.
For water source, the need is to put 6 point sources in the domain, and each has time-dependent water discharge. Use keywords ABSCISSAE OF SOURCES and ORDINATES OF SOURCES to specify the coordinates. However it stops running.
The listing error information is as:
ERREUR LINE 48, REAL EXPECTED :
OREINATES OF SOURCES =624000.0;624800.0;627200.0;626400.0;624000.0;62280
or
... reading the main module dictionary
... processing the main CAS file(s)
runCAS:
|readCAS: ... could not find the following keyword in the selected dictionary file: 1959800.0 1957800.0 1957000.0 1955600.0 1952000.0 ORDINATES OF SOURCES
| ~> you may not be running the code associated to your CAS file.
In addition, the SOURCES FILE giving time-dependent discharge generates error and stop.
Since the project data is confidential, I attach all input files of baxter example, which has identical problem here.