Skip to content

Commit

Permalink
some additional changes for hydro
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 6, 2023
1 parent 2113c55 commit 3ad18e2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 141 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pages = OrderedDict(
"Formulation Library" => Any[
"General" => "formulation_library/General.md",
"Thermal Generation" => "formulation_library/ThermalGen.md",
"Hydro Generation" => "formulation_library/HydroGen.md",
"Renewable Generation" => "formulation_library/RenewableGen.md",
"Load" => "formulation_library/Load.md",
"Network" => "formulation_library/Network.md",
Expand Down
134 changes: 0 additions & 134 deletions docs/src/formulation_library/HydroGen.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/operation/operation_problem_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ function _default_devices_uc()
DeviceModel(PSY.ThermalStandard, ThermalBasicUnitCommitment),
DeviceModel(PSY.RenewableDispatch, RenewableFullDispatch),
DeviceModel(PSY.RenewableFix, FixedOutput),
DeviceModel(PSY.HydroEnergyReservoir, HydroDispatchRunOfRiver),
DeviceModel(PSY.HydroDispatch, HydroDispatchRunOfRiver),
DeviceModel(PSY.PowerLoad, StaticPowerLoad),
DeviceModel(PSY.InterruptiblePowerLoad, PowerLoadInterruption),
DeviceModel(PSY.Line, StaticBranch),
Expand Down
1 change: 1 addition & 0 deletions test/performance/performance_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const PSY = PowerSystems
using Logging
using PowerSystemCaseBuilder
using PowerNetworkMatrices
using HydroPowerSimulations
using HiGHS
using Dates

Expand Down
4 changes: 0 additions & 4 deletions test/test_formulation_combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
item["formulation"] == PSI.ThermalBasicCompactUnitCommitment
found_valid_device = true
end
if item["device_type"] == PSY.ThermalStandard &&
item["formulation"] == PSI.HydroDispatchRunOfRiver
found_invalid_device = true
end
end

for item in res["service_formulations"]
Expand Down

0 comments on commit 3ad18e2

Please sign in to comment.