pypsa-meets-earth / pypsa-distribution

GNU General Public License v3.0
7 stars 8 forks source link

Hard-coded powerplants data #21

Open ekatef opened 8 months ago

ekatef commented 8 months ago

Checklist

Describe the Bug

File with powerplants data resources/powerplants.csv is git-tracked, and it seems that there is no rule to produce it. Removing the file leads to MissingInputException.

Error Message

If applicable, paste any terminal output to help illustrating your problem. In some cases it may also be useful to share your list of installed packages: conda list.

(pypsa-earth-upd16) pypsa-distribution % snakemake -j 1 solve_network
Restricted license - for non-production use only - expires 2024-10-28
No parameters matching '_test' found
Building DAG of jobs...
MissingInputException in rule build_renewable_profiles in file ~/pypsa-distribution/Snakefile, line 142:
Missing input files for rule build_renewable_profiles:
    output: resources/renewable_profiles/profile_onwind.nc
    wildcards: technology=onwind
    affected files:
        resources/powerplants.csv
ekatef commented 8 months ago

Can be fixed by manual adjustment of powerplants.csv