Skip to content

Commit f9de658

Browse files
author
IlkaCu
authored
Insert delete statement for extendable storages
1 parent 218cf12 commit f9de658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataprocessing/sql_snippets/ego_dp_powerflow_lopf_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ FROM (
9393
GROUP BY T2.generator_id
9494
) T3 WHERE T3.generator_id = Y.generator_id;
9595

96-
--DELETE * FROM model_draft.ego_grid_pf_hv_storage;
96+
DELETE FROM model_draft.ego_grid_pf_hv_storage WHERE scn_name IN ('Status Quo', 'NEP 2035', 'eGo 100') AND source = 16;
9797

9898
-- Insert battery storages to all substations (Status Quo)
9999
INSERT INTO model_draft.ego_grid_pf_hv_storage

0 commit comments

Comments
 (0)