You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
"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)
The text was updated successfully, but these errors were encountered: