We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc22d4 commit 192985cCopy full SHA for 192985c
1 file changed
preprocessing/sql_snippets/ego_dp_res_rea_by_scenario.sql
@@ -1354,7 +1354,7 @@ CREATE TABLE model_draft.ego_supply_res_woff_2050_temp AS
1354
model_draft.ego_dp_supply_res_powerplant
1355
WHERE
1356
generation_subtype = 'wind_offshore'
1357
- AND scenario in ('NEP 2035');
+ AND scenario in ('Status Quo','NEP 2035');
1358
1359
-- create index GIST (geom)
1360
CREATE INDEX ego_supply_res_woff_2050_temp_geom_idx
0 commit comments