Welcome, Guest
Username: Password: Remember me

TOPIC: Urban flooding

Urban flooding 3 months 2 weeks ago #44035

Here's the code I run, and I don't know what went wrong
Anybody can help me?

(telemac) C:\Users\86199\Desktop\TELEMAC_silulation_llt2>Python -m telemac2d NN_steady_state_modifiedd.cas


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

___ _ _
/ _ \ | || |
__ __| (_) | _ __ | || |_
\ \ / / > _ < | '_ \ |__ _|
\ V / | (_) || |_) | | |
\_/ \___/ | .__/ |_|
| |
|_|


Running your CAS file(s) for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



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

gnu.static:


+> Windows static build using Mingw and MS-MPI

+> root: C:\TELEMAC
+> module: ad / api / artemis / bief
damocles / gaia / gretel / hermes
identify_liq_bnd / khione / mascaret / nestor
parallel / partel / postel3d / sisyphe
special / stbtel / telemac2d / telemac3d
tomawac / waqtel


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


... processing the steering file
~> Checking keyword/rubrique coherence

... checking parallelisation

... handling temporary directories
copying: NN_steady_state_modifiedd.cas -> C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DCAS
copying: telemac2d.dico -> C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DDICO
copying: rating_curve_So_001.txt -> C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DMAB
copying: geometry.slf -> C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DGEO
ignoring: NN_steady_state_modifiedd.cas C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DCAS
copying: New mesh.cli -> C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\T2DCLI

... checking the executable


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



In C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s:
mpiexec -n 1 C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\out_telemac2d.exe


MASTER PROCESSOR NUMBER 0 OF THE GROUP OF 1
EXECUTABLE FILE: C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\A.EXE
LISTING OF TELEMAC2D

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 V8P4 FORTRAN 2003

~^~^~^~^~^~^~^~^~^~^~^^~^~^~^~^~^~
~ ~
\ ' o '
/\ o \ o
>=)'> ' /\ '
\/ \ >=)'> ~
/ /\ \/
~ >=)'> / .
\/ )
/ (
~ ) )
} ~ ( ( (
{ ) ) )
} } . ( ( (
{ { /^^^^^^^^^^^^
^^^^^^^^^\ /
^^^^^^^^^

DIFFERENT NUMBER OF PARALLEL PROCESSORS:
DECLARED BEFORE (CASE OF COUPLING ?): 1
TELEMAC-2D : 0
VALUE 1 IS KEPT

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

EXITING LECDON. NAME OF THE STUDY:
Nanning city tutorial

OPENING FILES FOR TELEMAC2D
OPENING: T2DGEO-geometry.slf
OPENING: T2DCLI-New mesh.cli
OPENING: T2DRES-nanning_SS_results.slf
OPENING: T2DMAB-rating_curve_So_001.txt

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

READ_MESH_INFO: TITLE= geometry
NUMBER OF ELEMENTS: 2452
NUMBER OF POINTS: 1465

TYPE OF ELEMENT: TRIANGLE
TYPE OF BND ELEMENT: POINT

FORMAT NOT INDICATED IN TITLE

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

MESH: MESH ALLOCATED

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

INITIALIZING TELEMAC2D FOR
INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)
FONSTR : FRICTION COEFFICIENTS READ IN THE
GEOMETRY FILE
STRCHE (BIEF): NO MODIFICATION OF FRICTION

FRONT2 : ERROR AT BOUNDARY POINT 132
LOCAL NUMBER 37
SOLID POINT BETWEEN TWO LIQUID POINTS

PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2

job aborted:
[ranks] message

[0] application aborted
aborting MPI_COMM_WORLD (comm=0x44000000), error 2, comm rank 0

---- error analysis

[0] on DESKTOP-PDK83EN
C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\out_telemac2d.exe aborted the job. abort code 2

---- error analysis
Traceback (most recent call last):
File "runpy.py", line 196, in _run_module_as_main
File "runpy.py", line 86, in _run_code
File "C:\TELEMAC\scripts\python3\telemac2d.py", line 7, in <module>
main('telemac2d')
File "C:\TELEMAC\scripts\python3\runcode.py", line 288, in main
run_study(cas_file, code_name, options)
File "C:\TELEMAC\scripts\python3\execution\run_cas.py", line 169, in run_study
run_local_cas(my_study, options)
File "C:\TELEMAC\scripts\python3\execution\run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "C:\TELEMAC\scripts\python3\execution\study.py", line 644, in run
self.run_local()
File "C:\TELEMAC\scripts\python3\execution\study.py", line 465, in run_local
run_code(self.run_cmd, self.sortie_file)
File "C:\TELEMAC\scripts\python3\execution\run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
mpiexec -n 1 C:\Users\86199\Desktop\TELEMAC_silulation_llt2\NN_steady_state_modifiedd.cas_2024-01-30-15h27min30s\out_telemac2d.exe
The administrator has disabled public write access.

Urban flooding 3 months 2 weeks ago #44036

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
Hi
Just read the log, everything is in it in your case!
Search ERROR!
Christophe
The administrator has disabled public write access.

Urban flooding 3 months 2 weeks ago #44037

Thank you very much for your reply
But I still don't quite understand "PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2"

Could you please tell me more about it?
The administrator has disabled public write access.

Urban flooding 3 months 2 weeks ago #44038

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
There is another error message just 3 lines upper
Christophe
The administrator has disabled public write access.

Urban flooding 3 months 2 weeks ago #44039

I think there was a problem with the boundary setting, so I re-set the boundary in BlueKenue, but the following situation occurred

INITIALIZING TELEMAC2D FOR
POINT 60 IS ON A BOUNDARY
POINT 91 IS ON A BOUNDARY
BUT NOT IN THE LIST OF BOUNDARY POINTS
OR THE NUMBER OF LINES IN THE BOUNDARY
CONDITIONS FILE IS GREATER THAN: 520
NUMBER TAKEN IN THE GEOMETRY FILE

PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
The administrator has disabled public write access.

Urban flooding 3 months 2 weeks ago #44040

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
The geometry file and the cli file are not consistent...
Christophe
The administrator has disabled public write access.
The following user(s) said Thank You: 刘利韬
Moderators: pham

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