Skip to content

Commit

Permalink
Add full African and North American cutouts (#813)
Browse files Browse the repository at this point in the history
* Add full African and North American cutouts

* Add release note

* Add Earth bundle

* Add Earth cutout

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revise description bundles

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
davide-f and pre-commit-ci[bot] authored Aug 5, 2023
1 parent 97b6b6d commit 9fd2af6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
44 changes: 42 additions & 2 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ databundles:
# agree: 1
# output: [data/gebco/GEBCO_2021_TID.nc]

# cutouts bundle of the cutouts folder for the African continent
bundle_cutouts_africa:
# cutouts bundle of the cutouts folder for the mainland African continent
# Note: some offshore countries e.g. CV or SC are not covered. Size: about 10GB (zipped)
bundle_cutouts_mainland_africa:
countries: [Africa]
category: cutouts
destination: "cutouts"
Expand All @@ -283,3 +284,42 @@ databundles:
output: [cutouts/cutout-2013-era5.nc]
disable_by_opt:
build_cutout: [all]

# # cutouts bundle of the cutouts folder for the whole African continent,
# # including UN countries offshore mainland Africa. Size about 20GB (zipped)
# bundle_cutouts_whole_africa:
# countries: [Africa]
# category: cutouts
# destination: "cutouts"
# urls:
# # zenodo:
# gdrive: https://drive.google.com/file/d/1O_9vQ2SDluJ_LtFdRBeoo1Pz213n5HAN/view?usp=sharing
# output: [cutouts/cutout-2013-era5.nc]
# disable_by_opt:
# build_cutout: [all]

# cutouts bundle of the cutouts folder for the North American continent
# Note: this includes nearly the entire north emisphere [long +-180, lat 1-85]. Size about 81GB (zipped)
bundle_cutouts_northamerica:
countries: [NorthAmerica, Europe]
category: cutouts
destination: "cutouts"
urls:
# zenodo:
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 entire globe [long +-180, lat +-89.9]
# # commented by default to avoid downloading by mistake. Size about 170GB (zipped)
# bundle_cutouts_earth:
# countries: [Earth]
# category: cutouts
# destination: "cutouts"
# urls:
# # zenodo:
# gdrive: https://drive.google.com/file/d/1C9Q5qU_Wu_gj78H5G3TT2thGA-hKheVf/view?usp=drive_link
# output: [cutouts/cutout-2013-era5.nc]
# disable_by_opt:
# build_cutout: [all]
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t

* Support renewables or renewable expansion to meet a desired share of total load. `PR #793 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/793>`__

* Add NorthAmerican and Earth cutouts, and improve African cutout `PR #813 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/813>`__

PyPSA-Earth 0.2.2
=================

Expand Down

0 comments on commit 9fd2af6

Please sign in to comment.