We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b38812 commit 4b00424Copy full SHA for 4b00424
1 file changed
src/core/energy_storage/electric_storage.jl
@@ -352,11 +352,11 @@ struct ElectricStorage <: AbstractElectricStorage
352
# Call SAM for peak_shaving and self_consumption dispatch strategies
353
if s.dispatch_strategy == "peak_shaving"
354
@info "Using SAM Peak Shaving dispatch strategy for ElectricStorage."
355
- # Call SAM here?
+ # TODO: Call SAM here?
356
# fixed_soc_series_fraction = SAM output
357
elseif s.dispatch_strategy == "self_consumption"
358
@info "Using SAM Self Consumption dispatch strategy for ElectricStorage."
359
360
361
end
362
0 commit comments