Breakthrough-Energy / PowerSimData

Simulation framework
https://breakthrough-energy.github.io/docs/
MIT License
52 stars 40 forks source link

Replace case.mat with grid.pkl #690

Closed jenhagg closed 2 years ago

jenhagg commented 2 years ago

Pull Request doc

Purpose

Pass a grid.pkl file as input to REISE.jl instead of case.mat. Partially addresses #668 along with https://github.com/Breakthrough-Energy/REISE.jl/pull/185

What the code is doing

Remove export_case_mat which is now in REISE.jl temporarily. Preserve index names in transform_grid.py so operations on it after unpickling work as expected.

Testing

Ran a scenario in a container.

Time estimate

10 min