<div dir="ltr">I'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'm curious if there's a way to make t42=252, t43=264, etc. I'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 "get around" the 2 t-step increments after 240 was doing something like:</div><div><br></div><div>i=1</div><div>while (i <= 65)</div><div><br></div><div>if (i <= 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>'d tmp2m'</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>