Skip to content

Commit

Permalink
Fix various loose ends
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed Jan 23, 2023
1 parent b67abd3 commit 3851855
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
2 changes: 1 addition & 1 deletion db/create_database.py
Expand Up @@ -49,7 +49,7 @@ def parse_arguments(arguments):
"--database",
default="./io.db",
help="The database file path relative to the current "
"working directory. Defaults to ../db/io.db ",
"working directory. Defaults to ./io.db ",
)
parser.add_argument(
"--db_schema",
Expand Down
@@ -0,0 +1 @@
-10022366566.86
@@ -0,0 +1 @@
ok
@@ -0,0 +1,23 @@
##### SUMMARY RESULTS FOR SCENARIO *2periods_new_build_fin_lifetime* #####

### CAPACITY RESULTS ###

--> New Generation Capacity <--
New Capacity (MW)
load_zone technology vintage
Zone1 Gas 2020 32.20
2030 27.67

### OPERATIONAL RESULTS ###

--> Energy Production <--
Annual Energy (MWh) % Total Power
load_zone period technology
Zone1 2020 Coal 0.00 0.00
Gas 329,376.00 83.56
Nuclear 52,560.00 13.33
Wind 12,264.00 3.11
2030 Coal 0.00 0.00
Gas 329,376.00 83.56
Nuclear 52,560.00 13.33
Wind 12,264.00 3.11
@@ -0,0 +1 @@
optimal
Expand Up @@ -7,7 +7,7 @@
--> Energy Production <--
Annual Energy (MWh) % Total Power
load_zone period technology
Zone1 2020 Coal 3,650.00 8.33
Gas 21,170.00 48.33
Nuclear 17,520.00 40.00
Wind 1,460.00 3.33
Zone1 2020 Coal 0.00 0.00
Gas 23,360.00 55.17
Nuclear 17,520.00 41.38
Wind 1,460.00 3.45
Expand Up @@ -7,7 +7,7 @@
--> Energy Production <--
Annual Energy (MWh) % Total Power
load_zone period technology
Zone1 2020 Coal 3,650.00 8.33
Gas 21,170.00 48.33
Nuclear 17,520.00 40.00
Wind 1,460.00 3.33
Zone1 2020 Coal 0.00 0.00
Gas 23,360.00 55.17
Nuclear 17,520.00 41.38
Wind 1,460.00 3.45
Expand Up @@ -7,7 +7,7 @@
--> Energy Production <--
Annual Energy (MWh) % Total Power
load_zone period technology
Zone1 2020 Coal 3,650.00 8.33
Gas 21,170.00 48.33
Nuclear 17,520.00 40.00
Wind 1,460.00 3.33
Zone1 2020 Coal 0.00 0.00
Gas 23,360.00 55.17
Nuclear 17,520.00 41.38
Wind 1,460.00 3.45

0 comments on commit 3851855

Please sign in to comment.