Input Templates
Templates live in:
data/INPUT_FILE_TEMPLATES/
When adding a new model template:
Use an explicit model identity.
Include the exact compartment list required by the model.
Keep parameter names close to code names.
Include empty optional sections, such as
{}for unused vaccine or antiviral models.Prefer strings for numeric values if matching existing templates.
Current useful templates include:
INPUT_SEIRS-STOCH_BASELINE.jsonINPUT_SEITRS-STOCH_BASELINE.jsonINPUT_SEIHRD-STOCH_STATE_R0-2.2_BASELINE.jsonINPUT_SEIHRD-STOCH_STATE_R0-2.2_VAX.json
SEITRS templates should include both a T compartment and an antiviral_model
block when treatment is part of the scenario.