I just want to run an acopf and dcopf with the data I have imported - I do not want to do any forecasting. However, I cannot get past the DecisionModel() as it tells me I do not have any forecasted data. Is there a way I can run an ACOPF without forecasting in PowerSimulations.jl?
@odow@jdlara-berkeley I went with PowerSimulations.jl since I wanted to run this as a timeseries model (744 hours/timesteps) and it did not seem as though that was the purpose of PowerModels.jl.
Thanks @odow - I believe I have the proper set up with network_model_ed = NetworkModel(ACPPowerModel; use_slacks=true, power_flow_evaluation=PowerFlows.ACPowerFlow()). Curious if you have ran into issues with the build!() - I keep getting │ KeyError: key “DENVER 52 1” not found |
yet,