<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto">Similar to you</div>
<div style="RIGHT: auto">you can use if you want&nbsp; bidimensinal to separate diferent month . Your varibles will be </div>
<div style="RIGHT: auto">temp (i,j) and read with a do us</div>
<div style="RIGHT: auto">do i= 1,n</div>
<div style="RIGHT: auto">do j=1,m</div>
<div style="RIGHT: auto">and write&nbsp; </div>
<div style="RIGHT: auto">write(2)&nbsp; <VAR id=yui-ie-cursor></VAR>((year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)),i=1,9),j=1,12)<BR></div>
<div style="RIGHT: auto">open (1,file="datascii.dat") <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; open (2,file="datbinary",form="unformatted")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do 17 i=1,9<BR>&nbsp;&nbsp; read(1,14)year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)<BR>14&nbsp;&nbsp;&nbsp;&nbsp; format(i4,1x,i1,1x,a3,1x,F4.1,1x,F4.1,2x,5.1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Write(2)year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)&nbsp;<BR>17&nbsp;&nbsp;&nbsp;&nbsp; continue&nbsp; <BR>'&nbsp;&nbsp;&nbsp; if you want one to one <BR>'&nbsp;&nbsp;&nbsp; if you want all together put firts</div>
<div style="RIGHT: auto">17&nbsp;&nbsp; continue <BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and then&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(2)(year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)),i=1,9)<BR></div></div></body></html>