Skip to content
Merged
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
3 changes: 3 additions & 0 deletions ORMetroModel/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
*.ver filter=lfs diff=lfs merge=lfs -text
56 changes: 56 additions & 0 deletions ORMetroModel/config/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#OR-RAMP TM2 Properties

#############################################################################################################################################################################
#
# CLUSTER PROPERTIES: MODIFY WHEN CHANGING CLUSTER CONFIGURATION OR MOVING TO NEW CLUSTER.
#
#############################################################################################################################################################################
RunModel.MatrixServerAddress=%HOST_IP_ADDRESS%
RunModel.MatrixServerPort=1191
RunModel.HouseholdServerAddress=%HOST_IP_ADDRESS%
RunModel.HouseholdServerPort= 1117


#############################################################################################################################################################################
#
# LOGGING AND DEBUGGING PROPERTIES: USE FOR TRACING HOUSEHOLDS OR AGENTS THROUGH SIMULATION.
#
# Note that the way that logging works right now, the trace zones also have to be valid transit stops or the code will crash. Check the skims to make sure they exist.
# Turn off trace debugging in routine model runs to speed things up (comment out Debug.Trace.HouseholdIdList)
#
#############################################################################################################################################################################
#Resident model
Trace = true
Trace.otaz = 0
Trace.dtaz = 0
Seek = false
Process.Debug.HHs.Only = false
Debug.Trace.HouseholdIdList=3946
#run.this.household.only=1011947

# save tour mode choice utilities and probabilities (for debugging purpose)
TourModeChoice.Save.UtilsAndProbs = true


#############################################################################################################################################################################
#
# PATH PROPERTIES: MODIFY AS NEEDED WHEN COPY RELEASE TO A LOCAL RUN FOLDER
#
#############################################################################################################################################################################
Project.Directory = %project.folder%
# Input path prefix
generic.path = %project.folder%
scenario.path = %project.folder%/
skims.path = %project.folder%/outputs/skims
uec.path = %project.folder%/uec/


#############################################################################################################################################################################
#
# INPUT PROPERTIES
#
#############################################################################################################################################################################

#Input Version file
Input.Version.File = LCOG_v4.ver
#Input.Version.File = inputs/LCOG_v4.ver
809 changes: 809 additions & 0 deletions ORMetroModel/config/visum_lcog/FeedbackAssignmentSequence_2.xml

Large diffs are not rendered by default.

1,054 changes: 1,054 additions & 0 deletions ORMetroModel/config/visum_lcog/FinalAssignmentSequence_3.xml

Large diffs are not rendered by default.

1,020 changes: 1,020 additions & 0 deletions ORMetroModel/config/visum_lcog/SkimSequence_1.xml

Large diffs are not rendered by default.

599 changes: 599 additions & 0 deletions ORMetroModel/config/visum_lcog/WarmStartSequence_0.xml

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions ORMetroModel/config/visum_metro/OriginalSequence_052025.xml

Large diffs are not rendered by default.

2,657 changes: 2,657 additions & 0 deletions ORMetroModel/config/visum_metro/SkimSequence_1.xml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions ORMetroModel/filters/Link_AllowsAuto.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINK COMPLEMENT="0" UNDIRECTED="0" USEFILTER="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<CONTAINSONEOF ATTRIBUTE="TSYSSET" VALUE="a"/>
</CONDITION>
</CONDITIONS>
</LINK>

</FILTER>
12 changes: 12 additions & 0 deletions ORMetroModel/filters/Link_TypeNo1+.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINK COMPLEMENT="0" UNDIRECTED="0" USEFILTER="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<CONTAINEDIN ATTRIBUTE="TYPENO" VALUE="1,2,3,4,5,6,7,8,9,10,11,12,30,32,99"/>
</CONDITION>
</CONDITIONS>
</LINK>

</FILTER>
42 changes: 42 additions & 0 deletions ORMetroModel/filters/OP_Transit.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINEOBJECTS USEFILTERFORLINEROUTEITEMS="1" USEFILTERFORLINEROUTES="1" USEFILTERFORLINES="1" USEFILTERFORTIMEPROFILEITEMS="1" USEFILTERFORTIMEPROFILES="1" USEFILTERFORVEHJOURNEYITEMS="1" USEFILTERFORVEHJOURNEYS="1" USEFILTERFORVEHJOURNEYSECTIONS="1">
<LINE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINE>
<LINEROUTE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINEROUTE>
<TIMEPROFILE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<GREATERVAL ATTRIBUTE="LINEROUTE\EMME_DATA2" VALUE="0"/>
</CONDITION>
</CONDITIONS>
<SELECTIONS USESELECTION="0"/>
</TIMEPROFILE>
<VEHJOURNEY COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEY>
<VEHJOURNEYSECTION COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEYSECTION>
<LINEROUTEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</LINEROUTEITEM>
<TIMEPROFILEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</TIMEPROFILEITEM>
<VEHJOURNEYITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</VEHJOURNEYITEM>
</LINEOBJECTS>

<VOLUMEATTRIBUTEVALUEFILTER FILTERBYACTIVEODPAIRSANDPUTPATHS="1" FILTERBYACTIVEVEHJOURNEYSECTIONSORTIMEPROFILES="0"/>

</FILTER>
42 changes: 42 additions & 0 deletions ORMetroModel/filters/PK_Transit.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINEOBJECTS USEFILTERFORLINEROUTEITEMS="1" USEFILTERFORLINEROUTES="1" USEFILTERFORLINES="1" USEFILTERFORTIMEPROFILEITEMS="1" USEFILTERFORTIMEPROFILES="1" USEFILTERFORVEHJOURNEYITEMS="1" USEFILTERFORVEHJOURNEYS="1" USEFILTERFORVEHJOURNEYSECTIONS="1">
<LINE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINE>
<LINEROUTE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINEROUTE>
<TIMEPROFILE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<GREATERVAL ATTRIBUTE="LINEROUTE\EMME_DATA1" VALUE="0"/>
</CONDITION>
</CONDITIONS>
<SELECTIONS USESELECTION="0"/>
</TIMEPROFILE>
<VEHJOURNEY COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEY>
<VEHJOURNEYSECTION COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEYSECTION>
<LINEROUTEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</LINEROUTEITEM>
<TIMEPROFILEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</TIMEPROFILEITEM>
<VEHJOURNEYITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</VEHJOURNEYITEM>
</LINEOBJECTS>

<VOLUMEATTRIBUTEVALUEFILTER FILTERBYACTIVEODPAIRSANDPUTPATHS="1" FILTERBYACTIVEVEHJOURNEYSECTIONSORTIMEPROFILES="0"/>

</FILTER>
42 changes: 42 additions & 0 deletions ORMetroModel/filters/TSys_bus.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINEOBJECTS USEFILTERFORLINEROUTEITEMS="1" USEFILTERFORLINEROUTES="1" USEFILTERFORLINES="1" USEFILTERFORTIMEPROFILEITEMS="1" USEFILTERFORTIMEPROFILES="1" USEFILTERFORVEHJOURNEYITEMS="1" USEFILTERFORVEHJOURNEYS="1" USEFILTERFORVEHJOURNEYSECTIONS="1">
<LINE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINE>
<LINEROUTE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINEROUTE>
<TIMEPROFILE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</TIMEPROFILE>
<VEHJOURNEY COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEY>
<VEHJOURNEYSECTION COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEYSECTION>
<LINEROUTEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</LINEROUTEITEM>
<TIMEPROFILEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<CONTAINEDIN ATTRIBUTE="TIMEPROFILE\LINEROUTE\TSYSCODE" VALUE="b"/>
</CONDITION>
</CONDITIONS>
</TIMEPROFILEITEM>
<VEHJOURNEYITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</VEHJOURNEYITEM>
</LINEOBJECTS>

<VOLUMEATTRIBUTEVALUEFILTER FILTERBYACTIVEODPAIRSANDPUTPATHS="1" FILTERBYACTIVEVEHJOURNEYSECTIONSORTIMEPROFILES="0"/>

</FILTER>
42 changes: 42 additions & 0 deletions ORMetroModel/filters/TSys_nonbus.fil
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FILTER VERSIONNO="2300">

<LINEOBJECTS USEFILTERFORLINEROUTEITEMS="1" USEFILTERFORLINEROUTES="1" USEFILTERFORLINES="1" USEFILTERFORTIMEPROFILEITEMS="1" USEFILTERFORTIMEPROFILES="1" USEFILTERFORVEHJOURNEYITEMS="1" USEFILTERFORVEHJOURNEYS="1" USEFILTERFORVEHJOURNEYSECTIONS="1">
<LINE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINE>
<LINEROUTE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</LINEROUTE>
<TIMEPROFILE COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</TIMEPROFILE>
<VEHJOURNEY COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEY>
<VEHJOURNEYSECTION COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
<SELECTIONS USESELECTION="0"/>
</VEHJOURNEYSECTION>
<LINEROUTEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</LINEROUTEITEM>
<TIMEPROFILEITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS>
<CONDITION COMPLEMENT="0" OPERATION="OP_NONE">
<CONTAINEDIN ATTRIBUTE="TIMEPROFILE\LINEROUTE\TSYSCODE" VALUE="a,e,l,r"/>
</CONDITION>
</CONDITIONS>
</TIMEPROFILEITEM>
<VEHJOURNEYITEM COMPLEMENT="0" USESETTINGS="1">
<CONDITIONS/>
</VEHJOURNEYITEM>
</LINEOBJECTS>

<VOLUMEATTRIBUTEVALUEFILTER FILTERBYACTIVEODPAIRSANDPUTPATHS="1" FILTERBYACTIVEVEHJOURNEYSECTIONSORTIMEPROFILES="0"/>

</FILTER>
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/assignment/feedback/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/assignment/final_assign/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/reports/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/skims/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model/peak/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model/reports/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_hbo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_hbr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_hbs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_hbw/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_nh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions ORMetroModel/outputs/trips/model_sc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Loading
Loading