-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTelework.yaml
More file actions
40 lines (40 loc) · 917 Bytes
/
Telework.yaml
File metadata and controls
40 lines (40 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Project details
model_version: c25q4
scenario_code: 200
# ---------------- Work from home module inputs (trip generation)
validationfiles: N
usualwfhpct: 0.0510
tc14pct: 0.1031
# ---------------- New Work from home module inputs (trip generation)
wfhpctlow: 0.143
wfhpctmedium: 0.232
wfhpcthigh: 0.552
declinerate: 0.1
# ---------------- Education portion of WFH workers
# ---------------- Group by high/medium/low WFH rates
# ---------------- 1 for Lower edu level
# ---------------- 2 for Higher edu level
edu:
high:
1: 0.202
2: 0.798
medium:
1: 0.268
2: 0.732
low:
1: 0.305
2: 0.695
# ---------------- Income portion of WFH workers
# ---------------- Group by high/medium/low WFH rates
# ---------------- 1 for Lower income level
# ---------------- 2 for Higher income level
inc:
high:
1: 0.231
2: 0.769
medium:
1: 0.418
2: 0.582
low:
1: 0.353
2: 0.647