22random_seed = 100
33base_year = 2010
44forecast_year = 2019
5- calibrated_models_dir = " ../data/calibrated_configs/custom/06197001 "
5+ calibrated_models_dir = " ../data/sf_bay_example/calibrated_models_coefficients/ "
66inconsistent_persons_table_behavior = " fix"
77modules = [
88 " aging" ,
@@ -31,33 +31,33 @@ initialize_empty_tables = [
3131[[tables ]]
3232file_type = " h5"
3333table_name = " persons"
34- filepath = " ../data/custom_mpo_06197001_model_data.h5"
34+ filepath = " ../data/sf_bay_example/ custom_mpo_06197001_model_data.h5"
3535h5_key = " persons"
3636
3737[[tables ]]
3838file_type = " h5"
3939table_name = " households"
40- filepath = " ../data/custom_mpo_06197001_model_data.h5"
40+ filepath = " ../data/sf_bay_example/ custom_mpo_06197001_model_data.h5"
4141h5_key = " households"
4242
4343# # Other static data tables
4444[[tables ]]
4545file_type = " csv"
4646table_name = " relational_adjustment_mapping"
47- filepath = " ../data/relmap_06197001.csv"
47+ filepath = " ../data/sf_bay_example/ relmap_06197001.csv"
4848index_col = " index"
4949
5050[[tables ]]
5151file_type = " csv"
5252table_name = " income_rates"
53- filepath = " ../data/income_rates_06197001.csv"
53+ filepath = " ../data/sf_bay_example/observed_calibration_values/ income_rates_06197001.csv"
5454index_col = " year"
5555custom_dtype_casting = {"lcm_county_id" = " object" , "year" = " int" , "rate" = " float" }
5656
5757[[tables ]]
5858file_type = " csv"
5959table_name = " hsize_ct"
60- filepath = " ../data/hsize_ct_06197001.csv"
60+ filepath = " ../data/sf_bay_example/observed_calibration_values/ hsize_ct_06197001.csv"
6161index_col = " year"
6262custom_dtype_casting = {"lcm_county_id" = " object" , "year" = " int" , "hh_size" = " object" , "total_number_of_households" = " int" }
6363
@@ -67,13 +67,13 @@ custom_dtype_casting = {"lcm_county_id" = "object", "year" = "int", "hh_size" =
6767[[tables ]]
6868file_type = " csv"
6969table_name = " observed_employment"
70- filepath = " ../data/calibrated_values/calibration/06197001 /employment_obs.csv"
70+ filepath = " ../data/sf_bay_example/observed_calibration_values /employment_obs.csv"
7171index_col = " year"
7272
7373[[tables ]]
7474file_type = " csv"
7575table_name = " observed_marrital_data"
76- filepath = " ../data/calibrated_values/calibration/06197001 /marrital_status_over_time_obs.csv"
76+ filepath = " ../data/sf_bay_example/observed_calibration_values /marrital_status_over_time_obs.csv"
7777index_col = " year"
7878
7979
@@ -93,7 +93,7 @@ max_iter = 1000
9393[mortality_module_config .calibration_procedure .observed_values_table ]
9494file_type = " csv"
9595table_name = " observed_fatalities_data"
96- filepath = " ../data/calibrated_values/calibration/06197001 /mortalities_over_time_obs.csv"
96+ filepath = " ../data/sf_bay_example/observed_calibration_values /mortalities_over_time_obs.csv"
9797index_col = " year"
9898
9999# # Birth
@@ -105,7 +105,7 @@ max_iter = 1000
105105[birth_module_config .calibration_procedure .observed_values_table ]
106106file_type = " csv"
107107table_name = " observed_births_data"
108- filepath = " ../data/calibrated_values/calibration/06197001 /births_over_time_obs.csv"
108+ filepath = " ../data/sf_bay_example/observed_calibration_values /births_over_time_obs.csv"
109109index_col = " year"
110110
111111# # HH Reorg
0 commit comments