File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
switch_model/tools/templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ get_inputs:
1818 schema : switch
1919
2020 # Scenario configuration
21- scenario_id : <FILL_IN>
21+ scenario_id : 176
2222 # the following parameters are optional and will override the defaults for that scenario
2323 # this should only be used for preliminary exploration of scenarios or for testing
2424 # if a scenario is part of research, it should be included in the database as a row in the scenarios table.
@@ -46,7 +46,7 @@ get_inputs:
4646 # wind_to_solar_ratio:
4747post_process_steps : # The following post process steps will be run in order
4848# - add_storage # Used by Martin when studying LDES, likely shouldn't uncomment this line
49- - aggregate_candidate_projects
49+ # - aggregate_candidate_projects
5050 - replace_plants_in_zone_all
5151 - create_graph_files
5252# - energy_cost
@@ -65,6 +65,6 @@ post_process_config:
6565 # aggregated into a single project. This helps reduce the model complexity.
6666 # cf_quantile is the percentile for the capacity factor to use. 1 will use the largest capacity factor
6767 # of all the available candidate plants, 0.5 will use the median plant and 0 will use the worst plant.
68- aggregate_candidate_projects :
69- agg_techs : ["Central_PV"]
70- cf_method : " file" # Other options are "weighted_mean" and "95_quantile"
68+ # aggregate_candidate_projects:
69+ # agg_techs: ["Central_PV"]
70+ # cf_method: "file" # Other options are "weighted_mean" and "95_quantile"
You can’t perform that action at this time.
0 commit comments