fix: update max_capacity constant to 550 across simulation services

main
Cizz22 3 months ago
parent d4933bb43a
commit 760c73085e

@ -271,7 +271,7 @@ async def calculate_plant_eaf(
# Calculate manual MO hours (full outage) and MD hours (derating)
manual_mo_outage_hours = 0.0
manual_mo_equiv_hours = 0.0
max_capacity = 630
max_capacity = 550
if manual_mo:
for mo in manual_mo:

@ -46,7 +46,7 @@ def calculate_eaf(
try:
# Calculate lost production
max_capacity = 630
max_capacity = 550
# Calculate total equivalent derate and outage hours
edh = calculate_equivalent_derate_hours(plot_data, max_flow_rate=max_capacity)

Loading…
Cancel
Save