Welcome, Guest
Username: Password: Remember me

TOPIC: extract timeseries at multiple point at multiple/different layers

extract timeseries at multiple point at multiple/different layers 11 months 5 days ago #42767

  • josiastud
  • josiastud's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 132
  • Thank you received: 2
hi everybody,

I want to extract data timeseries of a tracer at several point (eg: A(x1, y1) B(x2,y2) C(x3,y3) ...) for several layers (eg: layer 1, layer4, layer10) from a 3d result fiile , in the csv file format.

- it is good if can I have the result of one point at different layers in the same cvs file
- it is fine if can have each point at each layer in separate csv file

thx for the help

Josias
The administrator has disabled public write access.

extract timeseries at multiple point at multiple/different layers 11 months 5 days ago #42768

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
Hi
Python scripts will do the job...
Use TelemacFile (in data_manip/extraction) get_data_on_points for example

Hope this helps
Christophe
The administrator has disabled public write access.

extract timeseries at multiple point at multiple/different layers 11 months 5 days ago #42769

  • josiastud
  • josiastud's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 132
  • Thank you received: 2
hi, c.coulet, thx for your answer,

I tried the get_data_on_points for my 3d and it return the error "Action possible only on 2d mesh".
I want to use the get_data_on_horizontal_plane('VARIABLE', record, num_plane), the problem is, it is not define for points but for plane only... and at a single time step (record = int) ...

thx
The administrator has disabled public write access.

extract timeseries at multiple point at multiple/different layers 11 months 5 days ago #42770

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
Look at the telemac_file.py script.
get_data_on_points works in 3D but your points 3D...
There is also get_data_on_vertical_segment...

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

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