hi GrADS Users, Anybody here know how i write a file with the coordinates of my grid...<br>example: <br>x y lon&nbsp; &nbsp; &nbsp; lat<br>1 1 -67.3&nbsp;&nbsp; 3.1<br>.&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<br>.&nbsp; . &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp;&nbsp; .<br>.&nbsp; . &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp;&nbsp; .<br>.&nbsp; . &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp;&nbsp; .
<br>n n &nbsp; &nbsp; n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  n<br clear="all"><br>Can you help me with this???<br>I know that &#39;q xy2w x y&#39; corvets the x and y dimension to reals coordinates (Lon,Lat), but i want that save this in one file with all my points of my grids... I was trying this (
<span style="font-weight: bold;">bold type</span>) but didn&#39;t function...<br><span style="font-weight: bold;"><span style="font-weight: bold;"><br></span>&#39;set gxout print&#39;</span><br style="font-weight: bold;">
<span style="font-weight: bold;">&#39;set prnopts %1.3f 1 1 u&#39;</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">&#39;q dims&#39;</span><br style="font-weight: bold;">
<br style="font-weight: bold;"><span style="font-weight: bold;">rec=sublin(result,2)</span><br style="font-weight: bold;"><span style="font-weight: bold;">Imin=subwrd(rec,11)</span><br style="font-weight: bold;"><span style="font-weight: bold;">
Imax=subwrd(rec,13)</span><br style="font-weight: bold;"><span style="font-weight: bold;">say &#39;Imin &#39;Imin&nbsp;&nbsp; &#39;Imax &#39; Imax</span><br style="font-weight: bold;"><span style="font-weight: bold;">rec=sublin(result,3)
</span><br style="font-weight: bold;"><span style="font-weight: bold;">Jmin=subwrd(rec,11)</span><br style="font-weight: bold;"><span style="font-weight: bold;">Jmax=subwrd(rec,13)</span><br style="font-weight: bold;"><span style="font-weight: bold;">
say &#39;Jmin &#39;Jmin&nbsp;&nbsp; &#39;Jmax &#39; Jmax</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">I = 1</span><br style="font-weight: bold;"><span style="font-weight: bold;">
while (I =&lt; Imax)</span><br style="font-weight: bold;"><span style="font-weight: bold;">&#39;q xy2w &#39;I &#39; &#39; J</span><br style="font-weight: bold;"><span style="font-weight: bold;">rec=sublin(result,1)</span>
<br style="font-weight: bold;"><span style="font-weight: bold;">I=subwrd(rec,3)</span><br style="font-weight: bold;"><span style="font-weight: bold;">J=subwrd(rec,6)</span><br style="font-weight: bold;"><span style="font-weight: bold;">
endwhile </span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp; while (J =&lt; Jmax)</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp; &#39;q xy2w &#39;I &#39; &#39; J</span><br style="font-weight: bold;">
<span style="font-weight: bold;">&nbsp;&nbsp; rec=sublin(result,1)</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp; I=subwrd(rec,3)</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp; J=subwrd(rec,6)
</span><br style="font-weight: bold;"><span style="font-weight: bold;">rc = write (&#39;/root/Desktop/LatLon.txt&#39;,result)</span><br style="font-weight: bold;"><span style="font-weight: bold;">rc = close (&#39;/root/Desktop/LatLon.txt&#39;)&nbsp;
</span><br style="font-weight: bold;"><span style="font-weight: bold;">endwhile</span><br>-- <br>Ing. Rafael E. Mundaray M.