How to represent power transfer between nodes #800
Replies: 5 comments 2 replies
-
Hi @meng25meng, have you found our tutorials? These include a tutorial called "westeros_multinode", which showcases how to model trade between multiple nodes. Is this what you are looking for? |
Beta Was this translation helpful? Give feedback.
-
hello, I just saw the [] "westeros_multinode" (https://github.com/iiasa/message_ix/blob/main/tutorial/westeros/westeros_multinode.ipynb) A code, just to ask is that if you want to transfer power between each node, you can compare them to transactions, right? So if the transmission line has a capacity limit, how is this represented in the code? In A multi-node system, if one node A delivers power to multiple nodes, then this node A can be regarded as a trade center? |
Beta Was this translation helpful? Give feedback.
-
For your last question, I think so, yes. But I'm not too familiar with that, maybe @behnam-zakeri can clarify or knows who else we can ping about this. |
Beta Was this translation helpful? Give feedback.
-
Thanks @meng25meng and @glatterf42 for this. I recommend going through the multinode tutorial as that answers some of the questions. The transmission lines are technologies, so they can have any parameter that is needed, like capacity, bound on capacity (max or min capacity), bound on activity, etc. The examples in the multinode tutorial are basic but they show three different setups for energy trade (central hub between multiple nodes, bilateral trade between two nodes. and trade with an external market (non-existing node)). |
Beta Was this translation helpful? Give feedback.
-
This discussion makes me think maybe the name of our tutorial is not very intiutive. We may want to chnage it to "Westeros_multinode_energy_trade", or something better. |
Beta Was this translation helpful? Give feedback.
-
How to represent power transfer between nodes, can you learn from this code? Comparing electricity transmission to trade? But I have another question, if it's a trade analogy, do I have to set up three trade centers? Because I'm going to explore the acativity and capccity of each of the three nodes.
Beta Was this translation helpful? Give feedback.
All reactions