Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions Database/Telework.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# ---------------- Work from home module inputs (trip generation)
validationfiles: N
wfhpctlow: 0.143
wfhpctmedium: 0.232
wfhpcthigh: 0.552
# ---------------- Telework worker attributes by edu, income and children
# WFHL: # low wfh percent group
# edu:
# 1: 0.305 # low wfhGroup less than Banchelor
# 2: 0.695 # low wfhGroup Banchelor Plus
# inc:
# 1: 0.353 # low wfhGroup inc less than 100K
# 2: 0.647 # low wfhGroup inc 100K Plus
# chi:
# 1: 0.37 # low wfhGroup children under 18
# 2: 0.63 # low wfhGroup no children under 18

# WFHM: # medium wfh percent group
# edu:
# 1: 0.268 # medium wfhGroup less than Banchelor
# 2: 0.732 # medium wfhGroup Banchelor Plus
# inc:
# 1: 0.418 # medium wfhGroup inc less than 100K
# 2: 0.582 # medium wfhGroup inc 100K Plus
# chi:
# 1: 0.354 # medium wfhGroup children under 18
# 2: 0.646 # medium wfhGroup no children under 18

# WFHH: # high wfh percent group
# edu:
# 1: 0.202 # high wfhGroup less than Banchelor
# 2: 0.798 # high wfhGroup Banchelor Plus
# inc:
# 1: 0.231 # high wfhGroup inc less than 100K
# 2: 0.769 # high wfhGroup inc 100K Plus
# chi:
# 1: 0.405 # high wfhGroup children under 18
# 2: 0.595 # high wfhGroup no children under 18
7 changes: 7 additions & 0 deletions Database/tg/fortran/wfhmodule/chidist.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
wfhgroup,hhchi2,pct
high,1,0.405
high,2,0.595
medium,1,0.354
medium,2,0.646
low,1,0.37
low,2,0.63
7 changes: 7 additions & 0 deletions Database/tg/fortran/wfhmodule/edudist.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
wfhgroup,hhedu2,pct
high,1,0.202
high,2,0.798
medium,1,0.268
medium,2,0.732
low,1,0.305
low,2,0.695
16 changes: 7 additions & 9 deletions Database/tg/fortran/wfhmodule/incdist.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
incdist,hhinc4,pct
high,1,0.038985164
high,2,0.080435697
high,3,0.156394004
high,4,0.724185136
low,1,0.09287371
low,2,0.134953622
low,3,0.238871815
low,4,0.533300852
wfhgroup,hhinc2,pct
high,1,0.231
high,2,0.769
medium,1,0.418
medium,2,0.582
low,1,0.353
low,2,0.647
Loading