Skip to content

Commit

Permalink
Fixp new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
smartie2076 committed Apr 8, 2021
1 parent 9a8a2a9 commit f8d0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/G2a_oemof_busses_and_componets.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def genset_fix_capacity_efficiency_curve_and_minimal_loading(
c1 = (P_out_max - P_out_min) / (P_in_max - P_in_min)
c0 = P_out_max - c1 * P_in_max

logging.info(f"The diesel generator is simulated as an OffsetTransformer "
logging.debug(f"The diesel generator is simulated as an OffsetTransformer "
f"with a minimal output of {P_out_min} and maximal output of {P_out_max}.")
logging.debug(
f"Added to oemof model: {LOG_MESSAGE_GENSET_FIX_CAPACITY_EFFICIENCY_CURVE_AND_MINLOAD}"
Expand Down

0 comments on commit f8d0b49

Please sign in to comment.