Breakthrough-Energy/PowerSimData

Allow demand flexibility to be enabled without flexibility profiles

lanesmith opened this issue · 1 comments

Describe the workflow you want to enable

We want to make sure that the current demand-flexibility interface in PowerSimData can behave similarly to the workflow that is implemented in REISE.jl. Namely, we want to make sure that a user can specify that they want demand flexibility enabled, but that they don't necessarily need to provide their own flexibility profiles. Following the implementation in REISE.jl, failure to include external flexibility profiles would result in the DOE flexibility profiles being used.

Describe your proposed implementation, if applicable

We need to check the current implementation in PowerSimData. If a user can enable demand flexibility (and thereby create a demand_flexibility_parameters.csv file) without specifying flexibility profiles, then there shouldn't need to be anything else included. However, if they are required to provide flexibility profiles for demand flexibility to be enabled, then this needs to be updated.

See discussion in #623 for a potential pathway for implementing the desired functionality.