<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hello, Miles —&nbsp;
<div>The error message and your expression don’t quite match — your code looks like you are trying to average height fields from 17 separate files, with the addition of files 18 and 19 commented out, but the expression in the error message looks like an average
 over 18 files.</div>
<div><br>
</div>
<div>In any event, the error message&nbsp;</div>
<blockquote type="cite">
<div dir="ltr">&nbsp;World coordinates convert to non-integer&nbsp; grid coordinates<br>
</div>
</blockquote>
<div></div>
<blockquote type="cite">
<div>&nbsp; &nbsp; Variable = hgtprs.18&nbsp; Dimension = 3</div>
</blockquote>
<div><br>
</div>
<div>means that the time stamp 00z30dec2014 does not resolve to an integer-valued T index for file #18. If you try this:</div>
<div>'set dfile 18'</div>
<div>'set time 00z30dec2014'</div>
<div><br>
</div>
<div>GrADS will set T to the nearest integer value to this time. Check the output from 'q dims’ to find out what the time string should for the dimension override in your long averaging expression.&nbsp;</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<div>
<div>On Jul 8, 2016, at 2:05 PM, Miles Bliss &lt;<a href="mailto:mblis2@u.brockport.edu">mblis2@u.brockport.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>This is the line of code i am trying to run.<br>
'set lon -90 -70'<br>
'set lat 35 45'<br>
<br>
'c' <br>
'set grads off' <br>
'set gxout shaded'<br>
'set lev 925' <br>
'd (hgtprs&#43;hgtprs.2(time=00z18jan2002)&#43;hgtprs.3(time=00z11jan2003)&#43;hgtprs.4(time=00z07dec2005)&#43;hgtprs.5(time=00z04dec2007)&#43;hgtprs.6(time=00z08feb2007)&#43;hgtprs.7(time=00z29dec2009)&#43;hgtprs.8(time=00z20feb2009)&#43;hgtprs.9(time=00z07dec2010)&#43;hgtprs.10(time=00z01feb2010)&#43;hgtprs.11(time=00z16jan2011)&#43;hgtprs.12(time=00z01jan2013)&#43;hgtprs.13(time=00z12dec2013)&#43;hgtprs.14(time=00z19nov2014)&#43;hgtprs.15(time=00z06jan2014)&#43;hgtprs.16(time=00z29jan2014)&#43;hgtprs.17(time=00z06feb2014))/17'<br>
*&#43;hgtprs.18(time=00z08feb2014)&#43;hgtprs.19(time=00z30dec2014) <br>
'run cbar'<br>
<br>
</div>
This is therror that i am getting despite having the correct file dates/times and all files working individually.<br>
<br clear="all">
Data Request Warning:&nbsp; Request is completely outside file limits<br>
Data Request Warning:&nbsp; Request is completely outside file limits<br>
Data Request Error: Invalid grid coordinates<br>
&nbsp; World coordinates convert to non-integer&nbsp; grid coordinates<br>
&nbsp;&nbsp;&nbsp; Variable = hgtprs.18&nbsp; Dimension = 3<br>
&nbsp; Error ocurred at column 465<br>
DISPLAY error:&nbsp; Invalid expression<br>
&nbsp; Expression = (hgtprs&#43;hgtprs.2(time=
<div>00z18jan2002)&#43;hgtprs.3(time=00z11jan2003)&#43;hgtprs.4(time=00z07dec2005)&#43;hgtprs.5(time=00z04dec2007)&#43;hgtprs.6(time=00z08feb2007)&#43;hgtprs.7(time=00z29dec2009)&#43;hgtprs.8(time=00z20feb2009)&#43;hgtprs.9(time=00z07dec2010)&#43;hgtprs.10(time=00z01feb2010)&#43;hgtprs.11(time=00z16jan2011)&#43;hgtprs.12(time=00z01jan2013)&#43;hgtprs.13(time=00z12dec2013)&#43;hgtprs.14(time=00z19nov2014)&#43;hgtprs.15(time=00z06jan2014)&#43;hgtprs.16(time=00z29jan2014)&#43;hgtprs.17(time=00z06feb2014)&#43;hgtprs.18(time=00z30dec2014))/18
<div class="">
<div id=":d1" class="" tabindex="0"><img class="" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div>
</div>
</div>
<br clear="all">
<br>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div dir="ltr">-Miles Bliss</div>
<div>&nbsp;SUNY Brockport '17</div>
<div>&nbsp;Meteorology </div>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>