<div dir="ltr"><div><div><div><div>Hi Nathan, <br><br></div>That works for me on the sample data now too. Thanks a million! <br></div>I'll let you know if I see any other issues. <br><br></div>Cheers,<br></div>John<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 20, 2016 at 4:24 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@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">Hi John,<div><br></div><div>I think this PR will fix your issue:</div><div><br></div><div><a href="https://bitbucket.org/yt_analysis/yt/pull-requests/2423" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt/pull-requests/2423</a><br></div><div><br></div><div>The problem is that Enzo's particle fields are a little bit special, because yt uses Enzo particle field names across all frontends as the "universal" field names. Since we want to present universal fields in CGS units by default, this means we need to take special care to figure out the units we need to attach to a piece of data for enzo particle fields. In practice, it means we need to make a distinction between the units a field has on-disk and the "output units" that we want to present to users. In this case, the profile machinery was using the on-disk units and not the output units. In the long run I'd like to get rid of output_units, because it's a constant source of issues, as most yt contributors are not working with Enzo particle data, which is the only place this distinction matters.</div><div><br></div><div>Here's the simple test script I used to test the PR:</div><div><br></div><div><a href="http://paste.yt-project.org/show/6887/" target="_blank">http://paste.yt-project.org/<wbr>show/6887/</a><br></div><div><br></div><div>Before the PR it prints numbers of order ~10^-3 g, now it prints numbers of order 10^46 g, which seems a bit more accurate!</div><div><br></div><div>Let me know if that fixes your issue, it's possible that there are other issues I'm missing just using my simple test script.</div><div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Thu, Oct 20, 2016 at 5:49 AM, John Regan <span dir="ltr"><<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div><div>Hi All, <br><br></div>I'm getting some strange results when I try to profile the particle distribution. <br></div><div>I'm using the Enzo64 dataset pulled from the YTHub. <br></div>I use the following very simple script but get values which are different by 50 orders of magnitude. I must be doing something very wrong with the create_profile routine but its not obvious<br><br></div><div>prof = create_profile(sp, [("all", "particle_radius")], [("all", "particle_mass")], weight_field=None)<br></div><div><br></div><div>Any ideas what's going wrong here? Looks at a minimum that the units are getting messed up?<br><br></div><div>Cheers,<br></div><div>John<br></div><div><br></div></div></div><br></div>
<br></div></div>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-users-spacepope.<wbr>org</a><br>
<br></blockquote></div><br></div>
<br>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br></blockquote></div><br></div>