From 27d217c4f6a96e086a1723b632e4dc472a25f4d9 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Wed, 22 May 2024 10:01:03 -0600 Subject: [PATCH] update intra-area limits --- src/library/psitest_library.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/psitest_library.jl b/src/library/psitest_library.jl index 33f10c5..1b9bb93 100644 --- a/src/library/psitest_library.jl +++ b/src/library/psitest_library.jl @@ -4115,7 +4115,7 @@ function build_two_area_pjm_DA(; add_forecasts, raw_data, sys_kwargs...) active_power_flow = 0.0, from_area = area1, to_area = area2, - flow_limits = (from_to = 7.0, to_from = 7.0), + flow_limits = (from_to = 1.5, to_from = 1.5), ) PSY.add_component!(sys, exchange_1_2)