<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Jonathan,<div><br></div><div>It's buried in the HDF5 file, in:</div><div><br></div><div>/real scalars/time</div><div><br></div><div>yt gets it rather easily (code here works in version 3.0):</div><div><br></div><div>import yt</div><div><br></div><div>ds = yt.load("sedov_hdf5_chk_0003")</div><div>print ds.current_time</div><div><br></div><div>Best,</div><div><br></div><div>John Z</div><div><br></div><div><div><div>On Jul 3, 2014, at 9:08 AM, Slavin, Jonathan <<a href="mailto:jslavin@cfa.harvard.edu">jslavin@cfa.harvard.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi all,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
This is probably obvious to longterm users of FLASH.  How do I get the simulation time for which a checkpoint file is output?  It's recorded in the log file, sort of, but not in an easily parseable way.  I don't see it in the data of the checkpoint file.  I must be missing something...</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Jon</div><div><br></div>-- <br><div dir="ltr">________________________________________________________<br>
Jonathan D. Slavin                 Harvard-Smithsonian CfA<br><a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>       60 Garden Street, MS 83<br>phone: (617) 496-7981       Cambridge, MA 02138-1516<br>
fax: (617) 496-7577            USA<br>________________________________________________________<br><br></div>
</div>
</blockquote></div><br></div></body></html>