Fortran array in python (f2py?)...

tripp tripplowe at gmail.com
Sat Feb 14 15:06:14 EST 2009


OK.  It sounds like it would be easiest for me, then, to dump the
arrays to a binary file (much faster than dumping it to a text) from
the fortran program.  Then use f2py to load a fortran module to read
it.?.

How well does python handle binary files?  Maybe I could skit the f2py
all together if I can get python to read the fortran binary file...

-TLowe



More information about the Python-list mailing list