reading binary

From: Agnes Lim <alim_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 12 2012 - 22:03:59 MDT

Hi,

I had a binary file generated using FORTRAN that contains
an array 357 by 624.
I had used NCL to read it with the following code, but
still a bit confuse whether I had place the dimension
order correctly as the order that is in the binary file.

The NCL code is as follows:
temp=fbindirread("/river/alim/forecast_verification/data/multi_sensor/4km/ml_WRF_080517_00z_24hr_resample",
0, -1, "float")
rain = onedtond(temp,(/357,624/))

Thanks
Agnes

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Sep 12 22:04:07 2012

This archive was generated by hypermail 2.1.8 : Thu Sep 13 2012 - 14:22:31 MDT