[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bf969424a2
commit
8db3780fce
@ -319,7 +319,13 @@ rule retrieve_ship_raster:
|
|||||||
rule build_ship_raster:
|
rule build_ship_raster:
|
||||||
input:
|
input:
|
||||||
ship_density="data/shipdensity_global.zip",
|
ship_density="data/shipdensity_global.zip",
|
||||||
cutouts=expand("cutouts/" + CDIR + "{cutout}.nc", cutout=[config["renewable"][k]['cutout'] for k in config['electricity']['renewable_carriers']])
|
cutouts=expand(
|
||||||
|
"cutouts/" + CDIR + "{cutout}.nc",
|
||||||
|
cutout=[
|
||||||
|
config["renewable"][k]["cutout"]
|
||||||
|
for k in config["electricity"]["renewable_carriers"]
|
||||||
|
],
|
||||||
|
),
|
||||||
output:
|
output:
|
||||||
"resources/" + RDIR + "shipdensity_raster.nc",
|
"resources/" + RDIR + "shipdensity_raster.nc",
|
||||||
log:
|
log:
|
||||||
|
Loading…
Reference in New Issue
Block a user