<div dir="ltr"><div><div>Matt,<br></div>Is it possible you are getting non-numeric characters stored in the variable? You say Grads prints 2.19, but are there any spaces or hidden characters that could be mixed in there? One way to check what&#39;s going on is to run valnum(<i>var</i>). It should return a value of 2 for your variables. If it returns 0 then it thinks <i>var</i> is a string. Once you know that it might help you troubleshoot further. For example, try say &quot;_&quot;var&quot;_&quot; to bracket the variable with underscores. That will tell you pretty quickly if and how many spaces are also located in the variable. That&#39;s my guess as to what&#39;s going on.<br><br></div>Jeff Duda<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 5, 2017 at 3:53 PM, Matt Bunkers - NWS Rapid City <span dir="ltr">&lt;<a href="mailto:matthew.bunkers@noaa.gov" target="_blank">matthew.bunkers@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I have a text file with numbers that I&#39;m reading into GrADS and then I want to perform calculations with them.  However, the numbers I&#39;m reading won&#39;t work and I get an error that says I have non-numeric args to a numeric operations, even though when I print my variable it shows 2.19.</div><div><br></div><div>I&#39;ve tried both of these options:</div><div><br></div><div>&#39;define BUFratio=&#39;BUFawips&#39;/&#39;BUFqpe&#39;&#39;<br></div><div>BUFratio=&#39;BUFawips&#39;/&#39;BUFqpe&#39;<br></div><div><br></div><div>Is there a command I can use to convert my &quot;2.19&quot; string to a number that can be used in calculations?</div><div><br></div><div>Thanks,<br></div><div><br></div><div>-- Matt</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Jeff Duda<br>Post-doctoral research fellow<br>University of Oklahoma School of Meteorology<br></div></div></div></div></div>
</div>