Skip to content

Commit

Permalink
update intra-area limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed May 22, 2024
1 parent a5c5cab commit 27d217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/psitest_library.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27d217c

Please sign in to comment.