Python Forum
n=Help using Delft3D in python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: n=Help using Delft3D in python (/thread-24411.html)



n=Help using Delft3D in python - Ana_Bastos - Feb-12-2020

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];