<div dir="ltr">Casey - Ok good, I didn't know there was anyone else who had used that feature.  One issue with a script to alter the dataset by adding levels is that I think BoxLib likes --- but perhaps doesn't _enforce_ --- there to be some padding between levels so that a coarse level isn't entirely covered by fine data.  Again, this could be remedied by interpolation, but I don't really care about the data on this intermediate level.  The approach within yt would be nice because it could simply ignore the data, possibly.<div>
<br></div><div style>Matt - </div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> So, for the time being, I want to move forward with testing out the<br>

> consolidated BoxLib frontend on a real dataset.  I could, of course, write a<br>
> script offline that would take my old datafile, create intermediate-level<br>
> grids and populate the data by averaging or interpolating the real data so<br>
> that all levels have the same refinement ratio, but I've just "faked" the<br>
> data for the levels that I have added.<br>
<br>
</div>Ah, wow!  And have the tests worked so far?<br></blockquote><div><br></div><div style>This was something that I could do, but have not yet.  I apologize if that was misleading! </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have thought about this, and I believe it's quite reasonable.  For<br>
what it's worth, we do something slightly similar with the RAMSES<br>
frontend, in that we have a min_level that we assume it refines to.<br>
(Not completely the same thing, but similar idea.)  There is a<br>
mechanism for creating a fake grid, which is to set up a covering<br>
grid, but that assumes the existence of a hierarchy already.  But it<br>
might also be possible to fake the grid itself during the creation of<br>
the hierarchy (setting a flag on it or something) and doubling up the<br>
data.<br></blockquote><div><br></div><div style>Ok, so there is some fake grid precedent.  I'll look at the Ramses code to get a feel for what is happening there.  If we don't actually care about the data on the fake grid, does it even need to be doubled?  It surely doesn't need to be a deep copy, but does data actually need to exist within the hierarchy at a specific level, or would that cause problems?</div>
<div style><br></div><div style>Chris</div></div></div></div>