<div dir="ltr">Remove the double quotes in your time strings and see if that makes any difference.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 7:00 AM, Andrew Friedman <span dir="ltr">&lt;<a href="mailto:andfried@berkeley.edu" target="_blank">andfried@berkeley.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Aaron,<br>
<br>
I think your time indices need to be the same for lterp to work. Check out examples 4 and 5 in the documentation entry for lterp, which show how to manually override the time values. Hope this helps.<br>
<br>
Andrew<br>
<div><div class="h5"><br>
On Jan 16, 2014, at 3:26 AM, Perry, Aaron @ LSC &lt;<a href="mailto:Aaron.Perry@lsc.vsc.edu">Aaron.Perry@lsc.vsc.edu</a>&gt; wrote:<br>
<br>
&gt; Good Evening Everyone,<br>
&gt;<br>
&gt; Currently, I&#39;m having an issue with lterping two variables, one being 850mb temp with a recent GFS .ctl file and a climatological 850mb temp .ctl. The recent GFS .ctl is fine and the climate .ctl is coarse. I have been trying to read up on lterp as much as possible but, I can&#39;t seem to get this work and I&#39;ve reached the end of possible resources it seems like...<br>

&gt;<br>
&gt; The script in question is below:<br>
&gt;<br>
&gt; ctl1 = &#39;~/grads/data/cfsrclim/t850.cfsr.mean.clim.daily.1982.2010.ctl&#39;<br>
&gt; ctl2 = &#39;~/grads/data/gfs.t12z.pgrbf33.ctl&#39;<br>
&gt;<br>
&gt; &#39;open &#39;ctl1&#39;&#39;<br>
&gt; &#39;set x 1 360&#39;<br>
&gt; &#39;open &#39;ctl2&#39;&#39;<br>
&gt;<br>
&gt; &#39;set dfile 1&#39;<br>
&gt; &#39;define t850clim = (TMP850mb-273.15)*(9/5)+32)&#39;<br>
&gt;<br>
&gt; &#39;set dfile 2&#39;<br>
&gt; &#39;define t850curr = (tmpprs(lev=850)-273.15)*(9/5)+32)&#39;<br>
&gt;<br>
&gt; &#39;define t850a = (t850clim(t=&quot;00Z01jan1984&quot;))&#39;<br>
&gt;<br>
&gt; &#39;define t850b = (t850curr(t=&quot;18Z15jan2014&quot;))&#39;<br>
&gt;<br>
&gt; &#39;define final = lterp(t850b,t850a)&#39;<br>
&gt;<br>
&gt; &#39;define hi = t850a-final&#39;<br>
&gt;<br>
&gt; &#39;d hi&#39;<br>
&gt;<br>
&gt;<br>
&gt; Onward and Upward,<br>
&gt;<br>
&gt; Aaron D. Perry<br>
&gt; Boston, MA<br>
&gt; Lyndon State College &#39;16<br>
&gt; Twitter: @AaronPerryLSC<br>
&gt; Mobile: 617-780-4312<br>
</div></div>&gt; &lt;<a href="http://climtest.gs" target="_blank">climtest.gs</a>&gt;_______________________________________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<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>
</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>
</div>