<div dir="ltr"><div><div><div>Hello YT-community,<br><br></div>This outputs are created with SnapFormat parameter set to 1. This is requirement mentioned in the users guideline of yt.<br><br></div>Cheers,<br></div>Alankar<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 22, 2017 at 10:02 PM, Alankar Dutta <span dir="ltr"><<a href="mailto:dutta.alankar@gmail.com" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hello YT-community,<br><br></div>I have been trying to use yt for analysis of the output from a GADGET 2 simulation stored as an Unformatted Fortran Binary. It consists of files named as snapshot_068 which is divided into 1024 subfiles named as snapshot_068.0, snapshot_068.1 and so on. Whenever I am loading this with yt I am getting the following error message and I have got no idea as to how to fix this. I have also tried reading only one subfile of this multi part snapshot but with no success. I am relying on the community to help me in this regard.<br><br></div>My code:<br><br>fname = 'snapdir_068/snapshot_068' <br>ds = yt.load(fname)<br><br></div>Error displayed:<br><br>yt : [ERROR    ] 2017-02-22 21:55:34,587 None of the arguments provided to load() is a valid file<br>yt : [ERROR    ] 2017-02-22 21:55:34,587 Please check that you have used a correct path<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/home/alankar/anaconda3/lib/<wbr>python3.5/site-packages/yt/<wbr>convenience.py", line 76, in load<br>    raise YTOutputNotIdentified(args, kwargs)<br>yt.utilities.exceptions.<wbr>YTOutputNotIdentified: Supplied ('snapshot_068',) {}, but could not load!<br><br><br><br></div><br></div>#Trying to read only one of the multi part file<br><div>My code:<br><br>fname = 'snapdir_068/snapshot_068.0' <br>ds = yt.load(fname)<br><br></div><div>Error displayed:<br><br>yt : [ERROR    ] 2017-02-22 21:57:17,625 Couldn't figure out output type for /media/alankar/Seagate Expansion Drive/mb2/snapshots/snapdir_<wbr>068/snapshot_068.0<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/home/alankar/anaconda3/lib/<wbr>python3.5/site-packages/yt/<wbr>convenience.py", line 98, in load<br>    raise YTOutputNotIdentified(args, kwargs)<br>yt.utilities.exceptions.<wbr>YTOutputNotIdentified: Supplied ('snapshot_068.0',) {}, but could not load!<br><br><br></div><div>Cheers,<br></div><div>Alankar<br></div><div><br></div></div>
</blockquote></div><br></div>