Re: Re: [ncl-talk] Why it occurs?

From: yanlibin <yanlibin_at_nyahnyahspammersnyahnyah>
Date: Wed, 12 Mar 2008 22:31:26 +0800

It works!
Thanks!


2008-03-12



yanlibin



发件人: Dennis Shea
发送时间: 2008-03-12 22:01:32
收件人: yanlibin
抄送: ncl-talk
主题: Re: [ncl-talk] Why it occurs?
 
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:31:26 MDT

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