Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an optional output file with a summary of un-sited/sited power plants #100

Open
kmongird opened this issue May 11, 2023 · 0 comments
Open

Comments

@kmongird
Copy link
Contributor

Add a yml or similar output file that contains information on the number of sited plants and number of plants that were unable to be sited in a region by technology.

A suggested yaml structure could be the following for each technology, one output file per run:

cerf_biomass_igcc_ccs_recirculating:
    sited_plants: 20
    unsited_plants: 2

If it's an optional file output, it will also need to be added as a new component in the configuration file. One suggested option is to specify new settings in the following way by adding the last two components:

settings:
  run_year: 2025
  output_directory: 
  randomize: true
  seed_value: 0
  region_raster_file: 
  region_abbrev_to_name_file: 
  region_name_to_id_file:
  output_siting_summary_file: true
  siting_summary_output_directory: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants