Skip to content

Commit

Permalink
Merge pull request #1157 from GbotemiB/oceania-cutout
Browse files Browse the repository at this point in the history
feat: add new cutout for oceania
  • Loading branch information
davide-f authored Oct 29, 2024
2 parents 3836aed + 0902ccb commit 16c1e7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,19 @@ databundles:
disable_by_opt:
build_cutout: [all]

# cutouts bundle of the cutouts folder for Oceania continent
# Coordinate bounds: [min_x = 80, max_x = 180.0, min_y = -50, max_y = 20.]
# Size about 19 GB (zipped)
bundle_cutouts_oceania:
countries: [Oceania]
category: cutouts
destination: "cutouts"
urls:
gdrive: https://drive.google.com/file/d/1R8ELkXmW8jBBUFWRY0sbf-T14SJl4EUY/view?usp=sharing
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:
Expand Down
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* Use BASE_DIR in rules and `_helpers.py` script for facilitate module import in subworkflow `PR #1137 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1137>`_

* Include a dedicated cutout for Oceania in bundle_config.yaml `PR #1157 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1157>`_

PyPSA-Earth 0.4.1
=================

Expand Down

0 comments on commit 16c1e7b

Please sign in to comment.