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.
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.