In GitLab by @Hlux on Dec 2, 2016, 10:26
eps is defined as the inverse aspect ratio in global variables (typically denominated by Greek letter epsilon in physics literature). However, eps seems to be also used as local variable in several occasions throughout the PROCESS code.
It should be checked that where ever the local variable should be used, the global variable is not imported. (I assume this is true, but just wanted to be sure.)
This should also not be an issue anymore once we have proper encapsulation and clear interfaces. So maybe it is not urgent to check this.
In GitLab by @Hlux on Dec 2, 2016, 10:26
eps is defined as the inverse aspect ratio in global variables (typically denominated by Greek letter epsilon in physics literature). However, eps seems to be also used as local variable in several occasions throughout the PROCESS code.
It should be checked that where ever the local variable should be used, the global variable is not imported. (I assume this is true, but just wanted to be sure.)
This should also not be an issue anymore once we have proper encapsulation and clear interfaces. So maybe it is not urgent to check this.