Skip to content

Commit 8a1898c

Browse files
author
IlkaCu
authored
remove entries from w_id first
1 parent a3cfc14 commit 8a1898c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_powerflow_assignment_otgid.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ END);
5454

5555
-- add weather cell id (w_id)
5656

57+
UPDATE model_draft.ego_dp_supply_res_powerplant
58+
SET w_id = NULL;
59+
5760
UPDATE model_draft.ego_dp_supply_res_powerplant a
5861
SET w_id = b.gid
5962
FROM climate.cosmoclmgrid b

0 commit comments

Comments
 (0)