<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, Isilda —&nbsp;
<div>With ‘define’, everything that comes before the = sign is the variable name, which must be alphanumeric. I believe the syntax you’re looking for might be something like this:</div>
<div><br>
</div>
<div><font face="Courier" style="font-size: 14px;">nfiles=124</font></div>
<div><font face="Courier" style="font-size: 14px;">i=1</font></div>
<div><font face="Courier" style="font-size: 14px;">while (i&lt;=nfiles)</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; if (i=1)</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; &nbsp; ‘sum=tmp2m.’i’(t=1)’</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; else</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; &nbsp; &nbsp;‘sum=sum&#43;’tmp2m.’i’(t=1)’</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; endif</font></div>
<div><font face="Courier" style="font-size: 14px;">&nbsp; i=i&#43;1</font></div>
<div><font face="Courier" style="font-size: 14px;">endwhile</font></div>
<div><font face="Courier" style="font-size: 14px;">'ave=sum/‘nfiles</font></div>
<div><br>
</div>
<div>—Jennifer</div>
<div><br>
<div>
<div>On Jan 5, 2017, at 5:36 PM, Isilda Menezes &lt;<a href="mailto:isilda@uevora.pt">isilda@uevora.pt</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>Hello, I want created a ave in a gs script with multiple open files with the same time=1.<br>
<br>
</div>
I made a loop like this,<br>
<div>
<div><br>
i=1<br>
while (i&lt;124)<br>
'set dfile 'i<br>
'define ll(t='i')=TMP2m'<br>
i=i&#43;1<br>
endwhile<br>
'd ave(ll,t=1,t=124)'<br>
<br>
</div>
<div>But a have this error:<br>
<br>
DEFINE error:&nbsp; Name too long; missing '='<br>
Syntax Error:&nbsp; Invalid Operand <br>
&nbsp; 'll' not a variable or function name<br>
Operation Error:&nbsp; Error from ave function<br>
&nbsp; Error ocurred at column 1<br>
DISPLAY error:&nbsp; Invalid expression <br>
&nbsp; Expression = ave(ll,t=1,t=124)<br>
Error opening script file: <a href="http://cbarn.gs/">cbarn.gs</a><br>
<br>
</div>
<div><span id="gmail-result_box" class="gmail-" lang="en"><span class="gmail-">I've been trying to do it in other ways but I always get errors.</span>
<span class="gmail-">Can someone give me some advice how to solve this problem.<br>
<br>
</span></span></div>
<div><span id="gmail-result_box" class="gmail-" lang="en">Thanks,<br>
</span></div>
<div><span id="gmail-result_box" class="gmail-" lang="en">Isilda<br>
</span></div>
<div><br>
</div>
</div>
</div>
_______________________________________________<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">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>