Skip to content

Commit

Permalink
Merge pull request #62 from sedos-project/Extend_Mock
Browse files Browse the repository at this point in the history
Extend mock
  • Loading branch information
FelixMau authored Nov 29, 2023
2 parents d5feec3 + becd481 commit 16415b2
Show file tree
Hide file tree
Showing 12 changed files with 1,357 additions and 771 deletions.
743 changes: 481 additions & 262 deletions poetry.lock

Large diffs are not rendered by default.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type;amount;profile;name;region;year;bus
load;[1, 1, 2];Load_BB;BB_electricity_tech;BB;[2016, 2030, 2050];electricity
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type;carrier;tech;profile;lifetime;fixed_costs;name;region;year;bus
volatile;solar;photovoltaic_utility;photovoltaic_BB;[25.4, 30.0, 30.0];[10280.0, 8600.0, 6340.0];BB_solar_photovoltaic_utility;BB;[2016, 2030, 2050];electricity
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
timeindex;Load_BB
2016-01-01T00:00:00;1.0
2016-01-01T01:00:00;1.0
2016-01-01T02:00:00;1.16
2030-01-01T00:00:00;1.0
2030-01-01T01:00:00;1.0
2030-01-01T02:00:00;1.3
2050-01-01T00:00:00;1.0
2050-01-01T01:00:00;1.0
2050-01-01T02:00:00;1.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
timeindex;photovoltaic_BB
2016-01-01T00:00:00;0.0
2016-01-01T01:00:00;0.0
2016-01-01T02:00:00;0.16
2030-01-01T00:00:00;0.0
2030-01-01T01:00:00;0.0
2030-01-01T02:00:00;0.3
2050-01-01T00:00:00;0.0
2050-01-01T01:00:00;0.0
2050-01-01T02:00:00;0.5
Loading

0 comments on commit 16415b2

Please sign in to comment.