-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🪲
- I have checked that this issue has not already been reported.
Bug summary
Currently, generator ramp rates provided in a grid's plant.csv file are overridden in REISE.jl's prepare.jl file, regardless of grid type, to equal a value according to a generator's capacity and fuel type (see here for the referenced code). This was originally implemented as a means to improve the ramp rate specifications for the generators in the TAMU U.S.A. grid. However, since we are trying to make the ecosystem more flexible to other grid types, we should make this TAMU-grid-specific adjustment only apply to the TAMU U.S.A. grid. Additionally, this adjustment probably is better suited for inclusion in PowerSimData than it is in REISE.jl.