<div>Hi there,</div><div>after installing yt I tried to import the result of my Ramses simulation with this code:</div><div><br></div><div>from yt.mods import *</div><div>pf = load("output_00007/info_00007.txt")</div>
<div><br></div><div>print pf.h.field_list</div><div>print pf.h.derived_field_list</div><div><br></div><div>but ... it doesn't work! My simulation consists only of DM for now and yt is searching for hydro files that of course does not exists. I just wanted to find DM halos but it seems that yt does not support this function for RAMSES data yet, does it?</div>
<div><br></div><div>cheers,</div><div>Matteo</div>