-
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
Akima_spline & akima_spline_ip not correctly handled in vmec runs during stellopt runs #15
Comments
portions from the ncdump from the 'stellopt run': am_aux_f = 67291.413203979, 65918.1188517377, 64544.8176543021, ai_aux_s = -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, ai_aux_f = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ac_aux_s = 0, 0.0204081628471613, 0.0408163256943226, 0.061224490404129, ac_aux_f = 1e-10, 1.02083333289758e-10, 1.04255319058038e-10, The matching part of the input file: !----- Current/Iota Parameters ----- |
Are there 'recent' updates to master that addresses this issue? This was encountered while I was running on a UW branch |
I can confirm this problem still exists even when I pulled in master (and regcoil updates from uw_regcoil_2019a). |
@jcschmitt I will find a time to test on my end and will let you know my results. |
Update: If I remove all of the namelist entries for bootstrap, (vboot, sfincs or bootj stuff) then the behavior (by eye) looks correct. This may be a confusion in namelist entries and how their existence/presence is being used to infer code behavior. I'll continue to track this down and see if I can print out info/warning messages in the appropriate location(s). |
Closed by #16 (comment) |
Input file at: https://w3.pppl.gov/~jschmitt/input.spline_bug
If I run xvmec2000 with the input file, the pressure and current splines are correctly interpreted and the (wout) output file looks correct.
If I run xstellopt with the input file, the input.*.00000 file looks correct, but the profiles in the (wout) output file are incorrect. Both the pressure and current splines are incorrect in the wout file.
The splines were generated in a previous step with the vboot/bootsj option.
I'm guessing there is a problem in the stellopt startup/init stages that isn't handling the akima_spline and akima_spline_ip types correctly.
The text was updated successfully, but these errors were encountered: