Skip to content

Commit 858edb8

Browse files
committed
Update column names in documentation for presets
1 parent 8c73dda commit 858edb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/inputs/preset_commodity_demands.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ Preset Commodity Demands
77
This document describes the CSV files used to supply pre-set commodity consumption
88
profiles to MUSE. These files are referenced from the TOML setting ``consumption_path``
99
and are typically provided one file per year (file names must include the year, e.g.
10-
``Consumption2015.csv``). Wildcards are supported in the path (for example
10+
``Consumption2020.csv``). Wildcards are supported in the path (for example
1111
``{cwd}/Consumption*.csv``).
1212

1313
The CSV format should follow the structure shown in the example below.
1414

1515
.. csv-table:: Consumption
16-
:header: "RegionName", "Timeslice", "electricity", "diesel", "algae"
16+
:header: "region", "timeslice", "electricity", "diesel", "algae"
1717
:stub-columns: 2
1818

1919
USA,1,1.9,0,0
2020
USA,2,1.8,0,0
2121

22-
``RegionName``
22+
``region``
2323
The region identifier. Must match region IDs used across other inputs.
2424

25-
``Timeslice``
25+
``timeslice``
2626
Index of the timeslice, according to the timeslice definition in the settings TOML.
2727
Indexing starts at 1 (i.e. the first timeslice defined in
2828
the global timeslices definition is 1, the second is 2, etc).

0 commit comments

Comments
 (0)