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
26 stars 11 forks source link

Remove remnants of startup module #3219

Closed chris-ashe closed 3 weeks ago

chris-ashe commented 3 weeks ago

The startup model has been removed from PROCESS and was stored in startup.f90 which no longer exists. Files such as startup_variables.f90 still exists along with the assigning of their variable values in other places of the code.

This redundant functionality should be removed.