From cc23e1114c1a7137750da6ad96aadf4d0ce5980b Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Mon, 27 Nov 2023 16:22:09 -0600 Subject: [PATCH] use more realistic initial values for GHE system --- tests/model_connectors/data/system_params_ghe_2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/model_connectors/data/system_params_ghe_2.json b/tests/model_connectors/data/system_params_ghe_2.json index 10fccf0aa..d3cfd9ebe 100644 --- a/tests/model_connectors/data/system_params_ghe_2.json +++ b/tests/model_connectors/data/system_params_ghe_2.json @@ -132,7 +132,7 @@ }, "design": { "method": "AREAPROPORTIONAL", - "flow_rate": 0.2, + "flow_rate": 40, "flow_type": "borehole", "max_eft": 35.0, "min_eft": 5.0 @@ -148,7 +148,7 @@ "buried_depth": 2.0, "diameter": 0.15, "length_of_boreholes": 150, - "number_of_boreholes": 4 + "number_of_boreholes": 20 } } ]