Skip to content
Michael Reilly edited this page Dec 21, 2018 · 9 revisions

Moving Additional Things into the Scenario Framework

We want to add the ability to use scenario-specific control totals and model coefficients.

Control Totals

Want it to default to the files as they are named now. But if scenario-specific file is named in yaml want to sub it in. s1_household_controls_input_file = ‘household_controls1.cav’

Need ability to rename all three control files for each scenario (households, employment, and regional. Name of file in ‘ ‘ is arbitrary (can be anything even without a scenario number in it. It is the var before the = that defines how to use the file.

Model Coefficients

The same way as the Control Totals. Defaults to standard but any mention in the yaml subs in a replacement file for just that model in just that scenario.

Clone this wiki locally