reading binary files

From: Noel Aloysius <noel.aloysius_at_nyahnyahspammersnyahnyah>
Date: Wed Oct 24 2012 - 15:01:53 MDT

Hi NCL,

The binary file written by a Fortran program has the following format,

P (lon,lat,8,365) ; 8 three-hourly values for each day, 365 days in the
year, lon = (0 to 360) and lat = (0 to 180)

I want to know if reading this file into NCL as follows is correct or
should I read this within a do-loop,

P1 = fbindirread( file.bin, 0, (/365,8,nlat,nlon/), "float")

Thanks,
Noel

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Oct 24 15:02:00 2012

This archive was generated by hypermail 2.1.8 : Wed Oct 31 2012 - 09:14:12 MDT