Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DIII-D example #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

bendudson
Copy link
Collaborator

Uses uedge.rundt and uedge.uedgeplots to converge a DIII-D case and plot some results.

Python3 doesn't have `execfile` or `raw_input` functions; replaced by
`exec(open().read())` and `input` respectively.

A better solution would be to not require any use of `exec`, and just
use package imports. Perhaps under the `uedge` python package.
Changes needed for running under python3
Uses uedge python module imports rather than executing
scripts in a PYLIB directory

Not sure if this is the best way to use the library functions,
could be improved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant