This is a part of the Hock Melt Model: a tool to convert between json config files and valid input.dat
-
Download:
$ git clone https://github.com/fmuzf/python_hk_glazer.git
-
Install:
$ python setup.py install
-
Done.
$ hk_glazer <js2degree/degree2js> [-h] [-o OUPUT] [-s] entry
Convert json formatted config files to valid input.dat config files for the Hock melt model.
positional arguments:
entry: configuration be it json or txt
optional arguments:
-h, --help show this help message and exit -o OUTPUT, --output OUTPUT output filename, if unspecified output is sent to stdout -s, --silent silently overwrite OUTPUT, if it exists