Skip to content

Commit

Permalink
PyPSA-Eur-Sec Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nworbmot committed Aug 21, 2020
1 parent 18ffb38 commit 515416f
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config.default.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 0.2.0

logging_level: INFO

results_dir: 'results/'
Expand Down
2 changes: 2 additions & 0 deletions config.myopic.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 0.2.0

logging_level: INFO

results_dir: 'results/'
Expand Down
Empty file modified data/Country_codes.csv
100755 → 100644
Empty file.
Empty file modified data/co2_budget.csv
100755 → 100644
Empty file.
Empty file modified data/existing_infrastructure/existing_heating_raw.csv
100755 → 100644
Empty file.
Empty file modified data/existing_infrastructure/offwind_capacity_IRENA.csv
100755 → 100644
Empty file.
Empty file modified data/existing_infrastructure/onwind_capacity_IRENA.csv
100755 → 100644
Empty file.
Empty file modified data/existing_infrastructure/solar_capacity_IRENA.csv
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u'0.2'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0'
release = u'0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/myopic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The current code applies the myopic approach to generators, storage technologies

The transport sector and industry are not affected by the myopic code. In essence, the electrification of road and rail transport, the percentage of electric vehicles that allow demand-side management and vehicle-to-grid services, and the transformation in the different industrial subsectors do not evolve with time. They are kept fixed at the values specified in the configuration file. Including the transport sector and industry in the myopic code is planned for the near future.


See also other `outstanding issues <https://github.com/PyPSA/pypsa-eur-sec/issues/19#issuecomment-678194802>`_.

Configuration
=================
Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is known to work with PyPSA-Eur v0.1.0 (commit bb3477cd69), PyPSA v0.17.1 and

New features:

* Option for pathway optimization with myopic foresight, based on the paper `Early decarbonisation of the European Energy system pays off (2020) <https://arxiv.org/abs/2004.11009>`_. Investments are optimized sequentially for multiple years (e.g. 2020, 2030, 2040, 2050) taking account of existing assets built in previous years and their lifetimes. The script uses data on the existing assets for electricity and building heating technologies, but there are no assumptions yet for existing transport and industry (if you include these, the model will greenfield them). To use myopic foresight, set ``foresight : 'myopic'`` in the ``config.yaml`` instead of the default ``foresight : 'overnight'``. An example configuration can be found in ``config.myopic.yaml``. More details on the implementation can be found in :doc:`myopic`.
* Option for pathway optimization with myopic foresight, based on the paper `Early decarbonisation of the European Energy system pays off (2020) <https://arxiv.org/abs/2004.11009>`_. Investments are optimized sequentially for multiple years (e.g. 2020, 2030, 2040, 2050) taking account of existing assets built in previous years and their lifetimes. The script uses data on the existing assets for electricity and building heating technologies, but there are no assumptions yet for existing transport and industry (if you include these, the model will greenfield them). There are also some `outstanding issues <https://github.com/PyPSA/pypsa-eur-sec/issues/19#issuecomment-678194802>`_ on e.g. the distribution of existing wind, solar and heating technologies within each country. To use myopic foresight, set ``foresight : 'myopic'`` in the ``config.yaml`` instead of the default ``foresight : 'overnight'``. An example configuration can be found in ``config.myopic.yaml``. More details on the implementation can be found in :doc:`myopic`.

* Technology assumptions (costs, efficiencies, etc.) are no longer stored in the repository. Instead, you have to install the `technology-data <https://github.com/PyPSA/technology-data>`_ database in a parallel directory. These assumptions are largely based on the `Danish Energy Agency Technology Data <https://ens.dk/en/our-services/projections-and-models/technology-data>`_. More details on the installation can be found in :doc:`installation`.

Expand Down
Empty file modified scripts/make_summary.py
100755 → 100644
Empty file.
Empty file modified scripts/plot_summary.py
100755 → 100644
Empty file.

0 comments on commit 515416f

Please sign in to comment.