<div dir="ltr"><div><div><div>I&#39;m not 100% sure how returning a variable works when the function code is contained within a different script file, but when you call it, the syntax should be something like<br><br></div>
fday2 = &#39;run /home/aaron/grads/day_abv.gsf &#39;fday<br><br></div>if that doesn&#39;t work, put the function code within the script you&#39;re actually running.<br><br></div>Also, you can try making newday a global script variable by renaming it with a leading underscore.  Then you may be able to access it from your other script code just by virtue of having run the day_abv function in your script.<br>
<br>Jeff Duda<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 5:12 PM, Perry, Aaron @ LSC <span dir="ltr">&lt;<a href="mailto:Aaron.Perry@lsc.vsc.edu" target="_blank">Aaron.Perry@lsc.vsc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Good Evening All,<br>
<br>
I&#39;m currently trying to create a very simple function script (.gsf) where a weekday is changed from say &quot;Sun&quot; to &quot;Sunday&quot; and then plotted. I have sought help from a few people who are GrADS-proficient and they are as stumped as I am.<br>

<div><br>
Here&#39;s what I&#39;m dealing with:<br>
<br>
<b>Function Script:</b><br>
<br>
function convertday(fday)<br>
<br>
rc = gsfallow(&quot;on&quot;)<br>
<br>
if (fday=&quot;Sun&quot;); newday=&quot;Sunday&quot;; endif<br>
if (fday=&quot;Mon&quot;); newday=&quot;Monday&quot;; endif<br>
if (fday=&quot;Tue&quot;); newday=&quot;Tuesday&quot;; endif<br>
if (fday=&quot;Wed&quot;); newday=&quot;Wednesday&quot;; endif<br>
if (fday=&quot;Thu&quot;); newday=&quot;Thursday&quot;; endif<br>
if (fday=&quot;Fri&quot;); newday=&quot;Friday&quot;; endif<br>
if (fday=&quot;Sat&quot;); newday=&quot;Saturday&quot;; endif<br>
<br>
return(newday)<br>
<br>
<b>Command to function in main script:</b><br>
<br>
&#39;/home/aaron/grads/day_abv.gsf &#39;fday&#39;&#39;<br>
<br>
<b>How I&#39;m attempting to plot the variable:</b><br>
<br>
&#39;draw string 2.60 8.05 Valid: &#39;thour&#39; &#39;tz&#39; (&#39;thour2&#39;) &#39;newday&#39; &#39;fday2&#39; &#39;fmonth&#39; &#39;fyear&#39;&#39;<br>
<br>
Also, I&#39;m using <b>&#39;q time&#39; fday = subwrd(result,6)</b> to get the actual weekday name at the top of the main script.<br>
<br>
This function should be working, as it&#39;s probably as simple as you could get for a function.<br>
<br>
Any ideas?<br>
<br>
<br>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">Onward and Upward,<br>
<div style="font-family:Tahoma;font-size:13px"><font size="3"><font face="Arial"><font face="Tahoma"><font><br>
</font>Aaron D. Perry<br>
</font><font size="3"><font size="3"><font face="Tahoma">Atmospheric Sciences<br>
Lyndon State College<br>
Class of 2016<br>
</font></font></font></font></font><font size="3"><font face="Arial"><font size="3"><font size="3"><font face="Tahoma"><font size="3"><font face="Arial"><font size="3"><font size="3"><font face="Tahoma">Boston, MA</font></font></font></font></font>
<br>
Twitter: <a href="https://twitter.com/AaronPerryLSC" target="_blank">@AaronPerryLSC</a><br>
</font></font></font></font></font><font size="3"><font face="Arial"><font size="3"><font size="3"><font face="Tahoma">Mobile: 617-780-4312</font></font></font></font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br>
</div>