You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling the code, I first used the full-size LIBSTELL that is up-to-date to the STELLOPT. I got the following error when running the test at examples/monoenergetic_geometryScheme5_ASCII.
****************************************************************************
SFINCS: Stellarator Fokker-Plank Iterative Neoclassical Conservative Solver
Version 3
Using double precision.
Parallel job ( 16 processes) detected.
Successfully read parameters from general namelist in input.namelist.
Successfully read parameters from geometryParameters namelist in input.namelist
.
Successfully read parameters from speciesParameters namelist in input.namelist.
Successfully read parameters from physicsParameters namelist in input.namelist.
Successfully read parameters from resolutionParameters namelist in
input.namelist.
Successfully read parameters from otherNumericalParameters namelist in
input.namelist.
Successfully read parameters from preconditionerOptions namelist in
input.namelist.
Successfully read parameters from export_f namelist in input.namelist.
Setting Nxi_for_x_option=0, since RHSMode=3.
Since RHSMode=3, ignoring the requested values of Zs, nHats, THats, nu_n, Er, a
nd dPhiHatd*.
mumps detected
superlu_dist not detected
---- Physics parameters: ----
Number of particle species = 1
Delta (rho* at reference parameters) = 4.569400000000000E-003
alpha (e Phi / T at reference parameters) = 1.00000000000000
nu_n (collisionality at reference parameters) = 8.330000000000001E-003
Linear run
Error No. 13 in READ_WOUT, iostat = 64
Error opening wout file:
../../../../equilibria/wout_w7x_standardConfig.txt
Then I re-compiled the code the the native mini_libstell and everything is working correctly. My guess is that there are some updates in the read_wout_mod.f90 in STELLOPT and cause this incompatibility. I guess @lazersos might know more details.
The text was updated successfully, but these errors were encountered:
So I'm starting to dig into this and the issue appears to be that this text file is an oddball. I suspect it was generated by one of the old IPP routines and as such wasn't written by a supported version of VMEC, or may not have been written by VMEC at all. The issue seems to stem from a missing write of the lcurr variable before the names of the coils. I think the fix for now is to not use the text wout files.
While compiling the code, I first used the full-size
LIBSTELL
that is up-to-date to the STELLOPT. I got the following error when running the test atexamples/monoenergetic_geometryScheme5_ASCII
.Then I re-compiled the code the the native
mini_libstell
and everything is working correctly. My guess is that there are some updates in theread_wout_mod.f90
in STELLOPT and cause this incompatibility. I guess @lazersos might know more details.The text was updated successfully, but these errors were encountered: