<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Good Evening Everyone,<br>
<br>
Currently, I'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't seem to get this work and I've reached the end of possible resources it seems like...<br>
<br>
The script in question is below:<br>
<br>
ctl1 = '~/grads/data/cfsrclim/t850.cfsr.mean.clim.daily.1982.2010.ctl'<br>
ctl2 = '~/grads/data/gfs.t12z.pgrbf33.ctl'<br>
<br>
'open 'ctl1''<br>
'set x 1 360'<br>
'open 'ctl2''<br>
<br>
'set dfile 1'<br>
'define t850clim = (TMP850mb-273.15)*(9/5)&#43;32)'<br>
<br>
'set dfile 2'<br>
'define t850curr = (tmpprs(lev=850)-273.15)*(9/5)&#43;32)'<br>
<br>
'define t850a = (t850clim(t=&quot;00Z01jan1984&quot;))'<br>
<br>
'define t850b = (t850curr(t=&quot;18Z15jan2014&quot;))'<br>
<br>
'define final = lterp(t850b,t850a)'<br>
<br>
'define hi = t850a-final'<br>
<br>
'd hi'<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font size="3"><font face="Arial"><font size="2" face="Tahoma"><font size="2"><br>
Onward and Upward,<br>
<br>
</font>Aaron D. Perry<br>
</font><font size="3"><font size="3"><font size="2" face="Tahoma">Boston, MA<br>
Lyndon State College '16<br>
Twitter: <a href="https://twitter.com/AaronPerryLSC">@AaronPerryLSC</a><br>
</font></font></font></font></font><font size="3"><font face="Arial"><font size="3"><font size="3"><font size="2" face="Tahoma">Mobile: 617-780-4312</font></font></font></font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>