How to read this kind of binary file

From: GCCA <gchen9_at_nyahnyahspammersnyahnyah>
Date: Thu Jan 24 2013 - 16:18:13 MST

Dear all,

I would like to use ncl read a binary file. It is written with Fortran.

It has three variables: a, b, and c.

integer a
real b, c

open (11, file="example01", form= "unformatted")
write(11) a, b, c

There is only one recorder in this binary.

Could anybody tell me how to use fbinrecread or fbinread to this binary file?

Thanks in andvance!

Guangshan

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jan 24 16:18:25 2013

This archive was generated by hypermail 2.1.8 : Tue Jan 29 2013 - 22:44:26 MST