the accessory_units model step reads from this csv and slices the csv using the simulation year (iter_var) as the column index. Since the csv has been hardcoded with field names from 2010 to 2040 by fives, if a different EVERY_NTH_YEAR param is set in baus.py, or if different IN_YEAR or OUT_YEAR params are specified, the accessory_units step fails.
the
accessory_units
model step reads from this csv and slices the csv using the simulation year (iter_var
) as the column index. Since the csv has been hardcoded with field names from 2010 to 2040 by fives, if a differentEVERY_NTH_YEAR
param is set in baus.py, or if differentIN_YEAR
orOUT_YEAR
params are specified, theaccessory_units
step fails.