<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi, Larry —&nbsp;<div><br></div><div>How about something like this:</div><div><br></div><div>cmd=‘draw line’&nbsp;</div><div>while (...looping over forecast times...)</div><div>&nbsp; …your code to determine lat/lon of cyclone center...</div><div>&nbsp; ‘q w2xy ‘lon’ ‘lat</div><div>&nbsp; xpos=subwrd(result,3)</div><div>&nbsp; ypos=subwrd(result,6)</div><div>&nbsp; cmd=cmd’ 'xpos’ ‘ypos</div><div>endwhile</div><div>cmd &nbsp; &nbsp;;* this will send the ‘draw line’ command to GrADS and plot the whole cyclone track</div><div><br></div><div>—Jennifer</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On Dec 3, 2014, at 3:05 AM, Larry Ger Aragon &lt;<a href="mailto:larrygeraragon30@gmail.com">larrygeraragon30@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Greetings Grads users,<br><br>I'd be very glad to receive some help regarding this problem. I have<br>this algorithm collecting tropical cyclone center at each forecast<br>time, which I record only at two variables (lon and lat). I also print<br>these coordinates (thru say command) in the terminal. After collecting<br>all the values, I plan to make a track from the coordinates I just<br>collected. I can't think of how I would program this in grads (does<br>grads support fortran syntaxing?) with changing the values of the two<br>variables I have so I would not have veeeery long .gs of just<br>copy-pasting "q w2xy" then connect lines. If only &nbsp;grads support C<br>program/functions or R, it would be easier for me. Just want to ask if<br>anybody have some ideas on this. Thanks.<br>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030&nbsp;<br><br></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>