diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5fef9aaae..e892057e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,8 +58,8 @@ jobs:
key: data-cutouts-${{ env.WEEK }}-${{ env.CACHE_NUMBER }}
- - name: Conda list
- run: conda list
+ - name: Micromamba list
+ run: micromamba list
- name: Run Test
run: make test
diff --git a/README.md b/README.md
index df964e28c..c424dfe34 100644
--- a/README.md
+++ b/README.md
@@ -326,6 +326,13 @@ The documentation is available here: [documentation](https://pypsa-earth.readthe
GridGrapher
+
+
+
+
+ Finozzifa
+
+ |
@@ -353,13 +360,6 @@ The documentation is available here: [documentation](https://pypsa-earth.readthe
Ekaterina-Vo
- |
-
-
-
-
- Finozzifa
-
|
diff --git a/configs/bundle_config.yaml b/configs/bundle_config.yaml
index c78bd4c0a..cd8bd286f 100644
--- a/configs/bundle_config.yaml
+++ b/configs/bundle_config.yaml
@@ -269,17 +269,30 @@ databundles:
build_cutout: [all]
# cutouts bundle of the cutouts folder for the European continent
- # Note: this includes nearly the entire north emisphere [long +-180, lat 1-85]. Size about 81GB (zipped)
+ # Coordinate bounds: [long -32 to 60, lat 1.5-74]
+ # Size about 17 GB (zipped)
bundle_cutouts_europe:
countries: [Europe]
category: cutouts
destination: "cutouts"
urls:
- gdrive: https://drive.google.com/file/d/1Ew7rQT0VNBqJW1AUrOrOP2IJKSJS7Uoy/view?usp=sharing
+ gdrive: https://drive.google.com/file/d/17QS7qkuCiyj95Pr-ZQRl3qgp5CQE6HTy/view?usp=drive_link
output: [cutouts/cutout-2013-era5.nc]
disable_by_opt:
build_cutout: [all]
+ # cutouts bundle of the cutouts folder for the northern hemisphere
+ # Note: this includes nearly the entire northern emisphere [long +-180, lat 1-85]. Size about 81GB (zipped)
+ #bundle_cutouts_northern_hemisphere:
+ # countries: [NorthAmerica, Europe]
+ # category: cutouts
+ # destination: "cutouts"
+ # urls:
+ # gdrive: https://drive.google.com/file/d/1Ew7rQT0VNBqJW1AUrOrOP2IJKSJS7Uoy/view?usp=sharing
+ # output: [cutouts/cutout-2013-era5.nc]
+ # disable_by_opt:
+ # build_cutout: [all]
+
# cutouts bundle of the cutouts folder for the Asian continent, except Russia
# Size about 30GB (zipped)
bundle_cutouts_asia:
diff --git a/doc/release_notes.rst b/doc/release_notes.rst
index cda619dd7..1ea2f5393 100644
--- a/doc/release_notes.rst
+++ b/doc/release_notes.rst
@@ -24,6 +24,7 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o
* Include a dedicated cutout for North America in bundle_config.yaml `PR #1121 `_
+* Include a dedicated cutout for Europe in bundle_config.yaml `PR #1125 `_
PyPSA-Earth 0.4.1
=================
|