Skip to content

Commit

Permalink
config: link to new (cropped) cutout for north america (#1121)
Browse files Browse the repository at this point in the history
* config: link to new (cropped) cutout for north america

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

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

* notes: add release notes

* docs(contributor): contrib-readme-action has updated readme

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 30, 2024
1 parent 3142b1f commit ae4479f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 15 additions & 2 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,22 @@ databundles:
# 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)
# Coordinate bounds: [long -172 to -47, lat 1.5-74]
# Size about 25 GB (zipped)
bundle_cutouts_northamerica:
countries: [NorthAmerica, Europe]
countries: [NorthAmerica]
category: cutouts
destination: "cutouts"
urls:
gdrive: https://drive.google.com/file/d/1W0rEa7SrAUjqREycKSbl1dkylj_-xmpT/view?usp=drive_link
output: [cutouts/cutout-2013-era5.nc]
disable_by_opt:
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)
bundle_cutouts_europe:
countries: [Europe]
category: cutouts
destination: "cutouts"
urls:
Expand Down
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* The default configuration for `electricity:estimate_renewable_capacities:year` was updated from 2020 to 2023. `PR #1106 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1106>`_

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


PyPSA-Earth 0.4.1
=================
Expand Down

0 comments on commit ae4479f

Please sign in to comment.