Why it occurs?

From: yanlibin <yanlibin_at_nyahnyahspammersnyahnyah>
Date: Wed, 12 Mar 2008 21:14:34 +0800

I want to convert a multi-levels data to binary data.
****************************************
pt26=short2flt(cdf_file->Retrieved_Temperature_Profile_Mean_Mean)

do j=0,19
fbindirwrite(fil,pt26(j,:,:))
end do
****************************************
the above code will tell error information

if i change fbindirwrite(fil,pt26(j,:,:)) to fbinrecwrite(fil,-1,pt26(j,:,:)).
It will be OK!
But the new file is a little biger size.

How can i resolve the problem?

I need your help!

Best wishes.

2008-03-12

yanlibin

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 12 2008 - 07:14:34 MDT

This archive was generated by hypermail 2.2.0 : Thu Mar 13 2008 - 17:22:55 MDT