Welcome, Guest
Username: Password: Remember me

TOPIC: coriolis error message telemac 2D

coriolis error message telemac 2D 6 years 8 months ago #29193

  • jonathan
  • jonathan's Avatar
Hello all,

I run a 2D model in Telemac with and with out using the subroutine flot. The model ran perfectly without hte subroutine flot but the one with the subroutine flot does not.

An error message appears which says that the problem would vcome from the steering file, which i dont understand why.

Find attach the steering file, the fortran file (subroutine flot) and the error message.

Does someone have an idea from where does it come from?

Thank you

Jonathan
Attachments:
The administrator has disabled public write access.

coriolis error message telemac 2D 6 years 8 months ago #29206

  • Leballeur
  • Leballeur's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 434
  • Thank you received: 163
Hi Jonathan,

Your log file is not readable.. can you post it again for a scalar simulation (not parallel), maybe with your geometry and boundary conditions files also.

As Damocles can't read too much characters for a given line of your steering file, you can try to split the 2 following lines :
BINARY DATABASE 1 FOR TIDE = '/home/jonathan.demmer/tpxo/h_tpxo7.2'
BINARY DATABASE 2 FOR TIDE = '/home/jonathan.demmer/tpxo/u_tpxo7.2'


by
BINARY DATABASE 1 FOR TIDE =
'/home/jonathan.demmer/tpxo/h_tpxo7.2'
BINARY DATABASE 2 FOR TIDE =
'/home/jonathan.demmer/tpxo/u_tpxo7.2'


Regards,
Laurent
The administrator has disabled public write access.
The following user(s) said Thank You: jonathan

coriolis error message telemac 2D 6 years 8 months ago #29214

  • jonathan
  • jonathan's Avatar
Thank you Laurent for your answer, find attach the files you wanted.

But i never had problem before with the steering file... I thought it came from the fortran file.

Thanks riadh, I'm gonna change the fortran file and work on it but because i saw on the forum some examples like this i thought it could work...

File Attachment:

File Name: new_logfile.txt
File Size: 5 KB


File Attachment:

File Name: Mesh_total_BC.cli
File Size: 941 KB
The administrator has disabled public write access.

coriolis error message telemac 2D 6 years 8 months ago #29215

  • Leballeur
  • Leballeur's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 434
  • Thank you received: 163
Hello Jonathan,

There is no error message in your log file... and you're still running a parallel simulation. Can you please try in sequential mode and post the error message.
(maybe the geometry file also)

Regards,
Laurent
The administrator has disabled public write access.

coriolis error message telemac 2D 6 years 8 months ago #29208

  • riadh
  • riadh's Avatar
Hello Jonathan

your fortran file is useless. You have to adapt the subroutine flot.f in which you have a commented example which shows how to add or how to remove a particle.
The most important feature is the call of subroutines add_particle (to add) and del_particle to remove.

with my best regards

Riadh
The administrator has disabled public write access.

coriolis error message telemac 2D 6 years 8 months ago #29245

  • jonathan
  • jonathan's Avatar
Hello all,

So now its working properly, thanks Riadh and Laurent. But the particle dont move enough fast which is weird, for example:

a node with velocity of 0.6m/s during 30 minute will show a result of 2 km travelling, but im the result file the particles don't move further than 15 m during a day...

I wonder if the velocity is taking into account?

In this part of the code i used could you please tell to what correponds the part wiht called 0.DO ?


XFLOT(1)=424660.D0
YFLOT(1)=5899480.D0
!
IF(LT.EQ.1.) THEN
CALL ADD_PARTICLE(424660.D0,5899480.D0,0.DO,LT,NFLOT,
& NFLOT_MAX,XFLOT,YFLOT,YFLOT,TAGFLO,
& SHPFLO,SHPFLO,ELTFLO,ELTFLO,MESH,1,
& 0.D0,0.D0,0.D0,0.D0,0,0)
ENDIF


Thank you very much
The administrator has disabled public write access.
Moderators: pham

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