Skip to content

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