Skip to content

Commit 788d7d4

Browse files
PatyHidalgostaadecker
authored andcommitted
Nerw scenario (2035) GridLab
Nerw scenario (2035) GridLab
1 parent 130833f commit 788d7d4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
3+
-- GridLab, 2022
4+
-- Paul ST and Patricia HG
5+
-- Sept 9, 2022
6+
7+
insert into switch.scenario
8+
values (200,
9+
'[GridLab] scen 178, 2035, CO2 sce 9',
10+
'2035 (2033 - 2037), year_round, WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid',
11+
30, -- study_timeframe_id
12+
30, -- time_sample_id
13+
115, -- demand_scenario_id
14+
4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve
15+
23, -- generation_plant_scenario_id
16+
25, -- generation_plant_cost_scenario_id
17+
21, -- generation_plant_existing_and_planned_scenario_id
18+
23, -- hydro_simple_scenario_id
19+
9, -- carbon_cap_scenario_id
20+
2, -- supply_curve_scenario_id
21+
1, -- regional_fuel_market_scenario_id
22+
NULL, -- rps_scenario_id
23+
NULL, --enable_dr
24+
NULL, --enable_ev
25+
2, --transmission_base_capital_cost_scenario_id
26+
NULL, --ca_policies_scenario_id
27+
0, --enable_planning_reserves
28+
2, --generation_plant_technologies_scenario_id
29+
3, --variable_o_m_cost_scenario_id
30+
NULL --wind_to_solar_ratio
31+
);
32+
33+
34+
select * from switch.scenario;

0 commit comments

Comments
 (0)