[Feature request]: configuration file specification of initial conditions #436
Labels
enhancement
Request for improvement or addition of new feature(s).
gempyor
Concerns the Python core.
high priority
High priority.
Milestone
Label
enhancement, gempyor
Priority Label
high priority
Is your feature request related to a problem? Please describe.
Need to refactor initial conditions such that configuration file specification for initial conditions works the same way as parameters.
Is your feature request related to a new application, scenario round, pathogen? Please describe.
No response
Describe the solution you'd like
This refactoring should:
Currently, the example initial conditions look like:
and
This should become something like:
where for now we have a special variable name for initial conditions (
X0
), which would later lose its special status, but likely stick around as a naming convention.type
will distinguish between e.g. a file, a plugin to run, as well as a prior, a fixed value, etc, etc.The text was updated successfully, but these errors were encountered: