webber-energy-group / HOwDI

https://howdi.readthedocs.io/en/develop/
GNU General Public License v3.0
0 stars 0 forks source link

Look into dist rework #14

Closed bradenpecora closed 2 years ago

bradenpecora commented 2 years ago

See associated issue under "Development" on the right

bradenpecora commented 2 years ago

I noticed this comment from Thomas:

consider adding a node at each hub to denote the trucking fleet size. Right now, this information is held in the arc between the compressor/liquefier and the trucking distribution node at that hub. Might be cleaner if we just had a truck_hub_node that stored the number of trucks that that hub invests in, and then we can just limit the flow of the outgoing edges to be constrained by the capacity at that node.

Regardless, it seems he came to the same conclusion I did. The current implementation is messy and needs work.