Skip to content

Commit

Permalink
Improve description text
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed May 21, 2024
1 parent a8af159 commit 677d93b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conflowgen/api/container_flow_generation_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ def set_properties(
name: The name of the generated synthetic container flow which helps to distinguish different scenarios.
transportation_buffer: Determines how many percent more of the inbound journey capacity is used at most to
transport containers on the outbound journey.
ramp_up_period: The period at the beginning during which operations gradually increases to full capacity.
This simulates the initial phase where container flow and terminal activities are scaled up.
ramp_down_period: The period at the end during which operations gradually decrease from full capacity.
This simulates the final phase where container flow and terminal activities are scaled down.
ramp_up_period: The period at the beginning during which yard occupancy gradually increases.
During the ramp-up period, the share of transshipment containers on outbound journey is reduced.
ramp_down_period: The period at the end during which operations gradually fade out.
During the ramp-down period, inbound container volumes are scaled down, reducing the number of new
import, export, and transshipment containers in the yard during this period..
"""

properties = self.container_flow_generation_properties_repository.get_container_flow_generation_properties()
Expand Down

0 comments on commit 677d93b

Please sign in to comment.