<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'><P>Dear GrADS Users,<BR>I need to get the output of GrADS in text format.<BR>My problem is that the output AScii file is arranged in reverse order.<BR>I would be very grateful if someone can help me.</P>
<P>Best regards,<BR>A. mofidi</P>
<P><BR>this is my script:<BR>'reinit'<BR>'sdfopen ncdata\Caspian-winter\AVHRR\sst4-path-eot.20011202.nc'<BR>'sdfopen ncdata\Caspian-winter\AVHRR\sst4-path-eot.20011201.nc'<BR>&nbsp;&nbsp;&nbsp; 'set dfile 1'<BR>&nbsp;&nbsp;&nbsp; 'set lon 50.125 50.625'<BR>&nbsp;&nbsp;&nbsp; 'set lat 38.125 39.125'<BR>&nbsp;&nbsp;&nbsp; 'set t 1'<BR>&nbsp;&nbsp;&nbsp; 'set z 1'<BR>&nbsp;&nbsp;&nbsp; 'define S1 = sst'<BR>&nbsp;&nbsp;&nbsp; 'set dfile 2'<BR>&nbsp;&nbsp;&nbsp; 'set lon 50.125 50.625'<BR>&nbsp;&nbsp;&nbsp; 'set lat 38.125 39.125'<BR>&nbsp;&nbsp;&nbsp; 'set t 1'<BR>&nbsp;&nbsp;&nbsp; 'set z 1'<BR>&nbsp;&nbsp;&nbsp; 'define S2 = sst'<BR>&nbsp;&nbsp;&nbsp; 'set gxout print'<BR>&nbsp;&nbsp;&nbsp; 'set prnopts %g 3 1'<BR>&nbsp;&nbsp;&nbsp; 'display S1-S2'<BR>&nbsp;&nbsp;&nbsp; rc=write(DSST2Dec01.txt,result)<BR>&nbsp;&nbsp;&nbsp; rc=close(DSST2Dec01.txt)<BR>return</P>
<P>&nbsp;</P>
<P>This is output .txt file:&nbsp; </P>
<P>Printing Grid -- 15 Values -- Undef = -999&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;-0.13&nbsp; -0.12&nbsp; -0.12 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.14&nbsp; -0.13&nbsp; -0.13 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.14&nbsp; -0.13&nbsp; -0.13 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.139 -0.11&nbsp; -0.09 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.12&nbsp; -0.24&nbsp; -0.139 </P>
<P><BR>The latitude and Longitude of above output file is:</P>
<P><FONT style="BACKGROUND-COLOR: #ffff00">Lat/Lon&nbsp;&nbsp; 50.125&nbsp;&nbsp; 50.375&nbsp;&nbsp; 50.625</FONT> &nbsp;<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.125</FONT>&nbsp;&nbsp; -0.13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.12&nbsp;&nbsp;&nbsp;&nbsp; -0.12<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.375</FONT>&nbsp;&nbsp; -0.14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.13&nbsp;&nbsp;&nbsp;&nbsp; -0.13<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.625</FONT>&nbsp;&nbsp; -0.14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.13&nbsp;&nbsp;&nbsp;&nbsp; -0.13<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.875</FONT>&nbsp;&nbsp; -0.139&nbsp;&nbsp;&nbsp;&nbsp; -0.11&nbsp;&nbsp;&nbsp;&nbsp; -0.09<BR><FONT style="BACKGROUND-COLOR: #ffff00">39.125</FONT>&nbsp;&nbsp; -0.12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.24&nbsp;&nbsp;&nbsp;&nbsp; -0.139</P>
<P><BR>While, it should be like this:</P>
<P><FONT style="BACKGROUND-COLOR: #ffff00">Lat/Lon&nbsp;&nbsp; 50.125&nbsp;&nbsp;&nbsp; 50.375&nbsp;&nbsp;&nbsp;50.625</FONT><BR><FONT style="BACKGROUND-COLOR: #ffff00">39.125</FONT>&nbsp;&nbsp; -0.12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.24&nbsp;&nbsp;&nbsp;&nbsp; -0.139<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.875</FONT>&nbsp;&nbsp; -0.139&nbsp;&nbsp;&nbsp; &nbsp;-0.11&nbsp;&nbsp;&nbsp;&nbsp; -0.09<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.625</FONT>&nbsp;&nbsp; -0.14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -0.13&nbsp;&nbsp;&nbsp;&nbsp; -0.13<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.375</FONT>&nbsp;&nbsp; -0.14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;-0.13&nbsp;&nbsp;&nbsp;&nbsp; -0.13<BR><FONT style="BACKGROUND-COLOR: #ffff00">38.125</FONT>&nbsp;&nbsp; -0.13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;-0.12&nbsp;&nbsp;&nbsp;&nbsp; -0.12</P>
<P>&nbsp;</P></td></tr></table><br>