Skip to content

Commit

Permalink
yc_test_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghongchen8 committed Dec 30, 2024
1 parent d441db7 commit 823f960
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions Multi-Stage/final_run_simulations_3stage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,34 +260,7 @@ end

# EI
#=
using EasternInterconnection
const EI = EasternInterconnection
case_name = "EI_2031_PCM"
weather_year = 2009
load_year = 2035
EIPC_data = true
add_forecasts = false
add_reserves = true
skip_serialization = false
@time sys = EI.build_system(
EI.EISystems,
case_name;
weather_year = weather_year,
load_year = load_year,
EIPC_data = EIPC_data,
add_forecasts = add_forecasts,
add_reserves = add_reserves,
skip_serialization = skip_serialization,
force_build = false,
runchecks = false,
)
ln="RICHLAND-BE7_659151_LEWIS 7_661056~1"
limit=10.0
NT=24
EI.change_areas_to_regions!(sys)
standardload=1
include("EI_model.jl")
=#

#RTS
Expand Down

0 comments on commit 823f960

Please sign in to comment.