From 3fa42fa7706fe44e51f7c6767263c1de34449d2c Mon Sep 17 00:00:00 2001 From: Zhanwei-Liu <337891617@qq.com> Date: Mon, 20 Nov 2023 20:41:50 +0800 Subject: [PATCH] update input parameters --- prepshot/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepshot/utils.py b/prepshot/utils.py index c2736d4..0263d10 100644 --- a/prepshot/utils.py +++ b/prepshot/utils.py @@ -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: