-
Notifications
You must be signed in to change notification settings - Fork 0
V3 update #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rickdonnelly
wants to merge
41
commits into
master
Choose a base branch
from
v3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V3 update #9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed omxr dependency from DESCRIPTION
…ment passed in run_ct R script in tlumip
Fixed a bug in function that creates annual truckload equivalents that caused tracing to always be on (normally sent to cluster logging file so out of sight, but still needed to be fixed)
Updated external station equivalencies for inbound and outbound FAF flows into the FAF regions within the SWIM2 halo, as well as FAF flows likely to travel through Oregon
Substantial updates to all of the FAF processing functions are included in this update. The FAF processing now follows the recently adopted practice of constraining the flows at SWIM external stations, which in turn limits the FAF inbound, outbound, and through flows to those values.
Updating the FAF functions included a few changes to the input files. This update makes the local tour generation function compatible with those changes.
The default daily sampling rate for internal FAF trips (those beginning and ending within the SWIM halo) has been updated based on recent validation runs. Also, the Port of Portland marine port was recoded from internal to external SWIM zone.
First I mistyped this factor, then put the wrong (original) value in, and finally updated to correct value that corresponds to the M11 validation scenario internal FAF trip totals.
This version adds user-defined counts at the SWIM2 external zones for t.year 30 through 60 based upon FAF 5.4 growth rates
Added factored counts at external zones for 2010-2019 to previously calculated values for 2021-2060
…updated the get_runtime_parameters script to ignore reading ct ouptut files i.e. ct.truck.trips and et.truck.trips
…to perform select link analysis in TLUMIP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This minor update improves the stability of parallel processing in function that translates FAF annual commodity flows to truckload equivalents and updates internal trip generation rates.