openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Split up run_pypsaeursec #660

Open ulfmueller opened 2 years ago

ulfmueller commented 2 years ago

In order to easily manipulate input data from pes, I would suggest to split up the named task into two. One, called s.th. like prepare_pypsaeursec, which clones all repos and downloads and unzips all necessary data bundles. And another one, executing the snakemake run of pes. In between, you can then change the input data. Right now, this is especially addressing @nesnoj 's needs but eventually may be useful for others, too. I'll prepare a proposal soon and I hope it will actually work for you @nesnoj !

ulfmueller commented 2 years ago

d9df9665c700ff4994f7e3b209bb1cdc58288486 does the trick. Does this work for you @nesnoj ? you could do your stuff in between the tasks pre_pypsa_eur_sec and run_pypsa_eur_sec . If it is not super urgent, I would merge it after the pes-update branch is merged - that should be done within this week...

ClaraBuettner commented 2 years ago

@nesnoj: The demand time series for electricity and heat are are stired in egon-data in the branch related to this PR https://github.com/openego/eGon-data/pull/647 The data is used in pypsa-eur-sec here: https://github.com/openego/pypsa-eur-sec/pull/9 I will merge both branches soon and integrate this issue.