<div dir="ltr">Jeff,<div><br></div><div>So since I typically do</div><div><br></div><div>define zcomp006 = docalculations<br></div><div><br></div><div>define snow006 = const((sum(maskout(weasdsfc.1-weasdsfc.1(t-1),weasdsfc.1-weasdsfc.1(t-1)), t=2, t=2)*0.0393701), 0, -u)</div><div><br></div><div>define negto006 = const(maskout(zcomp006,zcomp006-1),40,-u)</div><div><br></div><div>define mor006 = const(maskout(negto006,41-negto006),40,-u)<br></div><div><br></div><div>define totalsnow006 = snow006*mor006</div><div>d totalsnow006</div><div><br></div><div><br></div><div>How would I go about making<br></div><div><br></div><div><span style="font-size:12.8px">define newfield = lterp(mor006,snow006) *this just does some interpolation to make the grids play nice, right?</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">&#39;d newfield&#39; do that? *is the comma in lterp suddenly a * multiplier?</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I can&#39;t see needing to lterp zcomp006 as that&#39;s strictly pgrb stuff. snow006 is strictly sflux stuff. I&#39;m following you somewhat with how lterp works, but... yea, first time with lterp.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 12:31 PM, Jeff Duda <span dir="ltr">&lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>You can interpolate between ANY two grids as long as both are defined somehow (i.e., in the control file).<br><br></div>define newfield = lterp(snow006,mor006)<br></div><div>OR<br></div><div>define newfield = lterp(mor006,snow006)<br></div><div>should do what you want, unless you want the output on a specific grid. In that case, use which ever field that&#39;s on the grid you want to interpolate to as the destination grid (second argument).<br><br></div><div>Jeff DUda<br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Nov 11, 2015 at 1:18 AM, Christopher Gilroy <span dir="ltr">&lt;<a href="mailto:chris.gilroy@gmail.com" target="_blank">chris.gilroy@gmail.com</a>&gt;</span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div dir="ltr">Alright, so I have 1 var that gets defined off a calculation with tmpprs in pgrb2 files. I have another var that really just gets weasdsfc, with some added calculations. My final var for display (for hour 06) is simply &#39;totalsnow=snow006 * mor006&#39; and obviously the two grids aren&#39;t the same so grads doesn&#39;t like that. Is there any way to use lterp and somehow get them to play nice? From the example, lterp you have to somewhat do: lterp(weasdsfc.1, tmpprs.2) but since I&#39;m defining vars and such each from different files I don&#39;t know if I have to incorporate lterp into all my define&#39;s now or?<div><br></div><div>I don&#39;t think it&#39;s going to be possible to &quot;up-sample&quot; but all I&#39;m looking to get is temperature values from pgrb2 files, the actual weasdsfc is from sflux. :-/<br>
</div></div>
<br></span>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br></div>
</font></span></div>
<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" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">-Chris A. Gilroy</div>
</div>