Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
167 commits
Select commit Hold shift + click to select a range
fa59017
Add comments and simplify sector.next
tsmbland Oct 2, 2024
697ff3f
Simplify agent module, more comments
tsmbland Oct 3, 2024
b47c811
Simplify retirment profile code
tsmbland Oct 3, 2024
a86e07f
Simplify merge_assets
tsmbland Oct 3, 2024
3e51311
Revert change to merge_assets
tsmbland Oct 4, 2024
941a5a6
Delete unused factory
tsmbland Oct 4, 2024
9d2cac9
More comments added to code
tsmbland Oct 4, 2024
e386da1
Revert some changes to fix tests
tsmbland Oct 4, 2024
018ca5c
Fix tests
tsmbland Oct 4, 2024
4fd2e79
Small fix to another test
tsmbland Oct 4, 2024
51a5273
Delete legacy sector
tsmbland Oct 4, 2024
1518034
Delete tests and documentation
tsmbland Oct 4, 2024
3b0cb49
Remove more redundant code
tsmbland Oct 4, 2024
3a05344
Delete new_to_old_timeslice function
tsmbland Oct 4, 2024
977647d
Remove unnecessary convert_timeslice operations
tsmbland Oct 8, 2024
647d3fe
Use global TIMESLICE variable throughout
tsmbland Oct 8, 2024
8faf468
Simplify some other parts of the code accordingly
tsmbland Oct 8, 2024
65c3e48
Draft new function with intended behaviour
tsmbland Oct 9, 2024
d9eb060
Use new function wherever possible
tsmbland Oct 10, 2024
7ebab9e
Update tests
tsmbland Oct 10, 2024
a0fe43c
Remove represent_hours function
tsmbland Oct 10, 2024
c2b94e7
Fix issue with timeslice ordering
tsmbland Oct 11, 2024
5cbc8f2
Remove remaining convert_timeslice calls
tsmbland Oct 11, 2024
81e7a6a
Simplify timeslice_op function
tsmbland Oct 11, 2024
19cf269
Delete old convert_timeslice function
tsmbland Oct 11, 2024
57c1c73
Delete unused functions
tsmbland Oct 11, 2024
e4150e3
Simplify timeslie import process
tsmbland Oct 11, 2024
dc8b8b8
Formatting
tsmbland Oct 11, 2024
0288459
Default arguments for convert_timeslice
tsmbland Oct 11, 2024
c7f67f4
Update results files
tsmbland Oct 11, 2024
9360ad1
Merge branch 'refactor' into legacy
tsmbland Oct 14, 2024
b2e8294
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 14, 2024
94ef9b7
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 14, 2024
cc9d237
Fix test
tsmbland Oct 14, 2024
acdcbf8
Merge branch 'refactor' into legacy
tsmbland Oct 14, 2024
89f8c61
Carry changes from fix_supply_issue2 branch
tsmbland Oct 16, 2024
793aacf
More benign changes
tsmbland Oct 16, 2024
22c141e
Fix incorrect convert_timeslice usage in tests
tsmbland Oct 16, 2024
a59580c
Fix timeslice import in tests
tsmbland Oct 16, 2024
993af9f
Delete unused fixture
tsmbland Oct 16, 2024
908872a
Fix market fixtures
tsmbland Oct 16, 2024
e0a8c3a
More test fixes
tsmbland Oct 16, 2024
8034807
Fix a fixture
tsmbland Oct 16, 2024
86d7dd2
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 16, 2024
1bd7c84
Move default timeslice settings to conftest
tsmbland Oct 16, 2024
c616694
Fix docstring tests
tsmbland Oct 17, 2024
d054a3b
A few more tiny changes (e.g. typing)
tsmbland Oct 17, 2024
0c84ba9
Remove inline comment
tsmbland Oct 17, 2024
65313de
Merge branch 'v1.3' into refactor
tsmbland Oct 21, 2024
4ce54e6
Merge branch 'refactor' into legacy
tsmbland Oct 21, 2024
ad3766e
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 21, 2024
a02088e
Small changes
tsmbland Oct 21, 2024
4785412
Fix constraints tests
tsmbland Oct 22, 2024
88d40b4
Fix remaining tests
tsmbland Oct 22, 2024
4fbc1ff
Create separate functions for broadcasting and distributing timeslices
tsmbland Oct 22, 2024
0258ae9
Check for existing timeslice dimension in broadcast_timeslice
tsmbland Oct 22, 2024
b0ce228
Fix test
tsmbland Oct 22, 2024
8d06e85
Merge branch 'v1.3' into refactor
tsmbland Oct 25, 2024
5c5fc45
Merge branch 'refactor' into legacy
tsmbland Oct 25, 2024
8149020
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 25, 2024
885f752
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 25, 2024
433c39c
Fix merge conflicts
tsmbland Oct 25, 2024
6975787
Merge branch 'broadcast_errors2' into refactor
tsmbland Oct 25, 2024
2e601ea
Merge branch 'v1.2.2' into refactor
tsmbland Oct 25, 2024
423fafe
Merge branch 'main' into refactor
tsmbland Oct 28, 2024
c270dfa
Merge branch 'main' into refactor
tsmbland Oct 28, 2024
b521d93
Merge branch 'refactor' into legacy
tsmbland Oct 28, 2024
fde592b
Merge branch 'legacy' into convert_timeslice2
tsmbland Oct 28, 2024
d5875f9
Fix tests
tsmbland Oct 28, 2024
46ab820
Remove timeslice arguments
tsmbland Oct 28, 2024
d5b5676
Fix tests
tsmbland Oct 28, 2024
ae3c06c
Turn off automatic broadcasting over the timeslice dimension (#530)
tsmbland Oct 30, 2024
366c37c
Drop convert_market_timeslice
tsmbland Nov 1, 2024
908be7b
Remove timeslice attribute from sectors
tsmbland Nov 4, 2024
d3604dc
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 5, 2024
0518e5a
Simplify costs module, add assert statements
tsmbland Nov 6, 2024
9acbd8b
Merge branch 'v1.3' into costs
tsmbland Nov 6, 2024
e970843
Fix merge error
tsmbland Nov 6, 2024
6021f2b
Properly fix merge error
tsmbland Nov 6, 2024
128416d
Pass consumption to costs, improve aLCOE
tsmbland Nov 6, 2024
fb605f4
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 6, 2024
baae2e8
Restore old ALCOE as legacy function
tsmbland Nov 6, 2024
798cc96
Fix for timeslice models
tsmbland Nov 6, 2024
e650f0b
Remove assert statements
tsmbland Nov 6, 2024
0c10f56
Restore old ALCOE
tsmbland Nov 7, 2024
0a8a097
Fix some tests
tsmbland Nov 6, 2024
d44d31e
Fix merge errors
tsmbland Nov 7, 2024
59cceb8
Delete sections from documentation
tsmbland Nov 7, 2024
59ba25c
Rename timeslice_op, add docstring
tsmbland Nov 7, 2024
caacd9b
Fix consumption function
tsmbland Nov 7, 2024
8737b60
Properly calculate consumption in objectives
tsmbland Nov 7, 2024
fec7123
Revert a change to the consumption function
tsmbland Nov 8, 2024
a767c54
Simplify consumption tests (for now)
tsmbland Nov 8, 2024
bd08d1f
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 8, 2024
0d1759a
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 8, 2024
5cef7fd
Delete legacy lcoe function
tsmbland Nov 8, 2024
2b61176
Delete supply_cost tests
tsmbland Nov 8, 2024
e77b227
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 11, 2024
b78c843
Docstring and better error message for patch
tsmbland Nov 11, 2024
cda674c
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 12, 2024
98d5955
Update tutorial results
tsmbland Nov 12, 2024
b591866
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 12, 2024
953194c
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 12, 2024
0754bd1
Merge branch 'costs2' of https://github.com/EnergySystemsModellingLab…
tsmbland Nov 12, 2024
4310b5f
Update example model results
tsmbland Nov 12, 2024
4a9d29d
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 12, 2024
1c8226c
Merge branch 'v1.3' into convert_timeslice2
tsmbland Nov 12, 2024
3baf63b
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 12, 2024
ef4112a
Rename variable
tsmbland Nov 12, 2024
c071bc8
Merge branch 'convert_timeslice2' into costs2
tsmbland Nov 12, 2024
e21130a
Merge branch 'v1.3' into costs2
tsmbland Nov 13, 2024
5308569
Merge branch 'v1.3' into costs2
tsmbland Nov 19, 2024
fa11c36
Merge branch 'v1.3' into costs2
tsmbland Nov 28, 2024
cda7af2
Fix merge error
tsmbland Nov 28, 2024
89f2a10
Merge branch 'v1.3' into costs2
tsmbland Nov 29, 2024
28107f0
Fix failing tests
tsmbland Nov 29, 2024
0cfd120
Helper function for calculating production amplitude
tsmbland Nov 29, 2024
c25918d
Merge branch 'v1.3' into costs2
tsmbland Dec 3, 2024
58c0cab
Merge branch 'main' into costs2
tsmbland Dec 3, 2024
3cb4376
Decorator to validate cost function inputs/outputs
tsmbland Dec 5, 2024
dc9f77b
Simplify checks
tsmbland Dec 5, 2024
c3d1fd6
Combine lifetime and annual LCOE functions
tsmbland Dec 5, 2024
88cbe33
Modern annotations in costs module
tsmbland Dec 5, 2024
eb4ddf5
Tidy NPV function
tsmbland Dec 5, 2024
2d70544
Remove code, reorder
tsmbland Dec 5, 2024
58ffc1c
Docstring description of lifetime vs annual
tsmbland Dec 6, 2024
ec730ed
Functions for capital costs, running costs, annual_weights
tsmbland Dec 6, 2024
0a54642
annual_to_lifetime function
tsmbland Dec 6, 2024
cae24bf
Separate functions for running cost components
tsmbland Dec 6, 2024
8e927b1
Modify objectives to use new cost functions
tsmbland Dec 6, 2024
45a0e3f
Merge branch 'main' into costs2
tsmbland Dec 6, 2024
5c24b13
Fix error in capacity_to_service_demand function
tsmbland Dec 9, 2024
8d7bb92
Merge branch 'main' into costs2
tsmbland Dec 9, 2024
c0395db
Tests for new costs functions
tsmbland Dec 9, 2024
fd77cf5
Docstrings for costs module
tsmbland Dec 9, 2024
e83193d
Beef up discount rate function
tsmbland Dec 9, 2024
cd532ab
Add assertion
tsmbland Dec 9, 2024
6bfe232
Fix timeslice_level error
tsmbland Dec 10, 2024
9359cf7
Fix timeslice_level error (more)
tsmbland Dec 10, 2024
5abfe53
Test for production_amplitude
tsmbland Dec 11, 2024
6205f4d
Small improvements to consumption function
tsmbland Dec 12, 2024
b1754b4
Combine tests
tsmbland Dec 12, 2024
50f0f39
Merge branch 'main' into costs2
tsmbland Dec 12, 2024
4df625b
Add lifetime_to_annual
tsmbland Dec 13, 2024
d36b248
Copy changes to quantities module from #556
tsmbland Dec 13, 2024
bfe81ee
Fix tests
tsmbland Dec 13, 2024
fb2eba1
Remove line
tsmbland Dec 13, 2024
0c97585
Merge branch 'consumption' into costs2
tsmbland Dec 13, 2024
a22b9d0
Pass objectives only prices from investment year
tsmbland Dec 13, 2024
03bbf49
Merge branch 'objective_prices' into costs2
tsmbland Dec 13, 2024
68bf815
Merge branch 'costs2' of https://github.com/EnergySystemsModellingLab…
tsmbland Dec 16, 2024
3842925
Changes to annual/lifetime costs to match original code
tsmbland Dec 16, 2024
3688983
Revert "Changes to annual/lifetime costs to match original code"
tsmbland Dec 16, 2024
63d47a5
Typo
tsmbland Dec 16, 2024
540d40f
Use crf for annualized capital costs
tsmbland Dec 16, 2024
4b2d007
Remove redundant function
tsmbland Dec 16, 2024
c4f8240
Timeslice broadcasting fix
tsmbland Dec 16, 2024
4b0200f
Merge branch 'main' into costs2
tsmbland Dec 17, 2024
d6e2616
Revert change to utilities
tsmbland Dec 17, 2024
2edb631
Merge branch 'costs2' of https://github.com/EnergySystemsModellingLab…
tsmbland Dec 17, 2024
e621574
Add new test for LCOE
tsmbland Dec 17, 2024
9307fa1
Update remaining model
tsmbland Dec 17, 2024
ff793a3
Add another test
tsmbland Dec 17, 2024
35b4c28
Use pytest parametrize
tsmbland Dec 17, 2024
8f1333c
Fix timeslice level error
tsmbland Dec 18, 2024
ed7f534
Check that the "commodity" dimension is absent from cost outputs
tsmbland Dec 18, 2024
9527d0e
Merge branch 'main' into costs2
tsmbland Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,70 +18,70 @@ A1,5.50000000000,R1,2025,R1,residential,heatpump,newcapa,2030
A2,9.50000000000,R1,2020,R1,residential,gasboiler,newcapa,2030
A2,5.50000000000,R1,2025,R1,residential,gasboiler,newcapa,2030
A1,0.80560000000,R1,2020,R1,power,gasCCGT,newcapa,2030
A1,2.52780000000,R1,2025,R1,power,gasCCGT,newcapa,2030
A1,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2030
A2,1.81250000000,R1,2020,R1,power,windturbine,newcapa,2030
A2,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2030
A1,5.42600000000,R1,2020,R1,gas,gassupply1,newcapa,2030
A1,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2030
A1,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2030
A2,5.42600000000,R1,2020,R1,gas,gassupply1,newcapa,2030
A2,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2030
A2,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2030
A1,5.50000000000,R1,2025,R1,residential,heatpump,newcapa,2035
A1,12.50000000000,R1,2030,R1,residential,heatpump,newcapa,2035
A2,5.50000000000,R1,2025,R1,residential,gasboiler,newcapa,2035
A2,12.50000000000,R1,2030,R1,residential,gasboiler,newcapa,2035
A1,0.80560000000,R1,2020,R1,power,gasCCGT,newcapa,2035
A1,2.52780000000,R1,2025,R1,power,gasCCGT,newcapa,2035
A1,0.37500000000,R1,2030,R1,power,windturbine,newcapa,2035
A1,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2035
A1,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2035
A2,1.81250000000,R1,2020,R1,power,windturbine,newcapa,2035
A2,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2035
A2,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2035
A1,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2035
A1,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2035
A1,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2035
A1,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2035
A2,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2035
A2,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2035
A2,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2035
A2,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2035
A1,12.50000000000,R1,2030,R1,residential,heatpump,newcapa,2040
A1,8.50000000000,R1,2035,R1,residential,heatpump,newcapa,2040
A2,12.50000000000,R1,2030,R1,residential,gasboiler,newcapa,2040
A2,8.50000000000,R1,2035,R1,residential,gasboiler,newcapa,2040
A1,0.80560000000,R1,2020,R1,power,gasCCGT,newcapa,2040
A1,2.52780000000,R1,2025,R1,power,gasCCGT,newcapa,2040
A1,0.37500000000,R1,2030,R1,power,windturbine,newcapa,2040
A1,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2040
A1,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2040
A1,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2040
A1,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2040
A2,1.81250000000,R1,2020,R1,power,windturbine,newcapa,2040
A2,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2040
A2,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2040
A2,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2040
A2,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2040
A1,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2040
A1,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2040
A1,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2040
A1,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2040
A1,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2040
A2,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2040
A2,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2040
A2,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2040
A2,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2040
A2,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2040
A1,8.50000000000,R1,2035,R1,residential,heatpump,newcapa,2045
A1,15.50000000000,R1,2040,R1,residential,heatpump,newcapa,2045
A2,8.50000000000,R1,2035,R1,residential,gasboiler,newcapa,2045
A2,15.50000000000,R1,2040,R1,residential,gasboiler,newcapa,2045
A1,0.80560000000,R1,2020,R1,power,gasCCGT,newcapa,2045
A1,2.52780000000,R1,2025,R1,power,gasCCGT,newcapa,2045
A1,0.37500000000,R1,2030,R1,power,windturbine,newcapa,2045
A1,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2045
A1,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2045
A1,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2045
A1,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2045
A1,1.50000000000,R1,2040,R1,power,windturbine,newcapa,2045
A2,1.81250000000,R1,2020,R1,power,windturbine,newcapa,2045
A2,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2045
A2,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2045
A2,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2045
A2,1.50000000000,R1,2040,R1,power,windturbine,newcapa,2045
A2,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2045
A2,3.00000000000,R1,2040,R1,power,windturbine,newcapa,2045
A1,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2045
A1,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2045
A1,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2045
A1,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2045
A1,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2045
A1,0.48330000000,R1,2040,R1,gas,gassupply1,newcapa,2045
A2,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2045
A2,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2045
A2,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2045
A2,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2045
A2,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2045
A2,0.48330000000,R1,2040,R1,gas,gassupply1,newcapa,2045
Expand All @@ -90,24 +90,24 @@ A1,11.50000000000,R1,2045,R1,residential,heatpump,newcapa,2050
A2,15.50000000000,R1,2040,R1,residential,gasboiler,newcapa,2050
A2,11.50000000000,R1,2045,R1,residential,gasboiler,newcapa,2050
A1,0.80560000000,R1,2020,R1,power,gasCCGT,newcapa,2050
A1,2.52780000000,R1,2025,R1,power,gasCCGT,newcapa,2050
A1,0.37500000000,R1,2030,R1,power,windturbine,newcapa,2050
A1,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2050
A1,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2050
A1,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2050
A1,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2050
A1,1.50000000000,R1,2040,R1,power,windturbine,newcapa,2050
A1,1.50000000000,R1,2045,R1,power,windturbine,newcapa,2050
A1,0.90630000000,R1,2045,R1,power,windturbine,newcapa,2050
A2,5.68750000000,R1,2025,R1,power,windturbine,newcapa,2050
A2,0.75000000000,R1,2030,R1,power,windturbine,newcapa,2050
A2,1.68750000000,R1,2035,R1,power,windturbine,newcapa,2050
A2,1.50000000000,R1,2040,R1,power,windturbine,newcapa,2050
A2,3.15630000000,R1,2045,R1,power,windturbine,newcapa,2050
A2,1.50000000000,R1,2035,R1,power,windturbine,newcapa,2050
A2,3.00000000000,R1,2040,R1,power,windturbine,newcapa,2050
A2,2.40630000000,R1,2045,R1,power,windturbine,newcapa,2050
A1,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2050
A1,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2050
A1,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2050
A1,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2050
A1,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2050
A1,0.48330000000,R1,2040,R1,gas,gassupply1,newcapa,2050
A1,1.45000000000,R1,2045,R1,gas,gassupply1,newcapa,2050
A2,1.67600000000,R1,2020,R1,gas,gassupply1,newcapa,2050
A2,7.02400000000,R1,2025,R1,gas,gassupply1,newcapa,2050
A2,4.91330000000,R1,2025,R1,gas,gassupply1,newcapa,2050
A2,5.68330000000,R1,2030,R1,gas,gassupply1,newcapa,2050
A2,2.90000000000,R1,2035,R1,gas,gassupply1,newcapa,2050
A2,0.48330000000,R1,2040,R1,gas,gassupply1,newcapa,2050
Expand Down
Loading
Loading