How to represent a three-node energy system with one-way electricity transmission between the nodes? #803
Replies: 1 comment
-
Thanks for the translation, much appreciated! for country in ["Shanghai", "Xinjiang"]:
base_output.update(dict(technology="elec_exp", node_dest="hub", level="trade"))
out = make_df("output", **base_output, node_loc=country)
scen2.add_par("output", out) So (if I understand the correctly), both "Shanghai" and "Xinjiang" will export electricity to a node called "hub", not to "Anhui". I don't think this is what you want to represent, since you only want to have three nodes in you system called "Anhui", "Shanghai", and "Xinjiang", right? So there should be no "hub". |
Beta Was this translation helpful? Give feedback.
-
Originally posted by @meng25meng in #798 (comment)
Beta Was this translation helpful? Give feedback.
All reactions