You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/transport/input.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ This page describes the structure and format of inputs required for building MES
7
7
:local:
8
8
:backlinks: none
9
9
10
-
Both input data and configuration are stored in files under :file:`/data/transport/` in the :mod:`message_data` repository.
11
-
(When migrated to :mod:`message_ix_models`, these files will live in :file:`message_ix_models/data/transport`.)
10
+
Both input data and configuration are stored in files under :file:`message_ix_models/data/transport/`.
12
11
13
12
In most cases, these files are read from a subdirectory like :file:`/data/transport/{nodes}/`, where `nodes` denotes the :mod:`message_ix_models` :doc:`node code list </pkg-data/node>`—for instance, "R12"—for which MESSAGEix-Transport will be built.
14
13
This value is retrieved from the :attr:`Context.regions <.model.Config.regions>` setting.
@@ -66,7 +65,7 @@ Through :func:`.transport.build.main` (ultimately, :func:`.transport.build.add_e
66
65
The file has column headers "node", "technology", and "value".
67
66
68
67
Not all files are currently or always used in model-building computations.
69
-
Some submodules of :mod:`~message_data.model.transport` use additional data files via other mechanisms.
68
+
Some submodules of :mod:`~message_ix_models.model.transport` use additional data files via other mechanisms.
70
69
Most of the files have a header comment including a precise description of the quantity, source of the data, and units of measurement; in some cases extended information is below (where a header comment would be too long).
71
70
72
71
:file:`ldv-activity.csv` → ``ldv activity:n:exo``
@@ -224,7 +223,7 @@ Other files
224
223
Other data sources
225
224
==================
226
225
227
-
:mod:`~message_data.model.transport` makes use of the :mod:`message_ix_models.tools.exo_data` mechanism to retrieve data from common (not transport-specific) sources.
226
+
:mod:`~message_ix_models.model.transport` makes use of the :mod:`message_ix_models.tools.exo_data` mechanism to retrieve data from common (not transport-specific) sources.
228
227
:class:`.DataSourceConfig`, :attr:`.transport.Config.ssp`, and other settings determine which sources and quantities are used.
0 commit comments