Welcome, Guest
Username: Password: Remember me

TOPIC: Results in ASCII DROGUES FILE

Results in ASCII DROGUES FILE 3 years 4 months ago #38879

  • audrey.gno
  • audrey.gno's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 49
  • Thank you received: 2
Hello,

I'd like to try particles modules on my domain of interest with Telemac-2D.

My test configuration is based on the 'riv_art : oil spill artificial river experiment' example.
The oil spill stearing file I use is the same than the one provided in this example.

The computation runs well and provides a serafin file (r2d_open.slf) and a ascii drogues file (oil_displacement.dat)

My issue is about the ascii drogues file :
The column related to X coordinates is supposed to give the longitude drogues positions...but it is full of stars ( ********* )
Whereas the column related to Y coordinates gives well the latitude drogues positions.

For this test, the initial drogues positions are filled in the user fortran file "oil_flot.f".
The initial position according to X coordinate is negative ( due to the longitude range of the domain )

Do you have an idea of the reason why my computation cannot write properly the X coordinates in the ascii file ?

Please find attached all the files required for running my test case.

Regards,
Audrey
Attachments:
The administrator has disabled public write access.

Results in ASCII DROGUES FILE 3 years 1 month ago #39197

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
***** in an ascii file means the value exceed the allowed size in the write format in fortran.
It seems the format is designed for 16 digits with 8 in the decimal part.
This means 7 for the entire part but this include the sign!
The best solution is to add the fortran file where the drogues are writen and change the write format

Regards
Christophe
The administrator has disabled public write access.
Moderators: pham

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