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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Aug 12 23:49:53 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/476b51e9d1c1/
Changeset:   476b51e9d1c1
Branch:      yt
User:        Chang-Goo Kim
Date:        2016-08-11 17:08:53+00:00
Summary:     Add gravitational_potential to known_other_fields for athena frontend
Affected #:  1 file

diff -r a46f10f9e09c7cdca438f19057a9ddd6f4361c31 -r 476b51e9d1c18c4e3e384bd025c61b869fc91df5 yt/frontends/athena/fields.py
--- a/yt/frontends/athena/fields.py
+++ b/yt/frontends/athena/fields.py
@@ -34,6 +34,7 @@
         ("cell_centered_B_x", (b_units, [], None)),
         ("cell_centered_B_y", (b_units, [], None)),
         ("cell_centered_B_z", (b_units, [], None)),
+        ("gravitational_potential", ("code_velocity**2", ["gravitational_potential"], None)),
     )
 
 # In Athena, conservative or primitive variables may be written out.


https://bitbucket.org/yt_analysis/yt/commits/56c0b53b459c/
Changeset:   56c0b53b459c
Branch:      yt
User:        ngoldbaum
Date:        2016-08-13 06:49:26+00:00
Summary:     Merged in changgoo/yt (pull request #2333)

Add gravitational_potential to known_other_fields for athena frontend
Affected #:  1 file

diff -r 844f5912f3bbbcda720ed4e46a4911a0fc2e862a -r 56c0b53b459c4cb6c6a3bdf67634e142ec4c0f52 yt/frontends/athena/fields.py
--- a/yt/frontends/athena/fields.py
+++ b/yt/frontends/athena/fields.py
@@ -34,6 +34,7 @@
         ("cell_centered_B_x", (b_units, [], None)),
         ("cell_centered_B_y", (b_units, [], None)),
         ("cell_centered_B_z", (b_units, [], None)),
+        ("gravitational_potential", ("code_velocity**2", ["gravitational_potential"], None)),
     )
 
 # In Athena, conservative or primitive variables may be written out.

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