Hi all,<div><br></div><div>I tried to write a time series script that writes the minimum and maximum sea level pressure to a file. When I run the gs script in grads I get the error <font class="Apple-style-span" color="#990000">Data Request Warning: Request is completely outside file limit. </font> I have copied the script below thanks for the help.</div>
<div><font class="Apple-style-span" color="#990000"><br></font></div><div>'open FNL1.ctl'</div><div>'set grads off'</div><div>'set stat on'</div><div>j = 1</div><div>while (j < 15)</div><div>'set t ' j</div>
<div>'set cint 0.3'</div><div>'set lat 25.0 27.5'</div><div>'set lon -83.3 -79.6'</div><div>'set gxout stat'</div><div>'d slp'</div><div><br></div><div>'set fwrite out.dat'</div>
<div>'clear'</div><div>j = j+1</div><div>endwhile</div><div>*'quit'</div><div><font class="Apple-style-span" color="#990000"> </font><br clear="all"><br>-- <br>Travis Washington<br>MS Student<br>Department of Marine & Environmental Systems<br>
Florida Institute of Technology<br>150 W University Blvd.<br>Melbourne, FL 32901<br>Ph: 850-524-0532<br><br><br>
</div>