<div dir="ltr">Imran,<div><br></div><div>I don&#39;t see that it&#39;s a problem.  Did you not get the extracted output you expected?</div><div><br></div><div>What you present as an error actually is not.  They are informational only.</div><div><br></div><div>Stephen </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 10, 2015 at 9:14 AM, Md Hosen <span dir="ltr">&lt;<a href="mailto:md.hosen@live.vu.edu.au" target="_blank">md.hosen@live.vu.edu.au</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">
<div style="font-size:12pt;font-family:Calibri,Arial,Helvetica,sans-serif;background-color:rgb(255,255,255)">
<p style="color:rgb(0,0,0)">Dear GRADS users,</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">Good day!</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">I am totally new with GRADS. The following sample script is my first try to extract Temperature data from wrfoutput.</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">&#39;reinit&#39;<br>
&#39;open feb2000.ctl&#39;<br>
<br>
i=1<br>
while (i&lt;=73)<br>
&#39;set t &#39;i<br>
<br>
********************************corrected lat&amp;lon***<br>
&#39;set lon 144.97&#39;<br>
&#39;set lat -37.81&#39;<br>
&#39;d t2-272.15&#39;<br>
rc=subwrd(result,4)<br>
res=write(Melreg.txt,rc)<br>
*************************************************<br>
&#39;set lon 144.76&#39;<br>
&#39;set lat -37.86&#39;<br>
&#39;d t2-272.15&#39;<br>
rc=subwrd(result,4)<br>
res=write(Raaf.txt,rc)<br>
********************************<br>
&#39;set lon 145.10&#39;<br>
&#39;set lat -37.98&#39;<br>
&#39;d t2-272.15&#39;<br>
rc=subwrd(result,4)<br>
res=write(Moorabbin.txt,rc)<br>
**********************************<br>
i=i+1<br>
endwhile<br>
return</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">After running this script, I am getting the following error message:</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p><i><font color="#ff0000">No hardcopy metafile open<br>
All files closed; all defined objects released;<br>
All GrADS attributes have been reinitialized<br>
Notice: Implied interpolation for file feb2000.ctl<br>
 Interpolation will be performed on any data displayed from this file</font></i><br>
<br>
</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">Even, if I type &#39;reinit&#39; in the command line, I am getting same error message as follows:</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p><font color="#ff0000">ga-&gt; reinit<br>
No hardcopy metafile open<br>
All files closed; all defined objects released;<br>
All GrADS attributes have been reinitialized</font></p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">Could you please give any instruction to solve the problem. Your cooperation will be highly appreciated.</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)">Kind regards,</p>
<p style="color:rgb(0,0,0)">Imran<br>
<br>
</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<p style="color:rgb(0,0,0)"><br>
</p>
<div style="color:rgb(0,0,0)">
<div name="divtagdefaultwrapper">
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial;font-size:small;color:rgb(204,51,204)"></span></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" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>