Hey guys,<br><br>I think Matt's right that pf['CosmologyHubbleConstantNow'] is simply taking what the parameter file is giving us, and that it's a good thing.<br><br>When I implemented Cosmology.py and EnzoCosmology.py, I basically rewrote in python stuff that already existed.  EnxoCosmology.py, being taken from enzo, originally did accept h [100 km/s/Mpc] (as opposed to H_0).  Cosmology.py, on the other hand, took H_0.  I figured it was important to standardize the input to those two sets of functions.  Cosmology.py seemed a little more complicated, and I figured I had a higher chance of screwing it up, so I chose to change EnzoCosmology.py.  It would be nice to have them consistent with the h that comes in from the parameter file, but if we do that, we'll need to be careful to fix everything that uses the cosmology functions so they aren't suddenly wrong.<br>
<br>Britton<br><br><div class="gmail_quote">On Sat, Jun 20, 2009 at 12:48 PM, Stephen Skory <span dir="ltr"><<a href="mailto:stephenskory@yahoo.com">stephenskory@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Matt,<br>
<div class="im"><br>
<br>
> I have a copy of RedshiftOutput0005.  In mine, there are some<br>
> parameters that seem a bit funny to me:<br>
><br>
> InitialTime         = 646.75066015177<br>
<br>
</div>It might be a different RedshiftOutput0005 than what you have. I think InitialTime refers to the cycle for that dataset. I don't think it's fishy. For example, from a different dataset:<br>
<br>
[sskory@verne survey]$ foreach i (DD*/data*)<br>
foreach? grep InitialTime $i<br>
foreach? end<br>
InitialTime         = 0.81651284465961<br>
InitialTime         = 1.2741637312563<br>
InitialTime         = 1.9883238421406<br>
InitialTime         = 3.1027599882949<br>
InitialTime         = 4.8418044994485<br>
InitialTime         = 7.464802895355<br>
InitialTime         = 11.648264071303<br>
InitialTime         = 18.175065018436<br>
InitialTime         = 27.945394051119<br>
InitialTime         = 43.581158022495<br>
InitialTime         = 67.695134170423<br>
InitialTime         = 101.45404286018<br>
InitialTime         = 129.59928291401<br>
InitialTime         = 157.03350432859<br>
InitialTime         = 184.17683070338<br>
InitialTime         = 212.12926974512<br>
InitialTime         = 243.14353477255<br>
InitialTime         = 274.89130484285<br>
InitialTime         = 305.4742180402<br>
InitialTime         = 338.66066939377<br>
InitialTime         = 374.32728867835<br>
InitialTime         = 409.95705670969<br>
InitialTime         = 447.42033595621<br>
InitialTime         = 489.45246826074<br>
InitialTime         = 531.35505518638<br>
InitialTime         = 574.17300563856<br>
InitialTime         = 622.77569114368<br>
InitialTime         = 646.75066015177<br>
<div class="im"><br>
<br>
> Can you tell us a bit more about this particular simulation and how<br>
> you initialized it?<br>
<br>
</div>I did this a few years ago just testing some star formation parameters. I've attached the inits and parameter file.<br>
<div><div></div><div class="h5"><br>
<br>
 _______________________________________________________<br>
<a href="mailto:sskory@physics.ucsd.edu">sskory@physics.ucsd.edu</a>           o__  Stephen Skory<br>
<a href="http://physics.ucsd.edu/%7Esskory/" target="_blank">http://physics.ucsd.edu/~sskory/</a> _.>/ _Graduate Student<br>
________________________________(_)_\(_)_______________</div></div><br>_______________________________________________<br>
Yt-dev mailing list<br>
<a href="mailto:Yt-dev@lists.spacepope.org">Yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br>