Welcome, Guest
Username: Password: Remember me

TOPIC: runCAS: fail to run

runCAS: fail to run 11 years 4 months ago #9583

  • thai30a
  • thai30a's Avatar
Hi everyone.

I have created a simulation myself. When I run steering file, there is error massage:
C:\>telemac2d.py -s C:\opentelemac\test\steeringfile.cas


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

... parsing configuration file: C:\opentelemac\v6p2\config\systel.cfg


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

    +> configuration: gfortran
    +> root:          C:\opentelemac\v6p2
    +> version        v6p2


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



Running steeringfile.cas with telemac2d under C:\opentelemac\test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... reading module dictionary
... running in English with  steeringfile.cas
 re-writing:  C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22s\T2DCAS

    copying:  conlim.cli C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58mi
n22s\T2DCLI
    copying:  geo.slf C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22
s\T2DGEO
    copying:  telemac2dv6p2.dico C:\opentelemac\test\steeringfile.cas_2013-07-06
-03h58min22s\T2DDICO
    copying:  bathy.xyz C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min
22s\T2DFON
    copying:  QH.qsl C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22s
\T2DIMP
    copying:  Chezy.f C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22
s\t2dfort.f
gfortran -c -O3 -ffixed-line-length-132 -fconvert=big-endian -frecord-marker=4 -
cpp -DHAVE_TECPLOT -I C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran -I C:\op
entelemac\v6p2\sisyphe\sisyphe_v6p2\gfortran -I C:\opentelemac\v6p2\tomawac\toma
_v6p2\gfortran -I C:\opentelemac\v6p2\bief\bief_v6p2\gfortran -I C:\opentelemac\
v6p2\damocles\damo_v6p2\gfortran -I C:\opentelemac\v6p2\mumpsvoid\mumpsvoid_v6p2
\gfortran -I C:\opentelemac\v6p2\paravoid\paravoid_v6p2\gfortran -I C:\opentelem
ac\v6p2\special\special_v6p2\gfortran   t2dfort.f
gfortran -fconvert=big-endian -frecord-marker=4 -o Chezy.exe t2dfort.o -Xlinker
--start-group C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran\telemac2dv6p2.li
b C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran\sisyphev6p2.lib C:\opentelem
ac\v6p2\telemac2d\tel2d_v6p2\gfortran\tomawacv6p2.lib C:\opentelemac\v6p2\telema
c2d\tel2d_v6p2\gfortran\biefv6p2.lib C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gf
ortran\damoclesv6p2.lib C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran\mumpsv
oidv6p2.lib C:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran\paravoidv6p2.lib C
:\opentelemac\v6p2\telemac2d\tel2d_v6p2\gfortran\specialv6p2.lib


Running your simulation :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22s\out_Chezy.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.2    FORTRAN 90
                               WITH SEVERAL TRACERS
                         COUPLED WITH SISYPHE AND TOMAWAC

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

 EXITING LECDON. NAME OF THE STUDY:
 TELEMAC 2D : HOP LUU

 OPENING FILES FOR TELEMAC2D

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

 READGEO1: TITLE= newSelafin

 NUMBER OF ELEMENTS:      606
 NUMBER OF POINTS:      356
 MXPTEL (BIEF) : MAXIMUM NUMBER OF ELEMENTS AROUND A POI
                                    NT:   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 : bathy.xyz
_____________
runcode::main:
      C:\opentelemac\test:
   |runCAS: fail to run
   |      C:\opentelemac\test\steeringfile.cas_2013-07-06-03h58min22s\out_Chezy.
exe

C:\>

Can you help you?
Thank you very much.
Student,
Phan Thai Nguyen
Attachments:
The administrator has disabled public write access.

runCAS: fail to run 11 years 4 months ago #9594

  • jmhervouet
  • jmhervouet's Avatar
Hello,

This is probably the bathymetry file, I would say that lines like:

:FileType xyz ASCII EnSim 1.0

starting with ":" must be removed or that you must add # at the beginning to clearly indicate that they are comments.

Regards,

Jean-Michel Hervouet
The administrator has disabled public write access.

runCAS: fail to run 11 years 4 months ago #9596

  • thai30a
  • thai30a's Avatar
I see.
I create grid not right.
Thank you Jean-Michel Hervouet
The administrator has disabled public write access.

runCAS: fail to run 11 years 1 month ago #10720

  • zhangxn12
  • zhangxn12's Avatar
Hi,Phan Thai Nguyen
Under the version of V6P3, I run the case that you provide. an error appears:

hbcddaeb.jpg


I don't know what the error is. Can you help me ? Thank you,
Best regards
xiaona
The administrator has disabled public write access.

runCAS: fail to run 11 years 1 month ago #10727

  • yugi
  • yugi's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 851
  • Thank you received: 244
The problem is that you are missing the files:
"QH.qsl" and "bathy.xyz" in the folder containing the steering file.

Hope it helps.
Yoann
There are 10 types of people in the world: those who understand binary, and those who don't.
The administrator has disabled public write access.

runCAS: fail to run 8 years 5 months ago #22163

  • sbeasse
  • sbeasse's Avatar
I try running my steering file but there is an error (see file attached)

What is this error ?
Attachments:
The administrator has disabled public write access.

runCAS: fail to run 8 years 5 months ago #22177

  • jmhervouet
  • jmhervouet's Avatar
Hello,

The deadly error is that two points are superimposed in your mesh, as says the message. Overconstraint triangles (triangles with their 3 points on a boundary) would not stop the program but it may be a problem for some algorithms, you can suppress them with options in the mesh generator.

With best regards,

Jean-Michel Hervouet
The administrator has disabled public write access.
Moderators: pham

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