Welcome, Guest
Username: Password: Remember me

TOPIC: TELEMAC-2D Fail to run

TELEMAC-2D Fail to run 6 years 11 months ago #28333

  • fredws
  • fredws's Avatar
HI everyone, I'm currently working on my thesis about Using TELEMAC to simulate a river's hydrodynamic.
I've created those input files as the instruction in Baxter tutorial.

But there are some errors which I don't understand. I think there are problems with the boundaries or the data, but I'm not sure and don't know how to fix them. Or there are lines in steering file that causes the problems, because I don't really understand what each line does.

Please help me find out what I'm missing.
I really appreciated your response.

PS: I've also attached all my files here. The bottom topography file is too big to be here, but I think there's no issue with it.

Here is the log
C:\opentelemac\v6p3>run.bat

C:\opentelemac\v6p3>cd C:\

C:\>cd opentelemac

C:\opentelemac>cd v6p3

C:\opentelemac\v6p3>cd scripts

C:\opentelemac\v6p3\scripts>cd python27

C:\opentelemac\v6p3\scripts\python27>runcode.py telemac2d C:\telemacexample\songhan\riverhan.cas


Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... parsing configuration file: C:\opentelemac\v6p3\configs\systel.cfg


Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+> configuration: win7gfors
+> root: C:\opentelemac\v6p3
+> version v6p3r2


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


... reading the main module dictionary

... processing the main CAS file(s)
+> running in English

... checking parallelisation

... handling temporary directories

... checking coupling between codes

... first pass at copying all input files
+> riverhan.cas
copying: telemac2d.dico C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DDICO
re-writing: C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DCAS
copying: boundary_condition.cli C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DCLI
copying: geometry.slf C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DGEO
copying: liquid_bound.qsl C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DIMP
copying: bottom_topo.xyz C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\T2DFON

... checking the executable
re-copying: telemac2d.exe C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\out_telemac2d.exe

... handling sortie file(s)


Running your simulation(s) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\out_telemac2d.exe



LISTING OF TELEMAC-2D

TTTTT EEEEE L EEEEE M M AAAAA CCCCC
T E L E MM MM A A C
T EEE L EEE M M M AAAAA C
T E L E M M A A C
T EEEEE LLLLL EEEEE M M A A CCCCC

2D VERSION 6.3 FORTRAN 90
WITH SEVERAL TRACERS
COUPLED WITH SISYPHE AND TOMAWAC

&END
LINE: 44 UNKNOWN COMMAND

********************************************
* LECDON: *
* AFTER CALLING DAMOCLES *
* CHECKING OF DATA READ *
* IN THE STEERING FILE *
********************************************

EXITING LECDON. NAME OF THE STUDY:
SONGHAN

OPENING FILES FOR TELEMAC2D

*****************************
* MEMORY ORGANIZATION *
*****************************

READGEO1: TITLE= newSelafin
NUMBER OF ELEMENTS: 2719
NUMBER OF POINTS: 1521

FORMAT NOT INDICATED IN TITLE

MXPTEL (BIEF) : MAXIMUM NUMBER OF ELEMENTS AROUND A POINT: 7
MAXIMUM NUMBER OF POINTS AROUND A POINT: 7
CORRXY (BIEF):NO MODIFICATION OF COORDINATES

MESH: MESH ALLOCATED

*************************************
* END OF MEMORY ORGANIZATION: *
*************************************

INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)

FONSTR (BIEF): BATHYMETRY GIVEN IN FILE : bottom_topo.xyz
FOND (BIEF):
NUMBER OF POINTS IN THE BOTTOM FILE: 895336
STRCHE (BIEF): NO MODIFICATION OF FRICTION

THERE IS 2 LIQUID BOUNDARIES:

BOUNDARY 1 :
BEGINS AT BOUNDARY POINT: 1 , WITH GLOBAL NUMBER: 1
AND COORDINATES: 203891.4 1774373.
ENDS AT BOUNDARY POINT: 10 , WITH GLOBAL NUMBER: 1369
AND COORDINATES: 204427.1 1774171.

BOUNDARY 2 :
BEGINS AT BOUNDARY POINT: 162 , WITH GLOBAL NUMBER: 1521
AND COORDINATES: 203123.5 1781474.
ENDS AT BOUNDARY POINT: 172 , WITH GLOBAL NUMBER: 151
AND COORDINATES: 202248.5 1781260.

THERE IS 2 SOLID BOUNDARIES:

BOUNDARY 1 :
BEGINS AT BOUNDARY POINT: 10 , WITH GLOBAL NUMBER: 1369
AND COORDINATES: 204427.1 1774171.
ENDS AT BOUNDARY POINT: 162 , WITH GLOBAL NUMBER: 1521
AND COORDINATES: 203123.5 1781474.

BOUNDARY 2 :
BEGINS AT BOUNDARY POINT: 172 , WITH GLOBAL NUMBER: 151
AND COORDINATES: 202248.5 1781260.
ENDS AT BOUNDARY POINT: 1 , WITH GLOBAL NUMBER: 1
AND COORDINATES: 203891.4 1774373.

CORFON (TELEMAC2D): NO MODIFICATION OF BOTTOM

================================================================================
ITERATION 0 TIME: 0.0000 S
THE LIQUID BOUNDARIES FILE CONTAINS
366 LINES WITH:
Q(1) SL(2)
USING STREAMLINE VERSION 6.3 FOR CHARACTERISTICS
DEBIMP : PROBLEM ON BOUNDARY NUMBER 1
GIVE A VELOCITY PROFILE
IN THE BOUNDARY CONDITIONS FILE
OR CHECK THE WATER DEPTHS

PLANTE: PROGRAM STOPPED AFTER AN ERROR
_____________
runcode::main:
:
|runCode: Fail to run
|C:\telemacexample\songhan\riverhan.cas_2017-12-02-10h56min58s\out_telemac2d.exe
|~~~~~~~~~~~~~~~~~~
|Note: The following floating-point exceptions are signalling: IEEE_DENORMAL
|STOP 2
|~~~~~~~~~~~~~~~~~~
Attachments:
The administrator has disabled public write access.

TELEMAC-2D Fail to run 6 years 11 months ago #28337

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
This problem has been already answered in the forum.
There is no water on the boundary where you want to impose discharge so the program stop.
Change the initial condition at least locally.

regards
Christophe
The administrator has disabled public write access.
The following user(s) said Thank You: fredws

TELEMAC-2D Fail to run 6 years 11 months ago #28343

  • fredws
  • fredws's Avatar
Thank you so much for your help The problem is finally resolved.
The administrator has disabled public write access.
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.