<div dir="ltr">Does that mean that it should be possible to infer the field list from NVAR alone?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 8:29 AM, Sam Geen <span dir="ltr"><<a href="mailto:samgeen@astro.ox.ac.uk" target="_blank">samgeen@astro.ox.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For MHD, the variables stored are the B-field strengths on the faces of each cell - the fields in order are: (1) density, (2-4) [x,y,z] velocity, (5-7) [x,y,z] B-field left, (8-10) [x,y,z] B-field right, (11) pressure (thermal + MHD), then (12+) any passive scalars (metals, etc) - see mhd/output_hydro.f90. Note that the MHD module adds 3 variables, so the number of variables will be nvar+3.<br>


<br>
For RHD (Joki Rosdahl's M1 method implementation, at least - someone else will have to help with the ATON version), there is a separate "rt_" output file for each CPU (like the hydro/amr/particles), as well as a separate info file (there is a bitbucket link on the Ramses homepage if you want to see what the latest version of the code does in detail). The RHD module divides photons into "nGroups" different flux bins; for each bin, it writes a photon density and then a flux vector. nGroups is stored in the rt info file; nrtvar is written to the rt_ binary file, but this is (I think) a Makefile setting and not guaranteed to be nGroups/(1+ndim) (the user is, I believe, normally free to waste memory by allocating more variables than they need). For details it might be easiest to download the latest code and look at the code in the folder rt/, or ask Romain or Joki Rosdahl directly.<br>


<br>
(Feel free to correct me if any of this is wrong!)<br>
<br>
I agree that setting the default to the standard five (perhaps some boolean variables for common configurations such as metals, RHD, MHD, etc) and then letting users set or add their own fields by hand if they need to is a good approach.<div class="HOEnZb">

<div class="h5"><br>
<br>
On 25/11/13 16:23, Matthew Turk wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all, especially RAMSES users,<br>
<br>
I'm setting up aliases to make it easier to load RAMSES datasets that<br>
have different field configurations.<br>
<br>
Right now, to specify a different set of fields, you have to do:<br>
<br>
pf = load( ... , fields = [ "Density", "x-velocity", ...])<br>
<br>
I am going to change this to add on different field configurations<br>
that can be specified with just a string.  For instance:<br>
<br>
pf = load(..., fields = "standard_five")<br>
<br>
I'm wondering what the different configurations are.  I have these two:<br>
<br>
standard_five: Density, x-velocity, y-velocity, z-velocity, Pressure<br>
standard_six: Density, x-velocity, y-velocity, z-velocity, Pressure, Metallicity<br>
<br>
But for MHD and RHD, what are the additional fields that should be<br>
added, and in what order?  And are there other common configurations<br>
that should be aliased?<br>
<br>
If we can come up with a set of aliases that match most use cases,<br>
that'd work quite well.  I'm going to issue a PR for this shortly, and<br>
hopefully it will make everybody's life a bit easier.<br>
<br>
-Matt<br>
______________________________<u></u>_________________<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" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<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" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</div></div></blockquote></div><br></div>