ukaea/PROCESS

Remove calculations from `plot_proc.py`

Opened this issue · 0 comments

Some quantities are calculated in plot_proc.py, such as hstar (see issue #652).

plot_proc is a tool for displaying output from the code and not for calculating physical quantities.

This issue is to review plot_proc for any instances of this and either move the calculation to the main code or to delete if no longer required.