Skip to content

Commit 0f1f518

Browse files
authored
Merge pull request #448 from EnergySystemsModellingLab/process_name
Remove ProcessName column from consumption files
2 parents b2220a6 + 679f673 commit 0f1f518

44 files changed

Lines changed: 418 additions & 415 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/inputs/toml.rst

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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*
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
,RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind
2-
0,R1,gasboiler,1,0,0,1,0,0
3-
1,R1,gasboiler,2,0,0,1.5,0,0
4-
2,R1,gasboiler,3,0,0,1,0,0
5-
3,R1,gasboiler,4,0,0,1.5,0,0
6-
4,R1,gasboiler,5,0,0,3,0,0
7-
5,R1,gasboiler,6,0,0,2,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind
2+
R1,1,0,0,1,0,0
3+
R1,2,0,0,1.5,0,0
4+
R1,3,0,0,1,0,0
5+
R1,4,0,0,1.5,0,0
6+
R1,5,0,0,3,0,0
7+
R1,6,0,0,2,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
,RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind
2-
0,R1,gasboiler,1,0,0,3,0,0
3-
1,R1,gasboiler,2,0,0,4.5,0,0
4-
2,R1,gasboiler,3,0,0,3,0,0
5-
3,R1,gasboiler,4,0,0,4.5,0,0
6-
4,R1,gasboiler,5,0,0,9,0,0
7-
5,R1,gasboiler,6,0,0,6,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind
2+
R1,1,0,0,3,0,0
3+
R1,2,0,0,4.5,0,0
4+
R1,3,0,0,3,0,0
5+
R1,4,0,0,4.5,0,0
6+
R1,5,0,0,9,0,0
7+
R1,6,0,0,6,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,1.0,0,0,0
3-
R1,gasboiler,2,0,0,1.5,0,0,0
4-
R1,gasboiler,3,0,0,1.0,0,0,0
5-
R1,gasboiler,4,0,0,1.5,0,0,0
6-
R1,gasboiler,5,0,0,3.0,0,0,0
7-
R1,gasboiler,6,0,0,2.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,1.0,0,0,0
3+
R1,2,0,0,1.5,0,0,0
4+
R1,3,0,0,1.0,0,0,0
5+
R1,4,0,0,1.5,0,0,0
6+
R1,5,0,0,3.0,0,0,0
7+
R1,6,0,0,2.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,3.0,0,0,0
3-
R1,gasboiler,2,0,0,4.5,0,0,0
4-
R1,gasboiler,3,0,0,3.0,0,0,0
5-
R1,gasboiler,4,0,0,4.5,0,0,0
6-
R1,gasboiler,5,0,0,9.0,0,0,0
7-
R1,gasboiler,6,0,0,6.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,3.0,0,0,0
3+
R1,2,0,0,4.5,0,0,0
4+
R1,3,0,0,3.0,0,0,0
5+
R1,4,0,0,4.5,0,0,0
6+
R1,5,0,0,9.0,0,0,0
7+
R1,6,0,0,6.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,1.0,0,0,0
3-
R1,gasboiler,2,0,0,1.5,0,0,0
4-
R1,gasboiler,3,0,0,1.0,0,0,0
5-
R1,gasboiler,4,0,0,1.5,0,0,0
6-
R1,gasboiler,5,0,0,3.0,0,0,0
7-
R1,gasboiler,6,0,0,2.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,1.0,0,0,0
3+
R1,2,0,0,1.5,0,0,0
4+
R1,3,0,0,1.0,0,0,0
5+
R1,4,0,0,1.5,0,0,0
6+
R1,5,0,0,3.0,0,0,0
7+
R1,6,0,0,2.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,3.0,0,0,0
3-
R1,gasboiler,2,0,0,4.5,0,0,0
4-
R1,gasboiler,3,0,0,3.0,0,0,0
5-
R1,gasboiler,4,0,0,4.5,0,0,0
6-
R1,gasboiler,5,0,0,9.0,0,0,0
7-
R1,gasboiler,6,0,0,6.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,3.0,0,0,0
3+
R1,2,0,0,4.5,0,0,0
4+
R1,3,0,0,3.0,0,0,0
5+
R1,4,0,0,4.5,0,0,0
6+
R1,5,0,0,9.0,0,0,0
7+
R1,6,0,0,6.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,1.0,0,0,0
3-
R1,gasboiler,2,0,0,1.5,0,0,0
4-
R1,gasboiler,3,0,0,1.0,0,0,0
5-
R1,gasboiler,4,0,0,1.5,0,0,0
6-
R1,gasboiler,5,0,0,3.0,0,0,0
7-
R1,gasboiler,6,0,0,2.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,1.0,0,0,0
3+
R1,2,0,0,1.5,0,0,0
4+
R1,3,0,0,1.0,0,0,0
5+
R1,4,0,0,1.5,0,0,0
6+
R1,5,0,0,3.0,0,0,0
7+
R1,6,0,0,2.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,3.0,0,0,0
3-
R1,gasboiler,2,0,0,4.5,0,0,0
4-
R1,gasboiler,3,0,0,3.0,0,0,0
5-
R1,gasboiler,4,0,0,4.5,0,0,0
6-
R1,gasboiler,5,0,0,9.0,0,0,0
7-
R1,gasboiler,6,0,0,6.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,3.0,0,0,0
3+
R1,2,0,0,4.5,0,0,0
4+
R1,3,0,0,3.0,0,0,0
5+
R1,4,0,0,4.5,0,0,0
6+
R1,5,0,0,9.0,0,0,0
7+
R1,6,0,0,6.0,0,0,0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RegionName,ProcessName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2-
R1,gasboiler,1,0,0,1.0,0,0,0
3-
R1,gasboiler,2,0,0,1.5,0,0,0
4-
R1,gasboiler,3,0,0,1.0,0,0,0
5-
R1,gasboiler,4,0,0,1.5,0,0,0
6-
R1,gasboiler,5,0,0,3.0,0,0,0
7-
R1,gasboiler,6,0,0,2.0,0,0,0
1+
RegionName,Timeslice,electricity,gas,heat,CO2f,wind,solar
2+
R1,1,0,0,1.0,0,0,0
3+
R1,2,0,0,1.5,0,0,0
4+
R1,3,0,0,1.0,0,0,0
5+
R1,4,0,0,1.5,0,0,0
6+
R1,5,0,0,3.0,0,0,0
7+
R1,6,0,0,2.0,0,0,0

0 commit comments

Comments
 (0)