1 / 40

GridLAB-D Workshop: Electrification Study

This presentation discusses the objective, methodology, and approach of a California Electrification Study. The study aims to estimate feeder loading impact by simulating homes before and after upgrades. The presentation provides customizable parameters, location details, study cases, and the methodology using GridLAB-D.

elaineh
Download Presentation

GridLAB-D Workshop: Electrification Study

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GridLAB-D Workshop: Electrification Study Alyona Ivanova (SLAC) CEC Advanced Simulation Program 5 September 2019 This presentation was prepared with funding from the California Energy Commission under grant EPC-17-046. SLAC National Accelerator Laboratory is operated for the US Department of Energy by Stanford University under Contract No. DE-AC02-76SF00515

  2. California Electrification Study Objective • Estimate feeder loading impact Methodology • Simulate homes before and after upgrades • Compute feeder load before and after upgrades Approach • Use GridLAB-D to model a simplified 1MW feeder with 99 homes • Evaluate impacts at various levels of electrification

  3. Electrification study customizable parameters • Location: San Jose CA • Day: Winter peak (Jan 20) • Weather: TMY3 • Base case: 40% electric heat, hotwater, cooking, drying • Study cases: 50%, 60%, 70%, 80%, 90% and 100% electrification of all enduses • Objective: Impact of the feeder load

  4. Methodology • GridLAB-D Version: 4.2.0-190828 • Model structure: 99 homes + 99 residential meters + feeder • Residential model: ETP • Enduse loadshapes: EIA 2015 • Home thermal integrity • 100% electric: Good • Gas enduses: Above normal • Electrified enduses: Very good • Simulation timestep: Variable

  5. Home Thermal Integrity

  6. Overview of how to run the study • Login to your GitHub account • Create your electrification study project by cloning the template project • Modify the study parameters, e.g., • Change the city • Change the study day • Change the study cases • Login to CircleCI • Setup your new project • Download the results • Feeder winter-peak load • Feeder time series data of the power profiles for each simulation case

  7. Repository location : aivanova5/electrification_study

  8. Getting started with electrification study

  9. Fork the repository

  10. If already signed in...

  11. First Run!

  12. Check on the progress...

  13. Success!

  14. Look at and download the output (Artifacts)

  15. Output plots Raw data

  16. Time series plots of substation feeder

  17. Percent electrification vs Max power on substation feeder

  18. Customizing your simulation Back to GitHub...

  19. Locate the fork of `electrification_study` repository

  20. 2. Find the configuration file: config/simulation_configuration.csv

  21. 3. Edit the ‘simulation_configuration.csv’ file

  22. simulation_configuration.csv • Total Number of Houses per Phase • 3 phase circuit (total houses simulated = 3x total number of houses per phase) • Start and Stop time of the simulation • Weather file • All available locations can be found in “data/” folder

  23. simulation_configuration.csv • Simulation runs: • Define the baseline electrification. The additional runs will use the baseline value to calculate the number of homes upgrades versus vintage. • Once baseline is defined, list the run names and percent of homes of total number of houses per phase that are electric • Model name is customizable (Except for “Baseline Run”) • Number of runs can be reduced and increased by removal or addition of “Run” Lines

  24. Commit the change Edit directly in this window Describe the change Clicking commit will trigger simulation in CircleCI

  25. Check the progress of the new simulation (circleci.com)

  26. Troubleshooting

  27. Updating your fork with changes made to aivanova5/electrification_study • If patches have been issued to the model they will appear in the original source (aivanova5/electrification_study) • To absorb those changes, the source code has to be sync’d with your fork

  28. Go to your forked repository

  29. Review changes

  30. Check that the updates appear in the code

  31. This will trigger another CircleCI build

  32. If there was a problem with CircleCI Run • You can trigger another build with the same configuration by re-building from within CircleCI

More Related