Skip to content

Commit

Permalink
update input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei-Liu committed Nov 20, 2023
1 parent 03b367f commit 3fa42fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepshot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def process_model_solution(model, solver, stations, year, month, hour, para, old
return False

outflow_values = model.outflow.extract_values()
storage_values = model.storage_hydro.extract_values()
storage_values = model.storage_reservoir.extract_values()

# Iterate over each station to update water head data.
for stcd in stations:
Expand Down

0 comments on commit 3fa42fa

Please sign in to comment.