intermediate solution glc transmission
This commit is contained in:
parent
73df378837
commit
6b07faf7cd
@ -710,6 +710,9 @@ if __name__ == "__main__":
|
||||
np.random.seed(solve_opts.get("seed", 123))
|
||||
|
||||
n = pypsa.Network(snakemake.input.network)
|
||||
|
||||
# todo
|
||||
n.remove("GlobalConstraint", "lv_limit")
|
||||
|
||||
n = prepare_network(
|
||||
n,
|
||||
|
Loading…
Reference in New Issue
Block a user