Skip to content

Commit 1dfba2d

Browse files
committed
Updates docstrings for new functions in utilities.py and sensitivities in sensitivity_runner.py to adapt network on municipality level
1 parent 0fa3dd6 commit 1dfba2d

File tree

3 files changed

+898
-314
lines changed

3 files changed

+898
-314
lines changed

etrago/appl.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"n_clusters": 5, # number of periods - only relevant for 'typical_periods'
184184
"n_segments": 5, # number of segments - only relevant for segmentation
185185
},
186-
"skip_snapshots": 20, # False or number of snapshots to skip
186+
"skip_snapshots": 3, # False or number of snapshots to skip
187187
"temporal_disaggregation": {
188188
"active": False, # choose if temporally full complex dispatch optimization should be conducted
189189
"no_slices": 8, # number of subproblems optimization is divided into
@@ -769,10 +769,6 @@ def run_etrago(args, json_path):
769769

770770
etrago.replace_gas_links_with_extendable()
771771

772-
#etrago.add_gas_CHP_extendable()
773-
774-
#etrago.add_gas_CHP_fixed()
775-
776772
etrago.add_biogas_CHP_extendable()
777773

778774
etrago.add_biomass_CHP_extendable()
@@ -783,8 +779,8 @@ def run_etrago(args, json_path):
783779

784780
#etrago.add_biomass_boiler_extendable()
785781

786-
etrago.set_battery_parameter_interest_area()
787-
#etrago.set_battery_and_heat_store_parameters_interest_area()
782+
#etrago.set_battery_parameter_interest_area()
783+
etrago.set_battery_and_heat_store_parameters_interest_area()
788784

789785
etrago.set_cyclic_constraints()
790786

0 commit comments

Comments
 (0)