Skip to content

Commit

Permalink
Update run_quickstart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phumthep committed Jan 28, 2025
1 parent 149baa4 commit 7e45bd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/run_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ def main():
input_folder = "..//model_library"
output_folder = "..//temptemp"

model_name = "dummy_test"
model_name = "dummy"
model_year = 2016

# Simulation parameters
sim_horizon = 24
num_sim_days = 2
steps_to_run = 2
solver = "gurobi" # or highs

Expand All @@ -32,7 +31,6 @@ def main():

simulator.run(
sim_horizon=sim_horizon,
num_sim_days=num_sim_days,
steps_to_run=steps_to_run,
solver=solver,
)
Expand All @@ -44,7 +42,7 @@ def main():

# Plot the results
simulator.plot_fuelmix("bar", output_folder)
# simulator.plot_thermal_units(output_folder)
simulator.plot_thermal_units(output_folder)


if __name__ == "__main__":
Expand Down

0 comments on commit 7e45bd4

Please sign in to comment.