-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWhat-s-New----Version-9.0.0.tex
2869 lines (2414 loc) · 85.6 KB
/
What-s-New----Version-9.0.0.tex
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Options for packages loaded elsewhere
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{hyphens}{url}
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
%
\documentclass[
letterpaper,
DIV=11,
numbers=noendperiod,
titlepage=false]{scrreprt}
\usepackage{amsmath,amssymb}
\usepackage{iftex}
\ifPDFTeX
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp} % provide euro and other symbols
\else % if luatex or xetex
\usepackage{unicode-math}
\defaultfontfeatures{Scale=MatchLowercase}
\defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}
\fi
\usepackage{lmodern}
\ifPDFTeX\else
% xetex/luatex font selection
\fi
% Use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
\IfFileExists{microtype.sty}{% use microtype if available
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\makeatletter
\@ifundefined{KOMAClassName}{% if non-KOMA class
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}}
}{% if KOMA class
\KOMAoptions{parskip=half}}
\makeatother
\usepackage{xcolor}
\usepackage[top=30mm,left=20mm,heightrounded]{geometry}
\setlength{\emergencystretch}{3em} % prevent overfull lines
\setcounter{secnumdepth}{5}
% Make \paragraph and \subparagraph free-standing
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\fi
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}\usepackage{longtable,booktabs,array}
\usepackage{calc} % for calculating minipage widths
% Correct order of tables after \paragraph or \subparagraph
\usepackage{etoolbox}
\makeatletter
\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{}
\makeatother
% Allow footnotes in longtable head/foot
\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}}
\makesavenoteenv{longtable}
\usepackage{graphicx}
\makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
\makeatother
% Scale images if necessary, so that they will not overflow the page
% margins by default, and it is still possible to overwrite the defaults
% using explicit options in \includegraphics[width, height, ...]{}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
% Set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
% load packages
\usepackage{geometry}
\usepackage{xcolor}
\usepackage{eso-pic}
\usepackage{fancyhdr}
\usepackage{sectsty}
\usepackage{fontspec}
\usepackage{titlesec}
\usepackage{tabularx}
\usepackage{etoolbox}
\usepackage{graphicx}
%% Set page size with a wider left margin
\geometry{a4paper, total={170mm,257mm}, left=54mm, top=35mm, bottom=25mm, right=15mm}
%% Define colours
\definecolor{light}{HTML}{3E6682}
\definecolor{highlight}{HTML}{000000}
\definecolor{dark}{HTML}{103A60}
%% Add border on the left-hand side
%%\AddToShipoutPicture{%
%% \AtPageLowerLeft{%
%% \put(\LenToUnit{\dimexpr\paperwidth-21cm},0){%
%% \color{light}\rule{3cm}{\LenToUnit\paperheight}%
%% }%
%% }%
%% % logo
%% \AtPageLowerLeft{% start the bar at the bottom right of the page
%% \put(.80cm,27.2cm){% move it to the top right
%% \color{light}\includegraphics[width=1.5cm]{_extensions/cday/RtpPDF/wftdm-logo.png}
%% }%
%% }%
%%}
% Add watermark
\usepackage{eso-pic}
\usepackage{graphicx}
\usepackage{transparent}
\AddToShipoutPictureBG{%
\begin{tikzpicture}[remember picture,overlay]
\node[opacity=0.25,inner sep=0pt,anchor=north west] at (current page.north west) {\includegraphics[height=\paperheight,width=\paperheight,keepaspectratio]{_extensions/cday/RtpPDF/watermark6.png}};
\end{tikzpicture}%
}
% Make watermark full color on title page
\AddToShipoutPictureBG*{%
\ifnum\value{page}=1
\begin{tikzpicture}[remember picture,overlay]
\node[inner sep=0pt,anchor=north west] at (current page.north west) {\includegraphics[height=\paperheight,width=\paperwidth,keepaspectratio]{_extensions/cday/RtpPDF/watermark6.png}};
\end{tikzpicture}%
\fi
}
% Add page numbers and sponsor png to bottom of pages
\fancypagestyle{mystyle}{
\fancyhf{}
\renewcommand\headrulewidth{0pt}
\fancyfoot[C]{\ifnum\value{page}>1\hspace{-3cm}\textcolor{dark}{\textbf{\thepage}}\fi}
\fancyfoot[L]{\ifnum\value{page}>1\textcolor{dark}{\textbf{What's New? - Version 9.0.0}}\fi}
\fancyfootoffset{3.5cm}
\AddToShipoutPictureBG{%
\AtPageLowerLeft{
\ifnum\value{page}>1
\put(-2.50cm,.9cm){
\hspace{\dimexpr\paperwidth-2cm}\hspace*{-2cm}\vspace*{2cm}\includegraphics[width=5cm, height=5cm]{_extensions/cday/RtpPDF/sponsors2.png}
}
\fi
\put(\LenToUnit{1.2cm}, \LenToUnit{2cm}){%
\includegraphics[width=19cm, height=5cm]{_extensions/cday/RtpPDF/footer-line.png}%
}
}%
}
}
\setlength{\footskip}{35pt}
\usepackage{titlesec}
\titleformat{\subsubsection}
{\normalfont\bfseries}{\thesubsubsection.}{1em}{}
\setcounter{secnumdepth}{4}
%% Style the chapter/section fonts
\chapterfont{\color{dark}\fontsize{28}{15}\selectfont}
\sectionfont{\color{light}\fontsize{20}{15}\selectfont}
\subsectionfont{\color{light}\fontsize{16}{15}\selectfont}
\subsubsectionfont{\color{light}\fontsize{13}{15}\selectfont}
% Redefine \@makechapterhead to format chapter titles
\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\vspace*{-30pt}% Adjust the vertical spacing before the chapter title
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\color{dark}\sffamily\Huge\bfseries \thechapter\hspace{0.5em}% Add two spaces after chapter number
\fi
\fi
\interlinepenalty\@M
\sffamily\Huge \bfseries #1\par % Chapter title formatting
\nobreak
\vskip 40\p@ % Adjust the vertical spacing after the chapter title
}}
\makeatother
\makeatletter
\renewcommand{\maketitle}{\bgroup\setlength{\parindent}{0pt}
\begin{flushleft}
\vspace*{\baselineskip}
\vspace*{\baselineskip}
{\sffamily\Huge\textbf{\MakeUppercase{\@title}}} \vspace{0.3cm} \newline \newline
{\LARGE {\@subtitle}}
\@author \newline \newline
\@date % Display the date
\end{flushleft}\egroup
}
\makeatother
%% Use custom fonts
\setsansfont{AzoSans}[
Path=_extensions/cday/RtpPDF/AzoSans/,
Scale=0.9,
Extension = .ttf,
UprightFont=*-Regular,
BoldFont=*-Bold,
ItalicFont=*-Italic,
]
\setmainfont{AzoSans}[
Path=_extensions/cday/RtpPDF/AzoSans/,
Scale=0.9,
Extension = .ttf,
UprightFont=*-Regular,
BoldFont=*-Bold,
ItalicFont=*-Italic,
]
\usepackage{enumitem}
\usepackage{graphicx}
\renewcommand{\labelitemi}{\includegraphics[width=0.5cm]{_extensions/cday/RtpPDF/rtp_bullet2.png}}
\renewcommand{\labelitemii}{\includegraphics[width=0.5cm]{_extensions/cday/RtpPDF/rtp_bullet2.png}}
\renewcommand{\labelitemiii}{\includegraphics[width=0.5cm]{_extensions/cday/RtpPDF/rtp_bullet2.png}}
\renewcommand{\labelitemiv}{\includegraphics[width=0.5cm]{_extensions/cday/RtpPDF/rtp_bullet2.png}}
\KOMAoption{captions}{tableheading}
\makeatletter
\makeatother
\makeatletter
\@ifpackageloaded{bookmark}{}{\usepackage{bookmark}}
\makeatother
\makeatletter
\@ifpackageloaded{caption}{}{\usepackage{caption}}
\AtBeginDocument{%
\ifdefined\contentsname
\renewcommand*\contentsname{Table of contents}
\else
\newcommand\contentsname{Table of contents}
\fi
\ifdefined\listfigurename
\renewcommand*\listfigurename{List of Figures}
\else
\newcommand\listfigurename{List of Figures}
\fi
\ifdefined\listtablename
\renewcommand*\listtablename{List of Tables}
\else
\newcommand\listtablename{List of Tables}
\fi
\ifdefined\figurename
\renewcommand*\figurename{Figure}
\else
\newcommand\figurename{Figure}
\fi
\ifdefined\tablename
\renewcommand*\tablename{Table}
\else
\newcommand\tablename{Table}
\fi
}
\@ifpackageloaded{float}{}{\usepackage{float}}
\floatstyle{ruled}
\@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
\floatname{codelisting}{Listing}
\newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
\makeatother
\makeatletter
\@ifpackageloaded{caption}{}{\usepackage{caption}}
\@ifpackageloaded{subcaption}{}{\usepackage{subcaption}}
\makeatother
\makeatletter
\@ifpackageloaded{tcolorbox}{}{\usepackage[skins,breakable]{tcolorbox}}
\makeatother
\makeatletter
\@ifundefined{shadecolor}{\definecolor{shadecolor}{rgb}{.97, .97, .97}}
\makeatother
\makeatletter
\@ifundefined{codebgcolor}{\definecolor{codebgcolor}{named}{light}}
\makeatother
\makeatletter
\makeatother
\ifLuaTeX
\usepackage{selnolig} % disable illegal ligatures
\fi
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
\urlstyle{same} % disable monospaced font for URLs
\hypersetup{
pdftitle={What's New? - Version 9.0.0},
pdfauthor={WFRC / MAG},
colorlinks=true,
linkcolor={highlight},
filecolor={Maroon},
citecolor={Blue},
urlcolor={highlight},
pdfcreator={LaTeX via pandoc}}
\title{What's New? - Version 9.0.0}
\author{WFRC / MAG}
\date{August 1, 2023}
\begin{document}
\maketitle
\pagestyle{mystyle}
<<<<<<< HEAD
\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[breakable, sharp corners, colback={codebgcolor}, borderline west={3pt}{0pt}{shadecolor}, enhanced, frame hidden, boxrule=0pt]}{\end{tcolorbox}}\fi
=======
\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[frame hidden, borderline west={3pt}{0pt}{shadecolor}, colback={codebgcolor}, breakable, enhanced, boxrule=0pt, sharp corners]}{\end{tcolorbox}}\fi
>>>>>>> v9-docs
\renewcommand*\contentsname{Table of contents}
{
\hypersetup{linkcolor=}
\setcounter{tocdepth}{2}
\tableofcontents
}
\listoffigures
\listoftables
\bookmarksetup{startatroot}
\hypertarget{documentation}{%
\chapter{Documentation}\label{documentation}}
Documentation of the Wasatch Front Travel Demand Model (WF TDM) has been
separated into three documents:
\begin{itemize}
\tightlist
\item
What's New Report -- describes the changes made to the WF TDM since
the last model release
\item
Validation Report -- provides the base year validation of the current
version of the WF TDM, as well as a reasonableness check of the model
as a forecasting tool
\item
Model Process Report -- provides an overview of the model, a summary
of the model's input data sets, and an outline of the model's primary
steps and logic
\end{itemize}
These reports will be available as PDF documents in the ``\_Notes''
folder in the WF TDM's root directory. However, it is expected that the
primary means of accessing the model's documentation will be online at
the following links:
\begin{itemize}
\tightlist
\item
\href{https://wfrc.org/wftdm-docs/v9x/v900/whats-new/1-genparams.html}{What's
New}
\item
\href{https://wfrc.org/wftdm-docs/v9x/v900/validation/1-hhdisag-autoown.html}{Validation
Report}
\item
Model Process Report (in progress)
\item
Previous Versions (in progress)
\end{itemize}
\bookmarksetup{startatroot}
\hypertarget{general-parameters}{%
\chapter{General Parameters}\label{general-parameters}}
Changes made to the \texttt{0\_GeneralParameters.block} file are
discussed in this section.
\hypertarget{zone-parameters}{%
\section{Zone Parameters}\label{zone-parameters}}
The TAZ and highway node schema was changed as a result of the version 9
TAZ splits. The following parameters were updated to reflect these
changes.
\hypertarget{taz}{%
\subsection{TAZ}\label{taz}}
\hypertarget{tbl-taz-ranges}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.2000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.2000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3000}}@{}}
\caption{\label{tbl-taz-ranges}Renumbered TAZ Ranges}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
UsedZones & 3629 & 2881 & Highest TAZ number used by model \\
BoxElderRange & 1-153 & 1-140 & Box Elder County Range \\
WeberRange & 154-581 & 141-423 & Weber County Range \\
DavisRange & 582-905 & 424-654 & Davis County Range \\
SLRange & 906-2216 & 655-1788 & Salt Lake County Range \\
UtahRange & 2217-3546 & 1789-2881 & Utah County Range \\
Dummyzones & 3547-3600 & 2882-3400 & Placeholder for future TAZ
splits \\
Externalzones & 3601-3629 & 136-140, 421-423, 1782-1788, 2874-2881 &
External zones \\
NorthBC & 3604-3606 & 138, 139, 140 & North Brigham City external
zones \\
\end{longtable}
The following TAZ parameters ranges were removed from the general
parameters file as they were not being used in the WF TDM:
\begin{itemize}
\tightlist
\item
RegionRange
\item
WFRCRange
\item
MAGRange
\end{itemize}
\hypertarget{highway-nodes}{%
\subsection{Highway Nodes}\label{highway-nodes}}
\hypertarget{tbl-highway-renumber}{}
\begin{longtable}[]{@{}llll@{}}
\caption{\label{tbl-highway-renumber}Renumbered Highway
Nodes}\label{T_43ff4}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
HwyNodes & 10000-99999 & 3401-999999 & Highway and transit node range \\
\end{longtable}
\hypertarget{college-zones}{%
\subsection{College Zones}\label{college-zones}}
Where noted, several colleges were effectively discontinued, meaning
references to these schools are still in the code base, but enrollment
was set to zero.
\hypertarget{tbl-college-renumber}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.1100}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.1100}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.3800}}@{}}
\caption{\label{tbl-college-renumber}Renumbered College
Zones}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Area
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Area
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
WFRC Colleges & Ensign (was LDSBC) & 1029 & 950 & Ensign College \\
& Westmin & 1263 & 1150 & Westminster College \\
& UOFU\_Main & 1051 & 1075 & University of Utah - Main \\
& UOFU\_Med & 1007 & 1076 & University of Utah - Medical (removed) \\
& WSU\_Main (was WSU\_OGDEN) & 437 & 383 & Weber State University -
Main \\
& WSU\_Davis & 693 & 525 & Weber State University - Davis \\
& WSU\_West & 521 & 290 & Weber State University - West (removed) \\
& SLCC\_Main (was SLCC\_TL) & 1580 & 897 & Salt Lake Community College -
Main \\
& SLCC\_SC & 1231 & 1126 & Salt Lake Community College - South City \\
& SLCC\_JD & 1776 & 1493 & Salt Lake Community College - Jordan \\
& SLCC\_Mead & & 1206 & Salt Lake Community College - Meadbrook
(removed) \\
& SLCC\_ML & 1886 & 1516 & Salt Lake Community College - Miller \\
& SLCC\_LB & 1085 & 989 & Salt Lake Community College - Library
(removed) \\
& SLCC\_HL & 1525 & 1294 & Salt Lake Community College - Highland
(removed) \\
& SLCC\_Airp & 979 & 746 & Salt Lake Community College - Airport
(removed) \\
& SLCC\_West & 959 & 745 & Salt Lake Community College - Westpointe
(removed) \\
& SLCC\_HM & 2031 & 1607 & Salt Lake Community College - Herriman
(removed) \\
MAG Colleges & BYU & 2939 & 2384 & Brigham Young University - Main \\
& UVU\_Main & 2848 & 2326 & Utah Valley University - Main \\
& UVU\_Geneva & 2882 & 2280 & Utah Valley University - Geneva
(removed) \\
& UVU\_Lehi (was UVU\_THANKP) & 2606 & 2099 & Utah Valley University -
Lehi \\
& UVU\_Vine & 2809 & 2259 & Utah Valley University - Vineyard \\
& UVU\_Payson & 3336 & 2690 & Utah Valley University - Payson \\
\end{longtable}
\hypertarget{tbl-college-renumber-2}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 4\tabcolsep) * \real{0.1500}}
>{\raggedright\arraybackslash}p{(\columnwidth - 4\tabcolsep) * \real{0.4000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 4\tabcolsep) * \real{0.4500}}@{}}
\caption{\label{tbl-college-renumber-2}Renumbered College Zones
(continued)}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
colleges & 437, 521, 693, 959, 979, 1007, 1029, 1051, 1085, 1231, 1263,
1491, 1525, 1580, 1776, 1886, 2031, 2606, 2809, 2848, 2882, 2939, 3336 &
290, 383, 525, 897, 950, 989, 1075, 1076, 1126, 1150, 1294, 1493, 1516,
1607, 2099, 2259, 2280, 2326, 2384, 2690 \\
\end{longtable}
\hypertarget{zones-with-off-line-trip-tables}{%
\subsection{Zones with Off-line Trip
Tables}\label{zones-with-off-line-trip-tables}}
\hypertarget{tbl-offline-renumber}{}
\begin{longtable}[]{@{}lll@{}}
\caption{\label{tbl-offline-renumber}Renumbered Off-line Trip Table
Zones}\label{T_8dc92}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
Lagoon & 781 & 562 \\
Airport & 965 & 742 \\
\end{longtable}
\hypertarget{special-generator-zones}{%
\subsection{Special Generator Zones}\label{special-generator-zones}}
\hypertarget{tbl-specgen-renumber}{}
\begin{longtable}[]{@{}lll@{}}
\caption{\label{tbl-specgen-renumber}Renumbered Special Generator
Zones}\label{T_43f29}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
TempleSquare & 1035 & 966 \\
SLC\_Library & 1147 & 1015 \\
\end{longtable}
\hypertarget{exogenous-trip-table-parameters}{%
\section{Exogenous Trip Table
Parameters}\label{exogenous-trip-table-parameters}}
Income break points for the airport exogenous trip table generation were
updated to reflect 2019 base year income.
\newpage
\hypertarget{tbl-exogen-income}{}
\begin{longtable}[]{@{}llll@{}}
\caption{\label{tbl-exogen-income}Income Break Points for Airport
Exogenous Trip Table Generation}\label{T_f8293}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
Income\_Lo & \$45,000 & \$35,000 & breakpoint between Inc1 \& Inc2 \\
Income\_Md & \$75,000 & \$70,000 & breakpoint between Inc2 \& Inc3 \\
Income\_Hi & \$125,000 & \$100,000 & breakpoint between Inc3 \& Inc4 \\
\end{longtable}
\hypertarget{household-disaggregation-parameters}{%
\section{Household Disaggregation
Parameters}\label{household-disaggregation-parameters}}
The regional median income was updated using 2019 5-year ACS data and
kept in 2019 dollars to reflect 2019 base year. Note, the version 8
value was estimated from 2015 ACS data and deflated to 2010 dollars.
\hypertarget{tbl-hh-disagg}{}
\begin{longtable}[]{@{}lll@{}}
\caption{\label{tbl-hh-disagg}Household Disaggregation Parameter Income
Update}\label{T_0b713}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
Reg\_Median\_Inc & \$74,946 & \$58,793 \\
\end{longtable}
\hypertarget{distribution-mode-choice-and-assignment-parameters}{%
\section{Distribution, Mode Choice, and Assignment
Parameters}\label{distribution-mode-choice-and-assignment-parameters}}
\hypertarget{k-factors}{%
\subsection{K-Factors}\label{k-factors}}
K-factor variables were expanded by trip purpose to allow for more
flexibility in calibrating the distribution model. However, no K-factors
were needed for calibration. All K-factors were reset to 1.
\hypertarget{tbl-kfactors}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.3700}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2300}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.1100}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.1800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.1100}}@{}}
\caption{\label{tbl-kfactors}Reset K-Factors}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Area
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
Area
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
between Salt Lake and Utah counties & SL\_UT\_KFAC\_Wrk & 1 &
SL\_UT\_KFAC & 0.85 \\
& SL\_UT\_KFAC\_Oth & 1 & & \\
& SL\_UT\_KFAC\_Trk & 1 & & \\
& SL\_UT\_KFAC\_Ext & 1 & & \\
between Salt Lake and Davis counties & SL\_DA\_KFAC\_Wrk & 1 &
SL\_DA\_KFAC & 0.95 \\
& SL\_DA\_KFAC\_Oth & 1 & & \\
& SL\_DA\_KFAC\_Trk & 1 & & \\
& SL\_DA\_KFAC\_Ext & 1 & & \\
between Box Elder and Weber counties & WE\_BE\_KFAC\_Wrk & 1 &
WE\_BE\_KFAC & 1.00 \\
& WE\_BE\_KFAC\_Oth & 1 & & \\
& WE\_BE\_KFAC\_Trk & 1 & & \\
& WE\_BE\_KFAC\_Ext & 1 & & \\
\end{longtable}
\hypertarget{auto-occupancy}{%
\subsection{Auto Occupancy}\label{auto-occupancy}}
Auto or vehicle occupancy variables were expanded to include additional
trips purposes. New auto-occupancy rates were calculated based on the
reprocessed 2012 Household Travel Survey. Values represent average
persons per vehicle for just the Wasatch Front model space. External
auto-occupancy rates represent the average of internal-external and
external-internal trips.
\hypertarget{tbl-auto-occ1}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2000}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.3500}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2900}}@{}}
\caption{\label{tbl-auto-occ1}Vehicle Occupancy Rates}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
VehOcc\_HBW & 1.1 & VEH\_OCCUPANCY\_HBW & 1.1 & Home-Based Work \\
VehOcc\_HBShp & 1.63 & VEH\_OCCUPANCY\_HBSHP & 1.58 & Home-Based
Shopping \\
VehOcc\_HBOth & 1.68 & VEH\_OCCUPANCY\_HBOTH & 1.66 & Home-Based
Other \\
VehOcc\_HBSch & 1.76 & VEH\_OCCUPANCY\_HBSCH & 2.14 & Home-Based
School \\
VehOcc\_HBC & 1.12 & VEH\_OCCUPANCY\_HBC & 1.26 & Home-Based College \\
VehOcc\_NHBW & 1.21 & VEH\_OCCUPANCY\_NHBW & 1.2 & Non-Home-Based
Work \\
VehOcc\_NHBNW & 1.76 & VEH\_OCCUPANCY\_NHBNW & 1.7 & Non-Home-Based
Non-Work \\
VehOcc\_Rec & 1.68 & (Uses HBO) & 1.64 & Recreation \\
VehOcc\_HBO & 1.67 & VEH\_OCCUPANCY\_HBO & 1.64 & Home-Based Other
(HBShp+HBOth) \\
VehOcc\_NHB & 1.54 & VEH\_OCCUPANCY\_NHB & 1.48 & Non-Home-Based
(NHBW+NHBNW) \\
VehOcc\_ExtWrk & 1.16 & (Uses HBW) & 1.1 & External Work \\
VehOcc\_ExtHBO & 1.82 & (Uses HBO) & 1.64 & External Home-Based Other \\
VehOcc\_ExtNHB & 1.73 & (Uses NHB) & 1.48 & Non-Home-Based \\
VehOcc\_ExtRec & 1.73 & (Uses HBO) & 1.64 & External Recreation \\
\end{longtable}
\hypertarget{tbl-auto-occ2}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2400}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2400}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.3600}}@{}}
\caption{\label{tbl-auto-occ2}Vehicle Occupancy 3+ Rates}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
VehOcc\_3p\_HBW & 3.53 & VEH\_OCC\_3P\_HBW & 3.4 & 3+ Person Home-Based
Work \\
VehOcc\_3p\_HBShp & 3.49 & (Uses HBO) & 3.55 & 3+ Person Home-Based
Shopping \\
VehOcc\_3p\_HBOth & 3.73 & (Uses HBO) & 3.55 & 3+ Person Home-Based
Other \\
VehOcc\_3p\_HBSch & 3.88 & (Uses HBO) & 3.55 & 3+ Person Home-Based
School \\
VehOcc\_3p\_HBC & 3.24 & VEH\_OCC\_3P\_HBC & 3.53 & 3+ Person Home-Based
College \\
VehOcc\_3p\_NHBW & 3.71 & (Uses NHB) & 3.51 & 3+ Person Non-Home-Based
Work \\
VehOcc\_3p\_NHBNW & 3.71 & (Uses NHB) & 3.51 & 3+ Person Non-Home-Based
Non-Work \\
VehOcc\_3p\_Rec & 3.73 & (Uses HBO) & 3.55 & 3+ Person Recreation \\
VehOcc\_3p\_HBO & 3.68 & VEH\_OCC\_3P\_HBO & 3.55 & 3+ Person Home-Based
Other (HBShp+HBOth) \\
VehOcc\_3p\_NHB & 3.71 & VEH\_OCC\_3P\_NHB & 3.51 & 3+ Person
Non-Home-Based (NHBW+NHBNW) \\
\end{longtable}
\hypertarget{value-of-time}{%
\subsection{Value of Time}\label{value-of-time}}
Value of time parameters were updated using 2019 5-year ACS data and
previous model assumptions and are in 2019 dollars. Version 8 parameters
were calibrated to 2015 ACS data and deflated to 2010 dollars. Values of
time are in cents/minute.
\hypertarget{tbl-vot1}{}
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2400}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.2400}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.0800}}
>{\raggedright\arraybackslash}p{(\columnwidth - 8\tabcolsep) * \real{0.3600}}@{}}
\caption{\label{tbl-vot1}Value of Time Rates}\tabularnewline
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
v9 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v9 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Parameter
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
v8 Value
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
Notes
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
VOT\_Auto\_Wrk & 22 & VOT\_Auto\_Wrk & 18 & work trips (HBW) \\
VOT\_Auto\_Per & 17 & VOT\_Auto\_Per & 14 & non-work trips \\
VOT\_Auto\_Ext & 20 & VOT\_Auto\_Ext & 16 & external \\
VOT\_LT & 37 & VOT\_LT & 30 & light truck \\
VOT\_MD & 50 & VOT\_MD & 40 & medium truck \\
VOT\_HV & 63 & VOT\_HV & 50 & heavy truck \\
VOT\_Toll & 63 & VOT\_Toll & 50 & all vehicles on tollway \\
VOT\_HOT\_DA & 63 & VOT\_HOT\_DA & 50 & drive alone on HOT \\
VOT\_Auto\_Wrk\_Lo & 9 & & & work trips - low income (added) \\
VOT\_Auto\_Wrk\_Hi & 24 & & & work trips - high income (added) \\
VOT\_Auto\_Per\_Lo & 7 & & & non-work trips - loc income (added) \\
VOT\_Auto\_Per\_Hi & 19 & & & non-work trips - high income (added) \\
\end{longtable}
\hypertarget{auto-operating-costs}{%
\subsection{Auto Operating Costs}\label{auto-operating-costs}}
Auto operating costs were updated to reflect 2019 fuel cost, average
fuel economy, and cost of vehicle maintenance and are in 2019 dollars.
Version 8 parameters were calibrated to 2015 data and deflated to 2010
dollars. Costs are in cents/mile.
\hypertarget{tbl-auto-op}{}
\begin{longtable}[]{@{}llll@{}}
\caption{\label{tbl-auto-op}Auto Operating Cost
Rates}\label{T_a4d64}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
AOC\_Auto & 21.7 & 18.3 & auto \\
AOC\_LT & 27.3 & 24.6 & light truck \\
AOC\_MD & 55.5 & 47.8 & medium truck \\
AOC\_HV & 74.3 & 63.7 & heavy truck \\
\end{longtable}
\hypertarget{managed-lane-costs}{%
\subsection{Managed Lane Costs}\label{managed-lane-costs}}
Tolls for tollways (FT=40) were updated to reflect approximately a
\$5.00 toll for work trips and a \$3.00 toll for non-work trips. Tolls
for HOT (FT=38) and reliability lanes were updated to reflect
approximately a \$3.50 toll for work trips and \$2.20 for non-work
trips. Distances of 10.25 miles (length of average work trip) and 6.5
miles (average length of all trips) were used to determine the
work/non-work toll costs in cents per mile. Version 9 tolls are in 2019
dollars. Toll costs for version 8 are in 2010 dollars.
\hypertarget{tbl-managed-lane}{}
\begin{longtable}[]{@{}llll@{}}
\caption{\label{tbl-managed-lane}Managed Lane Cost
Rates}\label{T_4c98d}\tabularnewline
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
Parameter & v9 Value & v8 Value & Notes \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
Cost\_Toll\_Pk & 48 & 24 & Tollways (FT 40) cost - Peak \\
Cost\_Toll\_Ok & 48 & 24 & Tollways (FT 40) cost - Off-peak \\
Cost\_HOT\_Pk & 34 & 10 & HOT (FT 38) cost - Peak \\
Cost\_HOT\_Ok & 17 & 5 & HOT (FT 38) cost - Off-peak \\
Cost\_REL\_Pk & 34 & 10 & Reliability lane cost - Peak \\
Cost\_REL\_Ok & 17 & 5 & Reliability lane cost - Off-peak \\
\end{longtable}
\hypertarget{core-bus-constant-multiplier}{%
\subsection{Core Bus Constant
Multiplier}\label{core-bus-constant-multiplier}}
The parameter used to set the Core Bus constant was renamed and updated.
\hypertarget{tbl-vot2}{}
\begin{longtable}[]{@{}