Skip to content

Commit 192985c

Browse files
author
wolfbunke
committed
Revert "remove SQ due to changes in offshore NEP"
This reverts commit 9fc22d4.
1 parent 9fc22d4 commit 192985c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

preprocessing/sql_snippets/ego_dp_res_rea_by_scenario.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ CREATE TABLE model_draft.ego_supply_res_woff_2050_temp AS
13541354
model_draft.ego_dp_supply_res_powerplant
13551355
WHERE
13561356
generation_subtype = 'wind_offshore'
1357-
AND scenario in ('NEP 2035');
1357+
AND scenario in ('Status Quo','NEP 2035');
13581358

13591359
-- create index GIST (geom)
13601360
CREATE INDEX ego_supply_res_woff_2050_temp_geom_idx

0 commit comments

Comments
 (0)