<div dir="ltr"><div>Hi, I was wondering if anyone could help me with loading the data from the simulation via the SimulationTools. I have confirmed that there is data available, but cannot load it to a variable via ReadGridFunction.</div><div>Below I&#39;m copying the notebook&#39;s content up to the point where I cannot load the data. <br></div><div><br></div><div><b>SimulationTools`$SimulationPath = {&quot;C:\\Users\\Seven\\Desktop\\BBH_run_01&quot;};</b></div><div><b></b><br><b>FindGridFunctions[&quot;BBH_run_01&quot;]</b><br>&quot;admbase-curv&quot;, &quot;admbase-lapse&quot;, &quot;admbase-metric&quot;, \<br>&quot;carpetreduce-weight&quot;, &quot;grid-coordinates&quot;, \<br>&quot;ml_admconstraints-ml_ham&quot;, &quot;ml_admconstraints-ml_mom&quot;, \<br>&quot;weylscal4-psi4i_group&quot;, &quot;weylscal4-psi4r_group&quot;</div><div><br></div><div><b>ReadIterations[&quot;BBH_run_01&quot;, &quot;admbase-lapse&quot;, &quot;xy&quot;]</b></div><div>{0, 256, 512, 768, 1024, 1280, 1536, 1792, 2048, 2304, 2560, 2816, \<br>3072, 3328, 3584, 3840, 4096, 4352, 4608, 4864, 5120, 5376, 5632, \<br>5888, 6144, 6400, 6656, 6912, 7168, 7424, 7680, 7936, 8192, 8448, \<br>8704, 8960, 9216, 9472, 9728, 9984, 10240, 10496, 10752, 11008, \<br>11264, 11520, 11776, 12032, 12288, 12544, 12800, 13056, 13312, 13568, \<br>13824, 14080, 14336, 14592, 14848, 15104, 15360, 15616, 15872, 16128, \<br>16384, 16640}</div><div><br></div><div><b>ReadRefinementLevels[&quot;BBH_run_01&quot;, &quot;admbase-lapse&quot;, &quot;xy&quot;]</b></div><div>{0, 1, 2, 3, 4, 5, 6}</div><div><br></div><div><b>ReadTimeLevels[&quot;BBH_run_01&quot;, &quot;admbase-lapse&quot;, &quot;xy&quot;]</b></div><div>{0}</div><div><b><br></b></div><div><b>alpha = ReadGridFunction[&quot;BBH_run_01&quot;, &quot;admbase-lapse&quot;, &quot;xy&quot;, <br>  Iteration -&gt; 4096, RefinementLevel -&gt; 0]</b></div><div>Cannot find a variable named admbase-lapse in files {C:\Users\Seven\Desktop\BBH_run_01\admbase-lapse.xy.h5}; variables found are {ADMBASE::alp}</div><div>in ReadGridFunction/<br>   CallProvidedFunction/<br>   SimulationTools`CarpetIOHDF5`GridFunctions`ReadData/<br>   SimulationTools`CarpetIOHDF5`Private`ReadCarpetIOHDF5Components</div><div><br></div><div><b>Trying to load ADMBASE::alp yields: </b><br></div><div>Error: Iteration 4096, RefinementLevel 0, Map None of variable ADMBASE::alp with dimensions xy not found in run BBH_run_01</div><div><br></div><div><br></div><div>The relevant file I want to load is in /BBH_run_01/admbase-lapse.xy.h5</div><div>What&#39;s the solution here? What am I doing wrong? <br></div><div><br></div><div><br></div><div>Best regards</div><div>Konrad Topolski<br></div></div>