I'm getting a similar error to Sebastian when I try to run the tutorial. It happens when I use both 5 or 6 in the call "snakemake -call results/test-elec/networks/elec_s_6_ec_lcopt_Co2L-24H.nc --configfile test/config.electricity.yaml". My error looks to be that the output files necessary to run the rules are not in existence. I cloned the github repo to get all the files on my computer and the github repo does not appear to have them either. Am I missing a step in creating these output files?
jobid: 15
benchmark: benchmarks/test-elec/build_ship_raster
reason: Missing output files: resources/
shipdensity_raster.nc resources: tmpdir=C:\Users\TESSAW~1\AppData\Local\Temp, mem_mb=5000, mem_mib=4769
[Fri Apr 7 08:13:04 2023]
rule retrieve_databundle:
output: data/bundle/ch_cantons.csv, data/bundle/je-e-21.03.02.xls, data/bundle/eez/World_EEZ_v8_2014.shp, data/bundle/hydro_capacities.csv, data/bundle/naturalearth/ne_10m_admin_0_countries.shp, data/bundle/NUTS_2013_60M_SH/data/NUTS_RG_60M_2013.shp, data/bundle/nama_10r_3popgdp.tsv.gz, data/bundle/nama_10r_3gdp.tsv.gz, data/bundle/corine/g250_clc06_V18_5.tif
log: logs/test-elec/retrieve_databundle.log
jobid: 9
reason: Missing output files: data/bundle/ch_cantons.csv, data/bundle/hydro_capacities.csv, data/bundle/nama_10r_3popgdp.tsv.gz, data/bundle/NUTS_2013_60M_SH/data/NUTS_RG_60M_2013.shp, data/bundle/naturalearth/ne_10m_admin_0_countries.shp, data/bundle/eez/World_EEZ_v8_2014.shp, data/bundle/nama_10r_3gdp.tsv.gz, data/bundle/corine/g250_clc06_V18_5.tif, data/bundle/je-e-21.03.02.xls
resources: tmpdir=C:\Users\TESSAW~1\AppData\Local\Temp, mem_mb=1000, mem_mib=954
[Fri Apr 7 08:13:04 2023]
rule build_load_data:
input: data/load_raw.csv
output: resources/load.csv
log: logs/test-elec/build_load_data.log
jobid: 20
reason: Missing output files: resources/load.csv
resources: tmpdir=C:\Users\TESSAW~1\AppData\Local\Temp, mem_mb=5000, mem_mib=4769
On Thursday, April 6, 2023 at 9:58:32 AM UTC-4 Martin Roach wrote:
Hi Sebastian,
I'm no expert, but the clusters in the snakemake call statement should match what's in the config.electricity.yaml file. You stated 6, but in the original file I see 5.
I don't know what the No parameters matching '_test' means, but it always appears and I've been working on non test-related config files.
Hope this is some help.
Best regards,
Martin