<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" 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)">'reinit'<br>
'open feb2000.ctl'<br>
<br>
i=1<br>
while (i&lt;=73)<br>
'set t 'i<br>
<br>
********************************corrected lat&amp;lon***<br>
'set lon 144.97'<br>
'set lat -37.81'<br>
'd t2-272.15'<br>
rc=subwrd(result,4)<br>
res=write(Melreg.txt,rc)<br>
*************************************************<br>
'set lon 144.76'<br>
'set lat -37.86'<br>
'd t2-272.15'<br>
rc=subwrd(result,4)<br>
res=write(Raaf.txt,rc)<br>
********************************<br>
'set lon 145.10'<br>
'set lat -37.98'<br>
'd t2-272.15'<br>
rc=subwrd(result,4)<br>
res=write(Moorabbin.txt,rc)<br>
**********************************<br>
i=i&#43;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>
&nbsp;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 'reinit' 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 id="Signature" style="color:rgb(0,0,0)">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<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>
</body>
</html>