Should Process output values that aren't correctly defined #2917
jonmaddock
started this conversation in
General
Replies: 1 comment
-
|
There are already many places in PROCESS where only relevant parameters are written to the output files. If you wanted every output file to include all possible variables, you would have to recode all of these sections. Certainly I don't recommend doing this for the OUT.DAT file, as it would make it even longer and very difficult to read.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some cases, Process outputs values when those values are still their initialised defaults, incorrect or misleading. A good case is https://git.ccfe.ac.uk/process/process/-/merge_requests/444, where the lack of various cryogenic components causes a negative efficiency to be output. In this case, should the output be selective, i.e. only output values that are meaningful for that particular input file?
This would mean that not all input files contain all variables. Would it make more sense to include all possible outputs, but make clear which are undefined/
None?Beta Was this translation helpful? Give feedback.
All reactions