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

To transpose, or not to transpose, that is the question (OMAS) #40

Closed
kripnerl opened this issue Oct 9, 2018 · 2 comments
Closed

To transpose, or not to transpose, that is the question (OMAS) #40

kripnerl opened this issue Oct 9, 2018 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@kripnerl
Copy link
Owner

kripnerl commented Oct 9, 2018

I had to remove the transposition to load the OMAS file in OMFIT properly. What is the correct convention?

pleque/pleque/io/omas.py

Lines 101 to 103 in db69eef

ods["equilibrium"]["time_slice"][0]["profiles_2d"][0]["psi"] = equilibrium.psi(grid_2d).T
ods["equilibrium"]["time_slice"][0]["profiles_2d"][0]["b_field_tor"] = equilibrium.B_tor(grid_2d).T

@kripnerl kripnerl added the help wanted Extra attention is needed label Oct 9, 2018
@kripnerl
Copy link
Owner Author

kripnerl commented Oct 9, 2018

I have raised the question here
gafusion/omas#53 (comment)

@kripnerl
Copy link
Owner Author

This was an issue in OMFIT which was fixed. So closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants