Merge pull request #343 from PyPSA/be-test

Switch to Belgium for CI and tutorial for performance gain
This commit is contained in:
Fabian Neumann 2022-03-25 13:45:37 +01:00 committed by GitHub
commit 21a91728d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 14 deletions

View File

@ -160,7 +160,7 @@ if config['enable'].get('build_cutout', False):
if config['enable'].get('retrieve_cutout', True): if config['enable'].get('retrieve_cutout', True):
rule retrieve_cutout: rule retrieve_cutout:
input: HTTP.remote("zenodo.org/record/4709858/files/{cutout}.nc", keep_local=True, static=True) input: HTTP.remote("zenodo.org/record/6382570/files/{cutout}.nc", keep_local=True, static=True)
output: "cutouts/{cutout}.nc" output: "cutouts/{cutout}.nc"
run: move(input[0], output[0]) run: move(input[0], output[0])

View File

@ -17,7 +17,7 @@ scenario:
clusters: [5] clusters: [5]
opts: [Co2L-24H] opts: [Co2L-24H]
countries: ['DE'] countries: ['BE']
clustering: clustering:
simplify: simplify:
@ -58,7 +58,7 @@ electricity:
atlite: atlite:
nprocesses: 4 nprocesses: 4
cutouts: cutouts:
europe-2013-era5-tutorial: be-03-2013-era5:
module: era5 module: era5
x: [4., 15.] x: [4., 15.]
y: [46., 56.] y: [46., 56.]
@ -66,7 +66,7 @@ atlite:
renewable: renewable:
onwind: onwind:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: Vestas_V112_3MW turbine: Vestas_V112_3MW
@ -83,7 +83,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
offwind-ac: offwind-ac:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore turbine: NREL_ReferenceTurbine_5MW_offshore
@ -95,7 +95,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
offwind-dc: offwind-dc:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore turbine: NREL_ReferenceTurbine_5MW_offshore
@ -108,7 +108,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
solar: solar:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: pv method: pv
panel: CSi panel: CSi

View File

@ -62,6 +62,9 @@ Upcoming Release
* New network topology extracted from the ENTSO-E interactive map. * New network topology extracted from the ENTSO-E interactive map.
* Switch from Germany to Belgium for continuous integration and tutorial to save resources.
* Use updated SARAH-2 and ERA5 cutouts with slightly wider scope to east and additional variables.
PyPSA-Eur 0.4.0 (22th September 2021) PyPSA-Eur 0.4.0 (22th September 2021)
===================================== =====================================
@ -104,7 +107,7 @@ PyPSA-Eur 0.4.0 (22th September 2021)
[`#261 <https://github.com/PyPSA/pypsa-eur/pull/261>`_]. [`#261 <https://github.com/PyPSA/pypsa-eur/pull/261>`_].
* The tutorial cutout was renamed from ``cutouts/europe-2013-era5.nc`` to * The tutorial cutout was renamed from ``cutouts/europe-2013-era5.nc`` to
``cutouts/europe-2013-era5-tutorial.nc`` to accomodate tutorial and productive ``cutouts/be-03-2013-era5.nc`` to accomodate tutorial and productive
cutouts side-by-side. cutouts side-by-side.
* The flag ``keep_all_available_areas`` in the configuration for renewable * The flag ``keep_all_available_areas`` in the configuration for renewable

View File

@ -16,7 +16,7 @@ scenario:
clusters: [5] clusters: [5]
opts: [Co2L-24H] opts: [Co2L-24H]
countries: ['DE'] countries: ['BE']
clustering: clustering:
simplify: simplify:
@ -57,7 +57,7 @@ electricity:
atlite: atlite:
nprocesses: 4 nprocesses: 4
cutouts: cutouts:
europe-2013-era5-tutorial: be-03-2013-era5:
module: era5 module: era5
x: [4., 15.] x: [4., 15.]
y: [46., 56.] y: [46., 56.]
@ -65,7 +65,7 @@ atlite:
renewable: renewable:
onwind: onwind:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: Vestas_V112_3MW turbine: Vestas_V112_3MW
@ -82,7 +82,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
offwind-ac: offwind-ac:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore turbine: NREL_ReferenceTurbine_5MW_offshore
@ -94,7 +94,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
offwind-dc: offwind-dc:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: wind method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore turbine: NREL_ReferenceTurbine_5MW_offshore
@ -107,7 +107,7 @@ renewable:
potential: simple # or conservative potential: simple # or conservative
clip_p_max_pu: 1.e-2 clip_p_max_pu: 1.e-2
solar: solar:
cutout: europe-2013-era5-tutorial cutout: be-03-2013-era5
resource: resource:
method: pv method: pv
panel: CSi panel: CSi