-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature/thrift vmec restart #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running this branch with the input files in BENCHMARKS/THRIFT_TEST (profiles_analytical.h5
and input.analytical
), the code crashes with a segmentation fault error at t=12.5s
, substep=12
.
I tracked it down to line 38 of file thrift_run_equil.f90
. The phi
variable suddenly is not allocated. I don't understand how it runs for more than 12 time iterations and then this error pops up.
I've added a feature to allow the user to control use of the VMEC 'reset' feature |
The issue you're experiencing is because the VMEC equilibria is failing to converge. At which point |
…iled convergence.
The code has been updated so that if VMEC fails to converge in |
@ajchcoelho I've updated the code so that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pulls request does the following: