Skip to content

Commit

Permalink
Fixed issue with lambda_b in nodal energy conservation, added two new…
Browse files Browse the repository at this point in the history
… sets
  • Loading branch information
jylambert committed Sep 23, 2024
1 parent 2d5c4b5 commit 60189df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/run_mts_easy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main(filepath, outputpath, plots=True, solver='gurobi', mode='forced'):
regression_losses=r_heat_loss,
economics=settings.economics,
optimization_mode=mode,
flh_scaling=1.9254) #timeseries.sum()
flh_scaling=timeseries.sum())
"""model = tt.model_old.mts_easy_orig(
mat, model_sets, r_thermal_cap, r_heat_loss,
settings.economics, "eco", flh_scaling=1.9254)"""
Expand Down

0 comments on commit 60189df

Please sign in to comment.