<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;">
Just to clarify a misrepresentation … the lterp() function does indeed support interpolation in the Time dimension. From&nbsp;<a href="http://cola.gmu.edu/grads/gadoc/gradfunclterp.html:">http://cola.gmu.edu/grads/gadoc/gradfunclterp.html:</a>
<div><br>
</div>
<div>&quot;The <code><i>source</i></code> and <code><i>dest</i></code> expressions must have the same varying dimensions, which may be X, Y, or T. Interpolation is not performed in the Z or E dimension. The
<code><i>source</i></code> and <code><i>dest</i></code> expressions may vary in 1 or 2 dimensions, unless you are using the
<code>aave</code> or <code>amean</code> methods, in which case the grids must be 2-D with X and Y as the varying dimensions. If the domain of
<code><i>source</i></code> is larger than the domain of <code><i>dest</i></code>, the returned result will have an expanded grid to cover the requested domain. For interpolation in the time dimension, you may interpolate (A) between monthly and yearly time
 axes, or (B) between minute, hourly, and daily time axes.&quot;
<div><br>
</div>
<div>Lterp won’t work if the source expression is varying in three dimesions. If you want to interpolate 2D grids in time, you’ll essentially be creating a new data set with a higher frequency time axis, so you’ll have to be writing out grids to a file. In
 that case, it is probably simpler to create the algebraic expressions for the linear interpolation yourself, unless you want to ‘do the math’ described in Method 2 below. &nbsp;</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
<div>&nbsp;&nbsp;&nbsp;<br>
<div>
<div>On Dec 17, 2016, at 9:54 PM, Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>I've done stuff like this before. There's a few ways you can go. One of them is far more complicated than the other and probably not worth it.<br>
<br>
</div>
Method 1:<br>
</div>
-Use linear interpolation in time. Simple and quick, but if you're looking small scale features like precipitation or reflectivity, it's not going to give you accurate results.<br>
<br>
</div>
Method 2:<br>
</div>
-Estimate the temporal derivatives at the initial time, then integrate those forward to your sub-time steps. You can calculate things like advection, the Coriolis force, and vertical motion easy enough. Source and sinks for water vapor and heat will remain
 impossible, though. I'd have to &quot;do the math&quot; to be sure, but this method may end up giving you the same solution as method 1 would. In either case, I would recommend using method 1.<br>
<br>
</div>
<div>Good luck.<br>
<br>
</div>
Jeff Duda<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, Dec 17, 2016 at 2:32 PM, Brandon Schmidt <span dir="ltr">
&lt;<a href="mailto:admin@wilmingtonwx.com" target="_blank">admin@wilmingtonwx.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">Hello all,
<div><br>
</div>
<div>I'm currently looking for a solution to take an HRRR Sub-Hourly GRIB2 file with 4 time steps and interpolate it to have 12 time steps. I know this somehow involves the 'iterp' function but I can't seem to get it working. I'm barely even sure where to start...what
 must the destination control file contain to make this work? I imagine this can be done fairly easily, I'm just not sure how to do it myself. Any help would be greatly appreciated...thanks!</div>
</div>
<br>
______________________________<wbr>_________________<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/<wbr>listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div dir="ltr">Jeff Duda<br>
Post-doctoral research fellow<br>
University of Oklahoma School of Meteorology<br>
</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>
</div>
</div>
</body>
</html>