binary data reading problem

From: Colfescu Ioana <colfiii_at_nyahnyahspammersnyahnyah>
Date: Wed Feb 19 2014 - 10:52:00 MST

Hi, I'm trying to read in NCL binary data I wrote in GrAds and I don't understand what error I'm doing so that NCL mixes the values. The data I m trying to read is written as follows : while( day <= daymax ) 'thfrn=thfr-tr(t-'shift')' 'set x 1 128' 'set y 1 64' 'd thfrn' 'd nsfrn' 'd zwsrn' 'd mwsrn' 'd fwfrn' day=day+1 endwhile mo=mo+1 endwhile year=year+1 endwhile I try to read the data like : thf=fbindirread(path,1,(/64,128,5,nt/),"float"). I get the values but they are mixed. Does anyone know what am I doing wrong ? Thanks,

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Feb 19 10:52:14 2014

This archive was generated by hypermail 2.1.8 : Mon Mar 03 2014 - 14:26:18 MST