-
|
Dear Prof. Daniel, Thanks for your kind help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Mahmoud- |
Beta Was this translation helpful? Give feedback.
-
|
Dear Prof. Daniel, Thanks for your kind help! |
Beta Was this translation helpful? Give feedback.
-
|
Mahmoud- |
Beta Was this translation helpful? Give feedback.
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 …