Skip to content

Commit

Permalink
Add log for unit committment
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Feb 21, 2025
1 parent 77a7cf5 commit 6c5be0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ def set_unit_commitment(self, apply_on):
network.generators.loc[
network.generators.committable, "shut_down_cost"] = 0.0

logger.info(f"Unit commitment set for {apply_on}")

def gas_clustering_market_model(self):
from etrago.cluster.gas import (
Expand Down

0 comments on commit 6c5be0b

Please sign in to comment.