Record number range in fbindirwrite.

From: Yi Wang <wang29_at_nyahnyahspammersnyahnyah>
Date: Wed, 12 Apr 2006 12:55:07 -0500

Hi Everyone:

      I wonder if there is anyway to fix the record number in the
following example:

"The following will write ntimes records, each of length 64x128 float
words.
       ntimes = 100
      z = new ( (/ntimes,64,128/), float)
           .
      path = "/dummy/file"
      do nt=0,ntimes-1
         fbindirwrite(path,z(nt,:,:) )
      end do
"
     It seems that the record number ranges from 0-99. However,
fortran code ignore any record number less than 1 when reading in the
binary file. Any solutions or comments on this issue?

Yi Wang PhD
Center for Climatic Research
University of Wisconsin-Madison

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 12 2006 - 11:55:07 MDT

This archive was generated by hypermail 2.2.0 : Mon Apr 17 2006 - 15:23:13 MDT