astro-turing / Integrating-diagenetic-equations-using-Python

Reactive-transport model simulating formation of limestone-marl alternations
Apache License 2.0
0 stars 1 forks source link

Propagate Solver and Scenario parameters into output hdf5 file #19

Closed HannoSpreeuw closed 1 year ago

HannoSpreeuw commented 1 year ago

Currently, the only label the output hdf5 files have is the datetime of the file name.

The information about the input parameters defined in parameters.py is lost.

hdf5 provides for keys and using those keys we can retain the input parameters.