Skip to content

Commit

Permalink
Merge branch 'main' into custom-airports
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB authored Dec 13, 2024
2 parents 172fab7 + 4363862 commit 7be258b
Show file tree
Hide file tree
Showing 7 changed files with 447 additions and 287 deletions.
7 changes: 7 additions & 0 deletions config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,13 @@ sector:
efficiency_heat_biomass_to_elec: 0.9
efficiency_heat_gas_to_elec: 0.9

electricity_distribution_grid: true # adds low voltage buses and shifts AC loads, BEVs, heat pumps, and resistive heaters, micro CHPs to low voltage buses if technologies are present
solar_rooftop: true # adds distribution side customer rooftop PV (only work if electricity_distribution_grid: true)
home_battery: true # adds home batteries to low voltage buses ((only work if electricity_distribution_grid: true)
transmission_efficiency:
electricity distribution grid:
efficiency_static: 0.97 # efficiency of distribution grid (i.e. 3% loses)

dynamic_transport:
enable: false # If "True", then the BEV and FCEV shares are obtained depending on the "Co2L"-wildcard (e.g. "Co2L0.70: 0.10"). If "False", then the shares are obtained depending on the "demand" wildcard and "planning_horizons" wildcard as listed below (e.g. "DF_2050: 0.08")
land_transport_electric_share:
Expand Down
4 changes: 4 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* Drop vrestil depenedncy `PR #1220 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1220>`__

* Add electricity distribution grid with solar rooftop and home battery technologies `PR #1221 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1221>`__

**Minor Changes and bug-fixing**

* 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>`__
Expand Down Expand Up @@ -69,6 +71,8 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* Remove duplicate entries from hydrogen export ports `PR #1233 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1233>`_

* Fix the environment placing a version limit to numpoly `PR #1237 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1237>`_

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

Expand Down
2 changes: 2 additions & 0 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dependencies:
- pytables
- lxml
- numpy
# starting from 1.3.5 numpoly requires numpy>2.0 which leads to issues
- numpoly<=1.3.4
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona<1.10.0
Expand Down
Loading

0 comments on commit 7be258b

Please sign in to comment.