ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
35 stars 11 forks source link

Add extra labels variables and scanning variables to plot_scans.py and scan.f90 #1582

Open jonmaddock opened 2 years ago

jonmaddock commented 2 years ago

In GitLab by @cjwgriesel on Feb 18, 2022, 11:23

Add extra labels and variables to plot_scans.py and extra scanning variables to scan.f90 which can then be added to Develop for the benefit of all.

jonmaddock commented 2 years ago

In GitLab by @cjwgriesel on Feb 18, 2022, 11:25

created merge request !637 to address this issue

jonmaddock commented 2 years ago

In GitLab by @cz1743 on Feb 22, 2022, 15:10

Note potential label additions listed in Issue https://git.ccfe.ac.uk/process/process/-/issues/1563

jonmaddock commented 2 years ago

In GitLab by @cz1743 on Feb 25, 2022, 13:31

Suggested edit to a line in scan.f90:

<LI> 12 bscfmax (use negative values only)

Needs more explanation of what actually happens when negative values are scanned!

jonmaddock commented 2 years ago

In GitLab by @mkovari on Mar 4, 2022, 14:50

@cz1743 It looks like this is the explanation:
Fixed Bootstrap Current

Direct input -- To input the bootstrap current fraction directly, set bscfmax to (−1) times the required value (e.g. -0.73 sets the bootstrap faction to 0.73).

jonmaddock commented 2 years ago

In GitLab by @cjwgriesel on Mar 31, 2022, 13:19

created merge request !675 to address this issue