Skip to content

Commit f837dcb

Browse files
committed
Add back county marginals for base year run
1 parent 6676120 commit f837dcb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

bay_area/hh_gq/configs_TM1/controls.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ pers_age_65_plus,TAZ,persons,100000,AGE65P,(persons.AGEP >= 65) & (persons.AGEP
2020
gq_type_univ,TAZ,persons,10000000,gq_type_univ,persons.gqtype==1
2121
gq_type_mil,TAZ,persons,10000000,gq_type_mil,persons.gqtype==2
2222
gq_type_othnon,TAZ,persons,10000000,gq_type_othnon,persons.gqtype==3
23-
# pers_occ_management,COUNTY,persons,10000,pers_occ_management,(persons.occupation == 1) & (persons.employed == 1)
24-
# pers_occ_professional,COUNTY,persons,10000,pers_occ_professional,(persons.occupation == 2) & (persons.employed == 1)
25-
# pers_occ_services,COUNTY,persons,10000,pers_occ_services,(persons.occupation == 3) & (persons.employed == 1)
26-
# pers_occ_retail,COUNTY,persons,10000,pers_occ_retail,(persons.occupation == 4) & (persons.employed == 1)
27-
# pers_occ_manual,COUNTY,persons,10000,pers_occ_manual,(persons.occupation == 5) & (persons.employed == 1)
28-
# pers_occ_military,COUNTY,persons,10000,pers_occ_military,(persons.occupation == 6) & (persons.employed == 1)
23+
pers_occ_management,COUNTY,persons,10000,pers_occ_management,(persons.occupation == 1) & (persons.employed == 1)
24+
pers_occ_professional,COUNTY,persons,10000,pers_occ_professional,(persons.occupation == 2) & (persons.employed == 1)
25+
pers_occ_services,COUNTY,persons,10000,pers_occ_services,(persons.occupation == 3) & (persons.employed == 1)
26+
pers_occ_retail,COUNTY,persons,10000,pers_occ_retail,(persons.occupation == 4) & (persons.employed == 1)
27+
pers_occ_manual,COUNTY,persons,10000,pers_occ_manual,(persons.occupation == 5) & (persons.employed == 1)
28+
pers_occ_military,COUNTY,persons,10000,pers_occ_military,(persons.occupation == 6) & (persons.employed == 1)

bay_area/hh_gq/configs_TM1/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ input_table_list:
4848
- tablename: TAZ_control_data
4949
filename : run_num_taz_summaries_model_year_hhgq.csv
5050
# from UrbanSim 1.5
51-
# - tablename: COUNTY_control_data
52-
# filename : run_num_county_marginals_model_year.csv
51+
- tablename: COUNTY_control_data
52+
filename : run_num_county_marginals_model_year.csv
5353
# from UrbanSim 1.5
5454

5555

bay_area/run_populationsim.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ for %%Y in (!YEARS!) do (
110110
:: save input also
111111
if !MODELTYPE!==TM1 (
112112
copy /Y "hh_gq\data\%BAUS_RUNNUM%_taz_summaries_!YEAR!.csv" "hh_gq\data\taz_summaries_!OUTPUT_SUFFIX!_!YEAR!.csv"
113+
copy /Y "hh_gq\data\%BAUS_RUNNUM%_county_marginals_!YEAR!.csv" "hh_gq\data\county_marginals_!OUTPUT_SUFFIX!_!YEAR!.csv"
113114
copy /Y "hh_gq\data\%BAUS_RUNNUM%_regional_marginals_!YEAR!.csv" "hh_gq\data\regional_marginals_!OUTPUT_SUFFIX!_!YEAR!.csv"
114115
)
115116
if !MODELTYPE!==TM2 (

0 commit comments

Comments
 (0)