[yt-svn] commit/yt: MatthewTurk: Merged in mzingale/yt/yt-3.0 (pull request #812)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Apr 14 06:26:47 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/f4d28647881a/
Changeset:   f4d28647881a
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-04-14 15:26:38
Summary:     Merged in mzingale/yt/yt-3.0 (pull request #812)

add some more Maestro field plot names
Affected #:  1 file

diff -r 491a75603dead69deea5ea11c382ba2f25ad068d -r f4d28647881af0f472f0df0cf71440536d8cbf33 yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -143,17 +143,17 @@
         # Momentum cannot be computed because we need to include base and
         # full state.
         ("momentum", ("g*cm/s", ["momentum_magnitude"], None)),
-        ("p0", ("erg/cm**3", [], None)),
-        ("p0pluspi", ("erg/cm**3", [], None)),
+        ("p0", ("erg/cm**3", [], "p_0")),
+        ("p0pluspi", ("erg/cm**3", [], "p_0 + \pi")),
         ("pi", ("erg/cm**3", [], None)),
-        ("pioverp0", ("", [], None)),
+        ("pioverp0", ("", [], "\pi/p_0")),
         # Base state density
-        ("rho0", ("g/cm**3", [], None)),
-        ("rhoh", ("erg/cm**3", ["enthalpy_density"], None)),
+        ("rho0", ("g/cm**3", [], "\\rho_0")),
+        ("rhoh", ("erg/cm**3", ["enthalpy_density"], "(\\rho h)")),
         # Base state enthalpy density
-        ("rhoh0", ("erg/cm**3", [], None)),
-        ("rhohpert", ("erg/cm**3", [], None)),
-        ("rhopert", ("g/cm**3", [], None)),
+        ("rhoh0", ("erg/cm**3", [], "(\\rho h)_0")),
+        ("rhohpert", ("erg/cm**3", [], "(\\rho h)^\prime")),
+        ("rhopert", ("g/cm**3", [], "\\rho^\prime")),
         ("soundspeed", ("cm/s", ["sound_speed"], None)),
         ("sponge", ("", [], None)),
         ("tpert", ("K", [], None)),

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list