Hello All,<br><br>Initially, I went through the same problem as you guys did. If you are using version 1.9 of grads migrate to the latest opengrads  2.0.a9.oga.1<br>I downloaded the binary version of opengrads 2.0.a9.oga.1  for FC14  and  what I did to resolve the issue of &quot;  &#39;re&#39; not a variable or function name&quot;<br>
was  to set the environment variables  GA2UDXT and LD_LIBRARY_PATH  to point to the right path which depends on your installation such as:<br><br>GA2UDXT=/opt/Opengrads/Contents/Linux/Versions/2.0.a9.oga.1/x86_64/gex/udxt<br>
LD_LIBRARY_PATH=/opt/Opengrads/Contents/Linux/Versions/2.0.a9.oga.1/x86_64/gex:$LD_LIBRARY_PATH<br><br>(I am not sure whether the second variable LD_LIBRARY_PATH is necessary?)<br><br>Make sure that you put them in your .bashrc or .bash_profile  to make it permanent.<br>
<br>Hope this helps and good luck!<br><br><br>Garut<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
From: Arlindo da Silva &lt;<a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a>&gt;<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Sent: Tue, 12 Apr 2011 19:54:18 -0400<br>
Subject: Re: [gradsusr] regrid data<br>
<br>
On Tue, Apr 12, 2011 at 3:22 PM, Jackie Yip &lt;<a href="mailto:zheng.yip@mcgill.ca">zheng.yip@mcgill.ca</a>&gt; wrote:<br>
<br>
&gt; Hi Subash,<br>
&gt;<br>
&gt; I also got the error<br>
&gt; &quot;Syntax Error:  Invalid Operand &#39;re&#39; not a variable or function name&quot;<br>
&gt; even though I used GrADs 2.0.a9.oga.1.<br>
&gt;<br>
&gt; Is the re function an extra thing one must install like a user define<br>
&gt; extension? Or is the re function built-in for GrADs 2.0.a9.oga.1.?<br>
&gt;<br>
&gt;<br>
The extension re() is supposed to be include in all opengrads builds. Which<br>
operating system are you using? Please send output of<br>
<br>
ga-&gt; q config<br>
ga-&gt; q udx<br>
<br>
 Did you do the regular opengrads bundle installation (&quot;untar and go&quot;) or<br>
did you perform the &quot;classic installation&quot;?<br>
<br>
   A<br>
<br>
&gt; Thanks<br>
&gt;<br>
&gt; Zheng<br>
&gt;<br>
&gt; On 12 April 2011 14:32, Subash Yeggina &lt;<a href="mailto:subash.yeggina@gmail.com">subash.yeggina@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi! Ismaila,<br>
&gt;&gt;<br>
&gt;&gt; You are correct... The regridding seems to be working if it is done just<br>
&gt;&gt; after the openning of the file.<br>
&gt;&gt;<br>
&gt;&gt; I tried doing the regridding after a few operations, and it failed. Not<br>
&gt;&gt; sure of the logic behind it..<br>
&gt;&gt;<br>
&gt;&gt; have you been able to resolve this issue at ur end.<br>
&gt;&gt;<br>
&gt;&gt; My version of GrADS is *2.0.a9.oga.1.*<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Subash<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &#39;open rfpt5.ctl&#39;<br>
&gt;&gt; &#39;define newgrid = re(pr,0.25)<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Apr 8, 2011 at 12:23 AM, Ismaila Diallo &lt;<a href="mailto:ismailadiallo64@yahoo.fr">ismailadiallo64@yahoo.fr</a><br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi subash,<br>
&gt;&gt;&gt; i&#39;ve used the re commend and i get this error :<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; d re(pr,0.5)<br>
&gt;&gt;&gt; Syntax Error:  Invalid Operand<br>
&gt;&gt;&gt;   &#39;re&#39; not a variable or function name<br>
&gt;&gt;&gt;   Error ocurred at column 1<br>
&gt;&gt;&gt; DISPLAY error:  Invalid expression<br>
&gt;&gt;&gt;   Expression = re(pr,0.5)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am using grads1.9<br>
&gt;&gt;&gt; Thank in advance<br>
&gt;&gt;&gt; ------------------------------<br>
&gt;&gt;&gt; *From:* Subash Yeggina &lt;<a href="mailto:subash.yeggina@gmail.com">subash.yeggina@gmail.com</a>&gt;<br>
&gt;&gt;&gt; *To:* Ismaila Diallo &lt;<a href="mailto:ismailadiallo64@yahoo.fr">ismailadiallo64@yahoo.fr</a>&gt;; GrADS Users Forum &lt;<br>
&gt;&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt;&gt;&gt; *Sent:* Thursday, April 7, 2011 8:10 PM<br>
&gt;&gt;&gt; *Subject:* Re: [gradsusr] regrid data<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dear Ismaila,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I think you can do it by using the *re *command.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ex:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; define newg=re(&lt;variable&gt;,&lt;resolution&gt;).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; For more details you can check<br>
&gt;&gt;&gt; <a href="http://opengrads.org/doc/udxt/re/re.html#required_parameters" target="_blank">http://opengrads.org/doc/udxt/re/re.html#required_parameters</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;<a href="http://opengrads.org/doc/udxt/re/re.html#required_parameters" target="_blank">http://opengrads.org/doc/udxt/re/re.html#required_parameters</a>&gt;Subash<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Apr 7, 2011 at 10:57 PM, Ismaila Diallo &lt;<br>
&gt;&gt;&gt; <a href="mailto:ismailadiallo64@yahoo.fr">ismailadiallo64@yahoo.fr</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; dear grads User,<br>
&gt;&gt;&gt; i&#39;ve to netcdf files with different resolution. I use grads1.9 and i went<br>
&gt;&gt;&gt; to regrids these data at a same resolution with my grads thus how should i<br>
&gt;&gt;&gt; do??<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sincerely<br>
&gt;&gt;&gt; ismaila<br>
&gt;&gt;&gt;<br></blockquote></div><br>