You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you point me in a direction on how to use it to create an ESC? I’m fairly new at this but try to use it for my thesis.
I’ve followed the steps in “trace” and created input data with GlobalEnergyGIS/Synde respositories before. What steps am I missing before solving scenarios via snakemake?
Copy one of the folders as template for your new ESC. Best to use an ESC which is similar to the one you want to create.
Modify the individual files in the folders (links, stores, ...).
If you add new technologies: Make sure they exist in the data/efficiencies.csv and in the cost database which by default if from https://github.com/pypsa/technology-data
Define a scenario including your ESC in config.yaml
Use snakemake to run it (Should be snakemake -call results/<scenario>/results.csv)
I have to admit I remember the last two steps are a bit tricky (my implementation was very weird). I have to get back to this part anyways in the next days, so it will become easier then.
The text was updated successfully, but these errors were encountered:
Could you point me in a direction on how to use it to create an ESC? I’m fairly new at this but try to use it for my thesis.
I’ve followed the steps in “trace” and created input data with GlobalEnergyGIS/Synde respositories before. What steps am I missing before solving scenarios via snakemake?
Originally posted by @paul1995tu in #7 (comment)
Starting a new issue for this new question.
The SYNDE repo should not be required but good to know that you got it working! Setup here is quite similar.
If you want to define a new ESC you first have to specify all the components of the ESC in a folder dedicated to the new ESC. I suggest:
data/efficiencies.csv
and in the cost database which by default if from https://github.com/pypsa/technology-dataconfig.yaml
snakemake -call results/<scenario>/results.csv
)I have to admit I remember the last two steps are a bit tricky (my implementation was very weird). I have to get back to this part anyways in the next days, so it will become easier then.
The text was updated successfully, but these errors were encountered: