Amulya,<br>Thank you for adding the new information.  I can tell that the value of the script variable mix, which is given as 1573660000, cannot be right.  Check line 2424 of your script code.  That is where the variable mix is computed.  Insert say statements for all the component variables there.  With this kind of investigation you will eventually be able to discover the source of the error.  My gut tells me one of the input variables you supplied to the script in the main function call plotskew() is not what the script is expecting it to be.  I&#39;m guessing it is the dewpoint variable.  But I saw your control file and it appears there should not be a problem with that.  Nonetheless, insert say statements to find out what the values are, then go from there.  If you need help knowing what to do next or where to look, please ask.<br>
<br>Jeff<br><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 1:21 AM, Amulya Chevuturi <span dir="ltr">&lt;<a href="mailto:amulya.chevuturi@gmail.com" target="_blank">amulya.chevuturi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you very much for replying Mr. Jeff. <div><br></div><div>I have added the lines as stated. In the output all of them are showing numeric values only. So I cannot make out what the problem is. Could you or anyone in the grads user list help me out further. </div>

<div><br></div><div>This the output I am getting at the terminal when I am running the <a href="http://skew.gs" target="_blank">skew.gs</a> with the changes you suggested. </div><div><br></div><div><div class="im"><div>ga-&gt; <a href="http://skew.gs" target="_blank">skew.gs</a>     </div>

<div>No hardcopy metafile open</div><div>All files closed; all defined objects released;</div><div>All GrADS attributes have been reinitialized</div><div>Initial Time is 00Z08JAN2007</div><div>Create gif images as well (1=yes ; 0=no)</div>

<div>0</div><div>Please enter coordinated for sounding</div><div> </div><div>Latitude values between: 4.96654 and 50.0419</div><div>Enter Latitude</div><div>33</div><div> </div><div>Longitude values between: 48.3967 and 105.603</div>

<div>Enter Longitude</div><div>78</div><div> </div><div>Overlay two time periods 1=yes ; 0=no</div><div>0</div><div> </div><div>Please enter time to plot</div><div>Available times: 1 to 17</div><div>5</div><div>Drawing temperature sounding.</div>

<div>Drawing dewpoint sounding.</div></div><div>286.893</div><div>43.385364499893</div><div>1573660000</div><div class="im"><div>Non-numeric args to numeric operation</div></div><div>  Error occurred on line 2430</div><div class="im">
<div>  In file <a href="http://skew.gs" target="_blank">skew.gs</a></div>
<div>  Error occurred on line 1106</div><div>  In file <a href="http://skew.gs" target="_blank">skew.gs</a></div><div>  Error occurred on line 69</div><div>  In file <a href="http://skew.gs" target="_blank">skew.gs</a></div>
</div></div><div><br></div><div>I am attaching the <a href="http://skew.gs" target="_blank">skew.gs</a> file with the changes added. Please let me know how I can further correct the error. Thank you for the help in advance.</div>
<div class="im HOEnZb">
<div><br></div><div>With regards,</div><div><div style="color:rgb(34,34,34);direction:ltr;font-size:13px;font-family:arial,sans-serif;margin:5px 15px 0px 0px;padding-bottom:5px">
<div><div>Amulya Chevuturi</div><div>Junior Research Fellow (Ph.D. Student)</div><div>Jawaharlal Nehru University</div><div>New Delhi, India</div><div></div></div></div><div style="clear:both;color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif;margin:15px 0px">

</div></div></div><div class="HOEnZb"><div class="h5"><div><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 1:06 AM, Jeff Duda <span dir="ltr">&lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Amulya,<br>I looked through your script and I can&#39;t find the cause of the error.  I&#39;ve used this script on WRF-ARW output myself before (also postprocessed using ARWpost).  I remember having some issues getting the script to run properly the first time, but I got around that somehow.  The errors indicate that in this line<br>


<br>thetae=theta*exp((3.376/TLcl-0.00254)*mix*1.0+0.00081*mix)<br><br>one of theta, TLcl, or mix is not being computed correctly.  I&#39;m not sure which of those it is, although you could put SAY statements just above that line for each of the variables to see which it is.  What I mean is, insert these lines<br>


say theta<br>say TLcl<br>say mix<br>Above the line I copied above.  Then see what values get spit out.  One of those is either a NaN of some sort or has characters where there should be numbers.<br><br><br>Jeff Duda<br><br>


<div class="gmail_quote"><div><div>On Mon, Dec 17, 2012 at 12:56 AM, Amulya Chevuturi <span dir="ltr">&lt;<a href="mailto:amulya.chevuturi@gmail.com" target="_blank">amulya.chevuturi@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
<span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Dear GrADS users,</span><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">I have recently tried to use the <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a> script to plot Skew-T/Log-P graphs for my WRF (ARW) output. I use ARWPost as my post processing software. This is the problem that is cropping up. </div>




<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<div>ga-&gt; <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a> </div><div>No hardcopy metafile open</div><div>All files closed; all defined objects released;</div><div>All GrADS attributes have been reinitialized</div>




<div>Initial Time is 00Z08JAN2007</div><div>Create gif images as well (1=yes ; 0=no)</div><div>0</div><div>Please enter coordinated for sounding</div><div> </div><div>Latitude values between: 4.96654 and 50.0419</div><div>




Enter Latitude</div><div>33</div><div> </div><div>Longitude values between: 48.3967 and 105.603</div><div>Enter Longitude</div><div>78</div><div> </div><div>Overlay two time periods 1=yes ; 0=no</div><div>0</div><div> </div>




<div>Please enter time to plot</div><div>Available times: 1 to 17</div><div>5</div><div>Drawing temperature sounding.</div><div>Drawing dewpoint sounding.</div><div>Non-numeric args to numeric operation</div><div>  Error occurred on line 2427</div>




<div>  In file <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a></div><div>  Error occurred on line 1106</div><div>  In file <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a></div>




<div>  Error occurred on line 69</div><div>  In file <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a></div></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">




<br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Though I think it is plotting the temperature and dewpoint. The rest of the parameters in the line 69 is not being plotted due to some errors in parameters. I am attaching my ctl file and <a href="http://skew.gs/" style="color:rgb(17,85,204)" target="_blank">skew.gs</a>. Please let me know how to correct the problem.</div>




<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
Thanking you in advance. </div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
With regards,</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Amulya Chevuturi</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
Junior Research Fellow (Ph.D. Student)</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Jawaharlal Nehru University</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">




New Delhi, India</div>
<br></div></div>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">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><span><font color="#888888"><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>

<br>
</font></span><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">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></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><br>