Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter file version number and change scripts #59

Open
bwvdnbro opened this issue Feb 21, 2020 · 1 comment
Open

Add parameter file version number and change scripts #59

bwvdnbro opened this issue Feb 21, 2020 · 1 comment
Assignees

Comments

@bwvdnbro
Copy link
Owner

Some code changes affect the parameter file: parameters become obsolete or get replaced by other parameters, new parameter blocks are added and sometimes have non-trivial default values... This makes (re)using old parameter files problematic in some cases.

The solution to this would be to keep track of the code version when writing a parameter file (especially when writing the parameters-usedvalues file). Then it would become possible to provide Python scripts that automatically update old parameter files whenever such changes occur.

@bwvdnbro bwvdnbro self-assigned this Feb 21, 2020
@bwvdnbro
Copy link
Owner Author

Currently addressed by #63 that automatically converts deprecated parameters to their new values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant