Skip to content
Discussion options

You must be logged in to vote

Mahmoud-
Two items to note in your input file.
You are instructing ALPS to use the same guesses for the complex frequencies for both the Alfven and fast mode solution (your values for the namelists guess_1 and guess_2). I would try
&guess_1 !Alfven Solution guess
g_om=1.0d-02 !real frequency
g_gam=-2.d-07 !imaginary frequency
/
&guess_2 !Fast solution guess
g_om=2.0d-02 !real frequency
g_gam=-5.d-04 !imaginary frequency
/
As better initial guesses. Secondly, you may need to increase the variables ns or nres to ensure the solutions remain distinct as you scan through kparallel, as these two solutions can become quite close to one another.
Hope this helps, and let me know if you have other …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MSAfify
Comment options

Answer selected by danielver02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants