And leaving out the option is no solution! Then a "FORMAT" is indeed required!
mats@linux-ze70:~/WDB> cat try.f
F=3.14
OPEN(9,FILE='shoreline',ACCESS='SEQUENTIAL')
WRITE(9) F
STOP
END
mats@linux-ze70:~/WDB> c try
mats@linux-ze70:~/WDB> rm shoreline...
Using "gfortran-4.8" I want to create and subsequently use a binary file! According to the information I have seen the format specifications "UNFORMATED" and "BINARY" should both be available, the exact difference between these alternatives not being clear to me. But both these alternatives are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.