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
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:
internally: do nothing different with how initial conditions are used (obviously will need to change how they are parsed out). this is just update to how initial conditions are specified in config
prefer: deprecate the current approach to initial conditions. warn the user about deprecation, and emit the rewritten yaml they can substitute.
alt: break the current approach. provide a tool for translating initial conditions into the new format?
alt: provide no support & force user updates
Currently, the example initial conditions look 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:
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: