You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataprocessing/sql_snippets/ego_dp_powerflow_assignment_generator.sql
+6-36Lines changed: 6 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ INSERT INTO model_draft.ego_supply_pf_generator_single (scn_name, generator_id,
46
46
FROMmodel_draft.ego_supply_conv_powerplant_sq_mview a
47
47
WHEREa.fuel<>'pumped_storage'ANDa.un_idIS NOT NULLANDa.capacityIS NOT NULL; -- pumped storage units are ignored here and will be listed in storage table
FROMmodel_draft.ego_supply_res_powerplant_sq_mview a
52
52
WHEREa.un_idIS NOT NULLANDa.electrical_capacityIS NOT NULL;
53
53
@@ -60,8 +60,8 @@ INSERT INTO model_draft.ego_supply_pf_generator_single (scn_name, generator_id,
60
60
FROMmodel_draft.ego_supply_conv_powerplant_nep2035_mview a
61
61
WHEREa.fuel<>'pumped_storage'ANDa.un_idIS NOT NULLANDa.capacityIS NOT NULL; -- pumped storage units are ignored here and will be listed in storage table
FROMmodel_draft.ego_supply_res_powerplant_nep2035_mview a
66
66
WHEREa.un_idIS NOT NULLANDa.electrical_capacityIS NOT NULL;
67
67
@@ -74,8 +74,8 @@ INSERT INTO model_draft.ego_supply_pf_generator_single (scn_name, generator_id,
74
74
FROMmodel_draft.ego_supply_conv_powerplant_ego100_mview a
75
75
WHEREa.fuel<>'pumped_storage'ANDa.un_idIS NOT NULLANDa.capacityIS NOT NULL; -- pumped storage units are ignored here and will be listed in storage table
0 commit comments