Extend command line tools and utility functions.
Some ideas
-
copy a model and prepare it for restart (see MR !21 (merged) ) -
manipulate the Parameter.in file (exists already) -
script like prunprodimo runs PRoDiMo (from the current path) with proper setting of prodimo.log etc. one can also pass a directory of the model ... or the prodimo directory itself.
All those things can be done with shell scripts. But the advantage of including those thins as python scripty in prodimopy is that they get installed automatically (i.e. via pip install).
Make those features/tool as modular as possible so that one can build its own scripts.