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
The DKES code as written was designed to allow the user to run with multiple E-filed/collisionality pairs but that functionality has been removed over time. What should really be done, is to restructure the code allowing for two improvements:
The code should be restructured so that an array of surfaces, e-field, and collisionality sets can be calculated. This is not trivial as each surface probably needs a separate call to dkes_input_prepare.
The loop over the sets of calculations should be parallelized. This also implies that calculation of a specific set (s,E,nu) should be handled by a single call.
This could take some time to implement and would direclty touch the interfaces to STELLOPT and THRIFT.
The text was updated successfully, but these errors were encountered:
The DKES code as written was designed to allow the user to run with multiple E-filed/collisionality pairs but that functionality has been removed over time. What should really be done, is to restructure the code allowing for two improvements:
dkes_input_prepare
.This could take some time to implement and would direclty touch the interfaces to STELLOPT and THRIFT.
The text was updated successfully, but these errors were encountered: