Skip to content

Commit 549cdd1

Browse files
committed
Change column titles and order
1 parent 79016d9 commit 549cdd1

17 files changed

+115
-115
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
agent,objective,objective_data,objective_sort
1+
agent_id,objective,objective_data,objective_sort
22
Agent1,LCOE,1,TRUE
33
Agent2,LCOE,1,TRUE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name,new_agent,retrofit_agent,quantity
1+
id,new_agent_id,retrofit_agent_id,quantity
22
A1,Agent1,Agent2,1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
agent_pair,region
1+
agent_pair_id,region_id
22
A1,R1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
agent,description,type,maturity_threshold,annual_cost_limit,search_rule,decision_rule
1+
agent_id,description,type,maturity_threshold,annual_cost_limit,search_rule,decision_rule
22
Agent1,New agent for A1,new,-1,inf,all,single
33
Agent2,Retrofit agent for A1,retrofit,-1,inf,all,single
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
process_name,region,agent,capacity,year
2-
gassupply1,R1,Agent2,15,2020
3-
gassupply1,R1,Agent2,15,2025
4-
gassupply1,R1,Agent2,7.5,2030
5-
gasCCGT,R1,Agent2,1,2020
6-
gasCCGT,R1,Agent2,1,2025
7-
gasboiler,R1,Agent2,10,2020
8-
gasboiler,R1,Agent2,5,2025
1+
agent_id,process_id,region_id,year,capacity
2+
Agent2,gassupply1,R1,2020,15
3+
Agent2,gassupply1,R1,2025,15
4+
Agent2,gassupply1,R1,2030,7.5
5+
Agent2,gasCCGT,R1,2020,1
6+
Agent2,gasCCGT,R1,2025,1
7+
Agent2,gasboiler,R1,2020,10
8+
Agent2,gasboiler,R1,2025,5

src/muse/data/example/default_new_input/commodities.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commodity_name,description,type,unit
1+
commodity_id,description,type,unit
22
electricity,Electricity,energy,PJ
33
gas,Gas,energy,PJ
44
heat,Heat,energy,PJ
Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
1-
year,region,commodity_name,value
2-
2010,R1,electricity,14.81481472
3-
2015,R1,electricity,17.89814806
4-
2020,R1,electricity,19.5
5-
2025,R1,electricity,21.93518528
6-
2030,R1,electricity,26.50925917
7-
2035,R1,electricity,26.51851861
8-
2040,R1,electricity,23.85185194
9-
2045,R1,electricity,23.97222222
10-
2050,R1,electricity,24.06481472
11-
2055,R1,electricity,25.3425925
12-
2060,R1,electricity,25.53703694
13-
2065,R1,electricity,25.32407417
14-
2070,R1,electricity,23.36111111
15-
2075,R1,electricity,22.27777778
16-
2080,R1,electricity,22.25925917
17-
2085,R1,electricity,22.17592583
18-
2090,R1,electricity,22.03703694
19-
2095,R1,electricity,21.94444444
20-
2100,R1,electricity,21.39814806
21-
2010,R1,gas,6.6759
22-
2015,R1,gas,6.914325
23-
2020,R1,gas,7.15275
24-
2025,R1,gas,8.10645
25-
2030,R1,gas,9.06015
26-
2035,R1,gas,9.2191
27-
2040,R1,gas,9.37805
28-
2045,R1,gas,9.193829337
29-
2050,R1,gas,9.009608674
30-
2055,R1,gas,8.832625604
31-
2060,R1,gas,8.655642534
32-
2065,R1,gas,8.485612708
33-
2070,R1,gas,8.315582883
34-
2075,R1,gas,8.152233126
35-
2080,R1,gas,7.988883368
36-
2085,R1,gas,7.831951236
37-
2090,R1,gas,7.675019103
38-
2095,R1,gas,7.524252461
39-
2100,R1,gas,7.373485819
40-
2010,R1,CO2f,0
41-
2015,R1,CO2f,0.052913851
42-
2020,R1,CO2f,0.08314119
43-
2025,R1,CO2f,0.120069795
44-
2030,R1,CO2f,0.156998399
45-
2035,R1,CO2f,0.214877567
46-
2040,R1,CO2f,0.272756734
47-
2045,R1,CO2f,0.35394801
48-
2050,R1,CO2f,0.435139285
49-
2055,R1,CO2f,0.542365578
50-
2060,R1,CO2f,0.649591871
51-
2065,R1,CO2f,0.780892624
52-
2070,R1,CO2f,0.912193378
53-
2075,R1,CO2f,1.078321687
54-
2080,R1,CO2f,1.244449995
55-
2085,R1,CO2f,1.4253503
56-
2090,R1,CO2f,1.606250604
57-
2095,R1,CO2f,1.73877515
58-
2100,R1,CO2f,1.871299697
1+
commodity_id,region_id,year,value
2+
electricity,R1,2010,14.81481472
3+
electricity,R1,2015,17.89814806
4+
electricity,R1,2020,19.5
5+
electricity,R1,2025,21.93518528
6+
electricity,R1,2030,26.50925917
7+
electricity,R1,2035,26.51851861
8+
electricity,R1,2040,23.85185194
9+
electricity,R1,2045,23.97222222
10+
electricity,R1,2050,24.06481472
11+
electricity,R1,2055,25.3425925
12+
electricity,R1,2060,25.53703694
13+
electricity,R1,2065,25.32407417
14+
electricity,R1,2070,23.36111111
15+
electricity,R1,2075,22.27777778
16+
electricity,R1,2080,22.25925917
17+
electricity,R1,2085,22.17592583
18+
electricity,R1,2090,22.03703694
19+
electricity,R1,2095,21.94444444
20+
electricity,R1,2100,21.39814806
21+
gas,R1,2010,6.6759
22+
gas,R1,2015,6.914325
23+
gas,R1,2020,7.15275
24+
gas,R1,2025,8.10645
25+
gas,R1,2030,9.06015
26+
gas,R1,2035,9.2191
27+
gas,R1,2040,9.37805
28+
gas,R1,2045,9.193829337
29+
gas,R1,2050,9.009608674
30+
gas,R1,2055,8.832625604
31+
gas,R1,2060,8.655642534
32+
gas,R1,2065,8.485612708
33+
gas,R1,2070,8.315582883
34+
gas,R1,2075,8.152233126
35+
gas,R1,2080,7.988883368
36+
gas,R1,2085,7.831951236
37+
gas,R1,2090,7.675019103
38+
gas,R1,2095,7.524252461
39+
gas,R1,2100,7.373485819
40+
CO2f,R1,2010,0
41+
CO2f,R1,2015,0.052913851
42+
CO2f,R1,2020,0.08314119
43+
CO2f,R1,2025,0.120069795
44+
CO2f,R1,2030,0.156998399
45+
CO2f,R1,2035,0.214877567
46+
CO2f,R1,2040,0.272756734
47+
CO2f,R1,2045,0.35394801
48+
CO2f,R1,2050,0.435139285
49+
CO2f,R1,2055,0.542365578
50+
CO2f,R1,2060,0.649591871
51+
CO2f,R1,2065,0.780892624
52+
CO2f,R1,2070,0.912193378
53+
CO2f,R1,2075,1.078321687
54+
CO2f,R1,2080,1.244449995
55+
CO2f,R1,2085,1.4253503
56+
CO2f,R1,2090,1.606250604
57+
CO2f,R1,2095,1.73877515
58+
CO2f,R1,2100,1.871299697
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
commodity,region,net_import,year
1+
commodity_id,region_id,year,import,export
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
year,commodity_name,region,demand
2-
2020,heat,R1,10
3-
2050,heat,R1,30
1+
commodity_id,region_id,year,demand
2+
heat,R1,2020,10
3+
heat,R1,2050,30
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
commodity,region,timeslice,fraction,year
2-
heat,R1,night,0.1,
3-
heat,R1,morning,0.15,
4-
heat,R1,afternoon,0.1,
5-
heat,R1,early-peak,0.15,
6-
heat,R1,late-peak,0.3,
7-
heat,R1,evening,0.2,
1+
commodity_id,region_id,year,timeslice,fraction
2+
heat,R1,,night,0.1
3+
heat,R1,,morning,0.15
4+
heat,R1,,afternoon,0.1
5+
heat,R1,,early-peak,0.15
6+
heat,R1,,late-peak,0.3
7+
heat,R1,,evening,0.2

0 commit comments

Comments
 (0)