Castro icon indicating copy to clipboard operation
Castro copied to clipboard

Switch to key = value format for _prob_params

Open maxpkatz opened this issue 3 years ago • 1 comments

The _prob_params script (and perhaps later on _cpp_parameters and the extern variables) should be switched to a key = value format so that we can more easily add fields in the future. For example we could do Python's ConfigParser format so that

p_ambient              real                 1.e-5_rt                     y                                                                                                                                        

becomes (perhaps)

[p_ambient]
type = real
default = 1.e-5_rt
namelist = True

maxpkatz avatar Sep 25 '20 14:09 maxpkatz

i can work on it to begin as developper if it's possible?

eliodilar avatar Mar 25 '21 23:03 eliodilar