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

"Quay length" schaalt niet goed met "demand" #11

Open
hugostam opened this issue Apr 6, 2020 · 0 comments
Open

"Quay length" schaalt niet goed met "demand" #11

hugostam opened this issue Apr 6, 2020 · 0 comments

Comments

@hugostam
Copy link

hugostam commented Apr 6, 2020

"Quay length" schaalt niet goed met "demand".

Als de vraag toeneemt en de kade lengte dient toe te nemen, koppelt het model de volledige nieuwe lengte aan "capex". Dit dient aangepast te worden naar iets van: quay.capex = quay.rate * (quay_length_required - quay_length_online)

Suggestie (obv max vessel length)

"The quay length that needs to be built"
if offshore_barge_quay_walls == 0: # length when next quay is n = 1
barge_quay_length = length_barge + 2 * berthing_gap
elif offshore_barge_quay_walls == 1: # length when next quay is n > 1
barge_quay_length = 1.1 * offshore_barge_berths * (length_barge + berthing_gap) +
berthing_gap - (length_barge + 2 * berthing_gap)
else:
barge_quay_length = 1.1 * offshore_barge_berths * (length_barge + berthing_gap) -
1.1 * (offshore_barge_berths - 1) * (length_barge + berthing_gap)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant