Skip to content

Commit

Permalink
iiasa#633 Release notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed Nov 8, 2022
1 parent cc26b8f commit a968773
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Migration notes
This matches fixed behaviour upstream in :mod:`genno` version 1.12 to avoid unintended confusion with keys like ``A:i``: ``i`` (after the first colon) is the name for the sole dimension of a 1-dimensional quantity, whereas ``default`` in ``message::default`` is a tag.

- The index sets in :meth:`.map_tec_storage` are extended to include "mode" of operation and temporal level of a storage container ("lvl_temporal").
Therefore, if this set is parameterized in a scenario without "mode" and "lvl_temporal", the mathematical equation does not work.
The user needs to add the "mode" of operation for both charger-discharge technologies and the storage device in this mapping set.
Therefore, if this set is already populated in a scenario without "mode" and "lvl_temporal", the updated mathematical equation does not work.
To resolve this, the user needs to populate this set again, by adding the "mode" of operation for both charger-discharge technologies, and adding "mode" and "lvl_temporal" for the storage device.
Furthermore, parameters "storage_initial" and "storage_self_discharge" should be updated as well by including "lvl_temporal" for each storage device.

All changes
-----------
Expand All @@ -52,7 +53,7 @@ All changes
- New reporting computation :func:`.as_message_df` (:pull:`628`).
- Extend functionality of :meth:`.vintage_and_active_years`; add aliases :meth:`.yv_ya`, :meth:`.ya`, and :attr:`.y0` (:pull:`572`, :pull:`623`).
- Add scripts and HOWTO for documentation videos (:pull:`396`).
- Extend functionality of storage solutions to include "mode" and "temporal level" (:pull:`396`).
- Extend functionality of storage solutions to include "mode" and temporal level (:pull:`633`).

.. _v3.5.0:

Expand Down

0 comments on commit a968773

Please sign in to comment.