Skip to content

Commit

Permalink
Set useful defaults for config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
staadecker committed Jan 28, 2023
1 parent f962b67 commit 10b7cf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions switch_model/tools/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get_inputs:
schema: switch

# Scenario configuration
scenario_id: <FILL_IN>
scenario_id: 176
# the following parameters are optional and will override the defaults for that scenario
# this should only be used for preliminary exploration of scenarios or for testing
# if a scenario is part of research, it should be included in the database as a row in the scenarios table.
Expand Down Expand Up @@ -46,7 +46,7 @@ get_inputs:
# wind_to_solar_ratio:
post_process_steps: # The following post process steps will be run in order
# - add_storage # Used by Martin when studying LDES, likely shouldn't uncomment this line
- aggregate_candidate_projects
# - aggregate_candidate_projects
- replace_plants_in_zone_all
- create_graph_files
# - energy_cost
Expand All @@ -65,6 +65,6 @@ post_process_config:
# aggregated into a single project. This helps reduce the model complexity.
# cf_quantile is the percentile for the capacity factor to use. 1 will use the largest capacity factor
# of all the available candidate plants, 0.5 will use the median plant and 0 will use the worst plant.
aggregate_candidate_projects:
agg_techs: ["Central_PV"]
cf_method: "file" # Other options are "weighted_mean" and "95_quantile"
# aggregate_candidate_projects:
# agg_techs: ["Central_PV"]
# cf_method: "file" # Other options are "weighted_mean" and "95_quantile"

0 comments on commit 10b7cf5

Please sign in to comment.