-
Notifications
You must be signed in to change notification settings - Fork 11
ScenarioFrameAdds
We want to add the ability to use scenario-specific control totals and model coefficients.
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.
control_tables: household: household_controls_input_file: household_controls.csv s4_household_controls_input_file: s4_household_controls.csv employment: employment_controls_input_file: employment_controls.csv s4_employment_controls_input_file: s4_employment_controls.csv regional: regional_controls_input_file: regional_controls.csv s4_regional_controls_input_file: s4_regional_controls.csv
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.