You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: