[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Oct 6 14:06:19 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/cd6b7e39da9f/
Changeset:   cd6b7e39da9f
Branch:      yt
User:        john_regan
Date:        2016-09-28 16:23:22+00:00
Summary:     Updating Enzo Front End
Affected #:  1 file

diff -r 9b5937af58578d073179329863c7e220f8ec7df6 -r cd6b7e39da9f39ac64e9c3e622135901de61c956 yt/frontends/enzo/fields.py
--- a/yt/frontends/enzo/fields.py
+++ b/yt/frontends/enzo/fields.py
@@ -33,6 +33,7 @@
     'H2I'     : 'H2',
     'H2II'    : 'H2_p1',
     'HM'      : 'H_m1',
+    'HeH'     : 'HeH',
     'DI'      : 'D',
     'DII'     : 'D_p1',
     'HDI'     : 'HD',
@@ -57,6 +58,8 @@
         ("HeI_kph", ("1/code_time", [], None)),
         ("HeII_kph", ("1/code_time", [], None)),
         ("H2I_kdiss", ("1/code_time", [], None)),
+        ("HM_kph", ("1/code_time", [], None)),
+        ("H2II_kdiss", ("1/code_time", [], None)),
         ("Bx", (b_units, [], None)),
         ("By", (b_units, [], None)),
         ("Bz", (b_units, [], None)),
@@ -70,7 +73,7 @@
         ("y-velocity", (vel_units, ["velocity_y"], None)),
         ("z-velocity", (vel_units, ["velocity_z"], None)),
         ("RaySegments", ("", ["ray_segments"], None)),
-        ("PhotoGamma", (ra_units, ["photo_gamma"], None)),
+        ("PhotoGamma", ("eV/code_time", ["photo_gamma"], None)),
         ("PotentialField", ("code_velocity**2", ["gravitational_potential"], None)),
         ("Density", (rho_units, ["density"], None)),
         ("Metal_Density", (rho_units, ["metal_density"], None)),


https://bitbucket.org/yt_analysis/yt/commits/7241a78e40e5/
Changeset:   7241a78e40e5
Branch:      yt
User:        ngoldbaum
Date:        2016-10-06 21:05:47+00:00
Summary:     Merged in john_regan/enzofrontendupdate (pull request #2397)

Updating Enzo Front End
Affected #:  1 file

diff -r 2f108ac62226387c8a4133f189a241d53dba05d4 -r 7241a78e40e551cc3eb0276eb007a81327c48e42 yt/frontends/enzo/fields.py
--- a/yt/frontends/enzo/fields.py
+++ b/yt/frontends/enzo/fields.py
@@ -33,6 +33,7 @@
     'H2I'     : 'H2',
     'H2II'    : 'H2_p1',
     'HM'      : 'H_m1',
+    'HeH'     : 'HeH',
     'DI'      : 'D',
     'DII'     : 'D_p1',
     'HDI'     : 'HD',
@@ -57,6 +58,8 @@
         ("HeI_kph", ("1/code_time", [], None)),
         ("HeII_kph", ("1/code_time", [], None)),
         ("H2I_kdiss", ("1/code_time", [], None)),
+        ("HM_kph", ("1/code_time", [], None)),
+        ("H2II_kdiss", ("1/code_time", [], None)),
         ("Bx", (b_units, [], None)),
         ("By", (b_units, [], None)),
         ("Bz", (b_units, [], None)),
@@ -70,7 +73,7 @@
         ("y-velocity", (vel_units, ["velocity_y"], None)),
         ("z-velocity", (vel_units, ["velocity_z"], None)),
         ("RaySegments", ("", ["ray_segments"], None)),
-        ("PhotoGamma", (ra_units, ["photo_gamma"], None)),
+        ("PhotoGamma", ("eV/code_time", ["photo_gamma"], None)),
         ("PotentialField", ("code_velocity**2", ["gravitational_potential"], None)),
         ("Density", (rho_units, ["density"], None)),
         ("Metal_Density", (rho_units, ["metal_density"], 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