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
When the plasma profile was refactored, it was done so with a view to using completely custom profiles. However, a custom case was never developed or tested in practice. Now we should test this ability.
Figure out the best way to import profile data into PROCESS.
Modify the code to handle this profile (add new argument, and create the profile object correctly)
Point generic profile object to data
Run, test.
Develop a tool for profile comparison between PROCESS and external profile.
Once the profiles are fixed, perhaps normalised by the central temperature and density, what variables remain for PROCESS to optimise? Is it still self-consistent to vary the major radius, aspect ratio, toroidal field, impurity concentration, plasma density and temperature?
Did you test an optimisation run using a custom profile? @ym1906
I have implemented this on the branch. I decided it was best to write the jetto data to json, and PROCESS just reads in the json with the profiles. The script to do this isn't very complicated but it uses a tool written by the jetto team and probably should stay outside of the PROCESS repo.
I have attempted an optimised run of something similar to STEP. This input file does eventually solve without a custom profile. When the custom profile is used, it cannot find a converged solution and this happens very quickly. Further investigation is necessary.
When the plasma profile was refactored, it was done so with a view to using completely custom profiles. However, a custom case was never developed or tested in practice. Now we should test this ability.
Tools to read JETTO files:
https://git.ccfe.ac.uk/jintrac/jetto-pythontools
The text was updated successfully, but these errors were encountered: