[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:
|
||||||
|
@ -10,7 +10,7 @@ Release Notes
|
|||||||
Upcoming Release
|
Upcoming Release
|
||||||
================
|
================
|
||||||
|
|
||||||
* The solver configuration in `config.default.yaml` are now modularized. To change the set of solver options, change to value in `solving`: `solver`: `options` to one of the keys `solving`: `solver_options`.
|
* The solver configuration in `config.default.yaml` are now modularized. To change the set of solver options, change to value in `solving`: `solver`: `options` to one of the keys `solving`: `solver_options`.
|
||||||
|
|
||||||
|
|
||||||
PyPSA-Eur 0.7.0 (16th February 2023)
|
PyPSA-Eur 0.7.0 (16th February 2023)
|
||||||
|
@ -46,7 +46,7 @@ renewable:
|
|||||||
solar:
|
solar:
|
||||||
cutout: be-03-2013-era5
|
cutout: be-03-2013-era5
|
||||||
|
|
||||||
|
|
||||||
clustering:
|
clustering:
|
||||||
exclude_carriers: ["OCGT", "offwind-ac", "coal"]
|
exclude_carriers: ["OCGT", "offwind-ac", "coal"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user