Add carrier "AC" and "DC" in base_network.py
This commit is contained in:
parent
2b069e3031
commit
ad9a67509f
@ -714,6 +714,7 @@ def base_network(
|
||||
n.name = "PyPSA-Eur"
|
||||
|
||||
n.set_snapshots(pd.date_range(freq="h", **config["snapshots"]))
|
||||
n.madd("Carrier",["AC","DC"])
|
||||
|
||||
n.import_components_from_dataframe(buses, "Bus")
|
||||
n.import_components_from_dataframe(lines, "Line")
|
||||
|
Loading…
Reference in New Issue
Block a user