ewlya commited on
Commit
d454028
·
verified ·
1 Parent(s): ff1051a

Upload 5 files

Browse files
Files changed (4) hide show
  1. app.py +0 -0
  2. language.csv +10 -6
  3. model_data.pkl +2 -2
  4. sourced.py +1 -1
app.py CHANGED
The diff for this file is too large to render. See raw diff
 
language.csv CHANGED
@@ -4,22 +4,22 @@ menu_doku;Dokumentation;Documentation
4
  menu_impressum;�ber uns;About
5
  menu_text;Ein Browser-Tool, das f�r ein besseres Verst�ndnis der mathematischen Optimierung in der Energiewirtschaft bestimmt ist. Sei neugierig!;A tool designated for better understanding of mathematical optimization in the context of energy economics. Be eager!
6
  toast_text;�ffne das Men� links um zur Dokumentation und Sprachwahl zu gelangen!;Open the menu on the left side to access the documentation and to change the language!
7
- model_title1;Datei-Import;Import file
8
- model_title2;Datei-Export;Export file
9
- model_title3;Manuelle Einstellungen;Manual settings
10
  model_title4;Modell rechnen;Run model
11
  model_title2.1;Ergebnisse als Exceldatei herunterladen;Download Excel workbook results
12
  model_title1.3;Excel Vorlage herunterladen;Download Excel Template
13
  model_title1.4;Eigenes Exceldokument hochladen;Upload own Excel File
14
- model_run_info_gui;Rechne mit Werten der GUI (Keine Excel-Datei erkannt);Run model with GUI values (No Excel file found)
15
- model_run_info_excel;Excel-Datei gefunden. Nutze Datei;Excel file found. Use file values
16
  model_label_co2;CO2 Budget [mio. t]; CO2 limit [mio. t]
17
  model_label_Fossil Gas;Erdgas Preis [EUR/MWh]; Fossil Gas Price [EUR/MWh]
18
  model_label_h2;H2 Preis [EUR/MWh]; H2 Price [EUR/MWh]
19
  model_label_Fossil Hard coal;Steinkohle Preis [EUR/MWh]; Fossil Hard Coal Price [EUR/MWh]
20
  model_label_Lignite;Braunkohle Preis [EUR/MWh]; Fossil Lignite Price [EUR/MWh]
21
  model_label_Fossil Oil;Erd�l Preis [EUR/MWh]; Fossil Oil Price [EUR/MWh]
22
- model_label_t;L�nge der Zeitschritt [h]; Timestep length [h]
23
  model_label_t_info;Nur Werte zwischen 1 und 8760 eintragen (bzw. 8784 f�r Schaltjahre).;Enter only integers between 1 and 8760 (or 8784 for leap years).
24
  model_label_tech;Technologien;Technologies for investment
25
  tech_nuclear;Atomkraft;Nuclear
@@ -129,3 +129,7 @@ sheet_name_charging;Ein-Ausspeichern;Charging
129
  sheet_name_demand;Nachfrage;Demand
130
  sheet_name_curtailment;Abregelung;Curtailment
131
  sheet_name_h2_production;H2 Produktion;H2 production
 
 
 
 
 
4
  menu_impressum;�ber uns;About
5
  menu_text;Ein Browser-Tool, das f�r ein besseres Verst�ndnis der mathematischen Optimierung in der Energiewirtschaft bestimmt ist. Sei neugierig!;A tool designated for better understanding of mathematical optimization in the context of energy economics. Be eager!
6
  toast_text;�ffne das Men� links um zur Dokumentation und Sprachwahl zu gelangen!;Open the menu on the left side to access the documentation and to change the language!
7
+ model_title1;Input aus Datei;Settings from file
8
+ model_title2;Ergebnisse exportieren;Export result data
9
+ model_title3;Manueller Input aus der GUI;Manual settings from GUI
10
  model_title4;Modell rechnen;Run model
11
  model_title2.1;Ergebnisse als Exceldatei herunterladen;Download Excel workbook results
12
  model_title1.3;Excel Vorlage herunterladen;Download Excel Template
13
  model_title1.4;Eigenes Exceldokument hochladen;Upload own Excel File
14
+ model_run_info_gui;Rechne mit manuellen Werten aus der GUI;Run model with manual values from the GUI
15
+ model_run_info_excel;Rechne mit Werten aus der Excel;Run model with uploaded Excel values
16
  model_label_co2;CO2 Budget [mio. t]; CO2 limit [mio. t]
17
  model_label_Fossil Gas;Erdgas Preis [EUR/MWh]; Fossil Gas Price [EUR/MWh]
18
  model_label_h2;H2 Preis [EUR/MWh]; H2 Price [EUR/MWh]
19
  model_label_Fossil Hard coal;Steinkohle Preis [EUR/MWh]; Fossil Hard Coal Price [EUR/MWh]
20
  model_label_Lignite;Braunkohle Preis [EUR/MWh]; Fossil Lignite Price [EUR/MWh]
21
  model_label_Fossil Oil;Erd�l Preis [EUR/MWh]; Fossil Oil Price [EUR/MWh]
22
+ model_label_t;L�nge der Zeitschritte [h]; Timestep length [h]
23
  model_label_t_info;Nur Werte zwischen 1 und 8760 eintragen (bzw. 8784 f�r Schaltjahre).;Enter only integers between 1 and 8760 (or 8784 for leap years).
24
  model_label_tech;Technologien;Technologies for investment
25
  tech_nuclear;Atomkraft;Nuclear
 
129
  sheet_name_demand;Nachfrage;Demand
130
  sheet_name_curtailment;Abregelung;Curtailment
131
  sheet_name_h2_production;H2 Produktion;H2 production
132
+ ;;
133
+ label_build_model;Erstelle das Modell�;Build model�
134
+ label_solve_model;L�se das Modell�;Solve model...
135
+ label_generate_plots;Grafiken erstellen�;Generate output figures�
model_data.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05322da706d8d1acc11be0c013f3992ca967424ecc9f12c41ea92985af49cfa2
3
- size 1373491
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad2d7855df83a5e83905c0585b102f8d35a9816626fd39db407e6a53c417c8c
3
+ size 1373764
sourced.py CHANGED
@@ -211,5 +211,5 @@ def load_data_from_excel(url_excel, write_to_pickle_flag = True):
211
 
212
 
213
  if __name__ == "__main__":
214
- url_excel = r'Input_Jahr_2021.xlsx'
215
  sets_dict, params_dict= load_data_from_excel(url_excel, write_to_pickle_flag= False)
 
211
 
212
 
213
  if __name__ == "__main__":
214
+ url_excel = r'Input_Jahr_2023.xlsx'
215
  sets_dict, params_dict= load_data_from_excel(url_excel, write_to_pickle_flag= False)