Aloha, <br><br>I used fwrite to write out to a binary file in order to create a large file with about 48000 time steps for global data (because I am crazy).  I noticed that when I use fortran to create a new data file that has all 48000, it doesn&#39;t match with what the original data plotted, instead it seems skewed.  No manipulations were done to the data, it was just read it all in and write it out.  When I tried to loop the data, I further noticed that the northern border looped around the south and then moved upwards back to the north.  It just keeps looping around and it&#39;s odd because the top boundary of the map isn&#39;t continuous with the bottom boundary (unlike the side boundaries which are continuous).  Anyways, I am wondering why this happened and what I can do to make it work out correctly.  <br>
<br>Here is my fwrite code.  it is the first time step, nt is the last time step, chi is the velocity potential that was calculated using &#39;define chi = fish_chi(UGRDprs,VGRDprs)&#39; :<br clear="all">*# set up global domain<br>
&#39;set lev 200 &#39;<br>&#39;set lat -90 90&#39;<br>&#39;set lon 0 360&#39;<br>*#**************************************************************<br>say &#39;write data out to binary file called CHI.200hPa&#39;filenum&#39;.dat&#39;<br>
&#39;set fwrite -le -sq -cl CHI_200hPa_&#39;filenum&#39;.dat&#39;<br>&#39;set gxout fwrite&#39;<br>while (it &lt;= nt)<br>     &#39;set t &#39;it<br>     &#39;display chi&#39;<br>it=it+1<br>endwhile<br>&#39;disable fwrite&#39;<br>
<br>Mahalo for your help! <br>-Tom<br><br>-- <br>Tom Robinson<br>President Graduate Student Organization <br>Student Caucus Representative for the Graduate Student Organization<br>Graduate Student - Department of Meteorology<br>
732-718-2323<br><br>