<div dir="ltr">The files you sent re two different sizes (bytes):<br>  <br><div>  20736000 Jun 19 06:55 viirs_dbdi_gridded_statis2013212.dat<br>    8294400 Jun 19 06:55 viirs_meandbdi_gridded_statis2015032.dat<br><br></div><div>Your read code:<br><br>       setfileoption(&quot;bin&quot;,&quot;readbyteorder&quot;,&quot;bigendian&quot;)<br>       var1 = 1e-9 * tofloat(cbinread(&quot;./Feb/viirs_meandbdi_gridded_statis2015032.dat&quot;,(/5,720,1440/),&quot;uint&quot;))<br>       var2 = 1e-9 * tofloat(cbinread(&quot;./Jul/viirs_dbdi_gridded_statis2013212.dat&quot;,(/5,720,1440/),&quot;uint&quot;))<br><br></div><div>indicates the two files should be the same sizes <br><br>      N = 5*720*1440*4    ; 4 bytes per integer<br><br></div><div>      N = 20736000<br><br></div><div>So something is wrong with the viirs_meandbdi_gridded_statis2015032.dat file<br></div><div><br>     <br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 2:28 PM, Debasish Hazra <span dir="ltr">&lt;<a href="mailto:debasish.hazra5@gmail.com" target="_blank">debasish.hazra5@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div> I need some help reading binary files with ncl (version 6.3). I have attached the code and the resulting plot from the files. Print statement shows minimum and maximum value for the first file (1st feb, 2015) , but in the resulting figure field it is completely empty without showing any error message. Let me know how to resolve this.<br><br></div> Both files  (gridded_statis2013212.dat and gridded_statis2015032.dat) are uploaded in the ftp. <br><br></div>Thanks and regards,<br></div> Debasish<br></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>