@@ -670,27 +670,19 @@ The following attributes are accepted:
670670 The CSV format should follow the following format:
671671
672672 .. csv-table :: Consumption
673- :header: " ", " RegionName", "ProcessName ", "Timeslice", "electricity", "diesel", "algae"
674- :stub-columns: 4
673+ :header: "RegionName", "Timeslice", "electricity", "diesel", "algae"
674+ :stub-columns: 2
675675
676- 0, USA,fluorescent light, 1,1.9, 0, 0
677- 1, USA,fluorescent light, 2,1.8, 0, 0
676+ USA,1,1.9,0, 0
677+ USA,2,1.8,0, 0
678678
679-
680- The index column as well as "RegionName", "ProcessName", and "Timeslice" must be
681- present. Further columns are reserved for commodities. "Timeslice" refers to the
679+ The "RegionName" and "Timeslice" columns must be present.
680+ Further columns are reserved for commodities. "Timeslice" refers to the
682681 index of the timeslice. Timeslices should be defined consistently to the sectoral
683682 level timeslices.
684- The column "ProcessName" needs to be present and filled in, in order for the data
685- to be read properly but it does not affect the simulation.
686-
687-
688- *supply_path *
689- CSV file, one per year, indicating the amount of a commodities produced. It follows
690- the same format as :ref: `consumption_path <preset-consumption >`.
691683
692684*supply_path *
693- CSV file, one per year, indicating the amount of a commodities produced. It follows
685+ CSV file, one per year, indicating the amount of commodities produced. It follows
694686 the same format as :ref: `consumption_path <preset-consumption >`.
695687
696688*prices_path *
0 commit comments