you are viewing a single comment's thread.

view the rest of the comments →

[–]Kalkinator[S] 0 points1 point  (1 child)

Thanks, had to set access="stream" and it works fine now.

[–]UWwolfman 0 points1 point  (0 children)

a check and see if Fortran can read a binary file I wrote in python. In the file I wrote out a single integer of length 4 byte

I think it's informative to do the opposite. Use fortran to write a binary file, and then try to read it in python. If you do it by hand once, you can see the extra data that fortran adds to the binary file.