<div dir="ltr">I&#39;ve always been curious for those who run their plots using scripting approaches and download in 3 or 6-hour increments, how do you handle past hour 240?<div><br></div><div>For example, downloading 6hr files, starting at hr 0, t41=240 and then t43=252 and I&#39;m curious if there&#39;s a way to make t42=252, t43=264, etc. I&#39;m just looking for a way to make every t = a working timestep.</div><div><br></div><div>So as an example, if you made a looping grads script for all 384 hours, using 6h files the only way I knew of to &quot;get around&quot; the 2 t-step increments after 240 was doing something like:</div><div><br></div><div>i=1</div><div>while (i &lt;= 65)</div><div><br></div><div>if (i &lt;= 41)</div><div>trecord=i</div><div>endif</div><div><div>if (i=42)</div><div>trecord = 43</div><div>endif</div><div>if (i=43)</div><div>trecord = 45</div><div>endif</div><div><br></div><div>&#39;d tmp2m&#39;</div><div><br></div><div>The only reason I cared to do that even was because otherwise every other image past hr240 would be blank since there is no t=42, t=44, etc.</div>
</div></div>