How to print data of fortran unformatted file in python

Viewed 38

Fortran unformatted file

I want to read Fortran unformatted file in python it contains variable like below a,t,d,g,s,r,Re,pr,scsx,ex,sy,ey,sz,ez all of these are NxNxN dimensional array except first two that is a and t are integers.

0 Answers
Related