<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Jens,<div><br></div><div>I don&#39;t know about Visit, but the reason SimulationTools prefers to have CarpetIOHDF5::one_file_per_group=no is that it can then infer the filename directly from the variable name. I don&#39;t think this is a strict requirement. If your variable names are not related to the filename (for example, setting the parameter to yes) then you just have to manually specify the filename. For example, if you&#39;re following the GridFunctions tutorial you would change the line:</div><div><br></div><div><div>phi = ReadGridFunction[$SimulationToolsTestSimulation, &quot;phi&quot;, &quot;xy&quot;, </div><div>  Iteration -&gt; 4096, RefinementLevel -&gt; 3]</div></div><div><br></div><div>to:</div><div><br></div><div><div>phi = ReadGridFunction[$SimulationToolsTestSimulation, &quot;phi&quot;, &quot;xy&quot;, </div><div>  Iteration -&gt; 4096, RefinementLevel -&gt; 3, FileName -&gt; &quot;phi.xy.h5&quot;]</div></div><div><br></div><div></div><div>Barry</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 7 Oct 2018 at 15:37, Jens Mahlmann &lt;<a href="mailto:jensmahl@alumni.uv.es">jensmahl@alumni.uv.es</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
I hope I may approach you with a rather general question on output <br>
generation. For visualization, I find it convenient to use both <br>
SimulationTools for Mathematica as well as VisIt. Both are fine with <br>
reading hdf5 files and the interface to Carpet data is in general very nice.<br>
<br>
However, I find that depending on if I activate <br>
CarpetIOHDF5::one_file_per_group or not, I have difficulties of opening <br>
the files in one or the other (with yes I am great for visit but not for <br>
SimulationTools and vice versa).<br>
<br>
Especially, I would like to have the 3D output in one file per group, <br>
and the 2D output not. Is there an option to do so? Or does anybody have <br>
a best practice for a student of how to overcome this in post process? I <br>
want to avoid running all simulations twice...<br>
<br>
Thank you and my best!<br>
<br>
Jens<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org" target="_blank">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</blockquote></div>