Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend mock #62

Merged
merged 14 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading