Hi Bob,
See the examples given in this mail :
../fu_2004/msg00372.html
Regards,
Jaison
On Thu, 6 Jul 2006, Bob Tomas wrote:
Hello,
I tried to sort this out using the documentation but I wasn't able so...
I created a binary file using FORTRAN using something like:
real*8 hrmean(19,64,128)
open(unit=10,access='sequential',form='unformatted',...)
write(10)hrmean
If someone can provide an example, I'd be very thankful.
Bob