JADE-V-V / JADE

JADE, a novel nuclear data libraries V&V tool
GNU General Public License v3.0
23 stars 8 forks source link

[Feature request] - Metadata for JADE simulations output (and possibly also for post-processing) #281

Closed dodu94 closed 3 months ago

dodu94 commented 5 months ago

Is your feature request related to a problem? Please describe. At the moment, no metadata is available for JADE simulation outputs. JADE outputs should have some kind of metadata associated to them at least covering:

This metadata should come partially from the metadata associated to the input retrieved from a git database (e.g., CONDERC, SINBAD, IAEA) possibly in a form also of json (e.g., the transport code version, the benchmark input version, further info or links, modifications ...).,

Describe the solution you'd like The simplest implementation would be to add a .json file to the output folder containing all the necessary data. This could be read at post-processing time when a comparison is asked, in order to warn users about eventual differences. The topic is open for discussion though.