Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/transport/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Quick links to each of the data flows:
:data:`~.data.pop_share_driver`
:data:`~.data.population_suburb_share`
:data:`~.data.speed`
:data:`~.data.stock_cap`
:data:`~.data.t_share_ldv`

.. autodata:: message_ix_models.model.transport.data.act_non_ldv
Expand Down Expand Up @@ -275,6 +276,7 @@ Quick links to each of the data flows:

In MESSAGE(V)-Transport, values from Schäefer et al. (2010) were used.

.. autodata:: message_ix_models.model.transport.data.stock_cap
.. autodata:: message_ix_models.model.transport.data.t_share_ldv

Other data sources
Expand Down
3 changes: 2 additions & 1 deletion doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ Next release
- Fix water module reporting failures and improve calculations (:issue:`407`, :pull:`396`).
- Improve and extend :doc:`/material/index` (:pull:`418`).
See :doc:`version 1.2.0 </material/v1.2.0>` for details.
- Improve :mod:`.model.transport` (:pull:`392`).
- Improve :mod:`.model.transport` (:pull:`392`, :pull:`430`).

- New properties :attr:`.transport.Config.code` and
:attr:`.transport.Config.label`.
- New base class :class:`.MultiFile`
to read input data from distinct files according to scenario label.
- New :class:`LoadFactorLDV`, replacing :py:`load_factor_ldv`
and allowing a distinct file according to scenario label.
- New submodule :mod:`~.transport.stock` and input data flow :data:`.stock_cap`.
- Add technology dimension to :data:`.elasticity_f`.
- Document :class:`.ScenarioCodeAnnotations`.

Expand Down
Loading