Re: Why it occurs?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed, 12 Mar 2008 08:01:27 -0600

No "do loop" just use

pt26 = ....
fbindirwrite( pt26 )

yanlibin wrote:
> 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.
>
>
> 2

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 12 2008 - 08:01:27 MDT

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