Skip to content
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

Highway reliability skim - link attribute RELBTY_VAR not being created #61

Open
i-am-sijia opened this issue Feb 16, 2023 · 1 comment
Assignees

Comments

@i-am-sijia
Copy link
Collaborator

In "HighwaySkims.job", lw.RELBTY_VAR on the path is being skimmed and stored in matrices,

mw[6] = pathtrace(lw.RELBTY_VAR)

but I could not find the creation of this link variable RELBTY_VAR. The closest I can find is RELBTY_SD which is generated in the "AverageNetworkVolumes.job", but RELBTY_SD does not get used in skimming.

; calculate total reliability
; zero reliability sd on managed lanes and tolled facilities
if (MANAGED == 1 | TOLLBOOTH > 0)
RELBTY_SD = 0
else
RELBTY_SD = (VC_REL_FAC + li.2.STREL) * li.2.DISTANCE * li.2.CTIM
endif

Missing the creation of RELBTY_VAR, I don't think the develop branch would run successfully.

@dhensle
Copy link
Collaborator

dhensle commented Feb 17, 2023

Hi @i-am-sijia, looks like the relevant code got deleted here in my very last commit adding some of RSG's run settings. This looks to just be a mistake.... You should be able to add this line back in. Sorry about that.

@i-am-sijia i-am-sijia added the bug label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants