Python Forum
n=Help using Delft3D in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
n=Help using Delft3D in python
#1
Hi
I need some help I`m trying to change a script from matlab to python. The code in matlab is used to process data from numerical number using delft3d tools such as quickplot. I'm having some trouble with trying to open a file .dat with quickplot using python3.

This is the code I have in matlab:
load('Corrente_Total_Tub.mat');
md=qpfopen('trih-c_55dg2.dat');
si=qpread(md,'depth averaged velocity','size');
sta=[1,22,24,25];
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020