-
Notifications
You must be signed in to change notification settings - Fork 168
Input data updates #74
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
base: master
Are you sure you want to change the base?
Conversation
…essing automation
…esale electricity price input data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the dGen input data with new battery technology performance and pricing information from ATB24 (Advanced Technology Baseline 2024), replacing older SunLamp17 data. The update includes processing code to facilitate future input data updates.
- Replaces legacy SunLamp17 battery performance data with three ATB24 scenarios (advanced, moderate, conservative)
- Adds comprehensive battery pricing data for all three ATB24 scenarios with detailed cost breakdowns
- Includes a metadata file documenting carbon intensity units
Reviewed Changes
Copilot reviewed 8 out of 151 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| carbon_intensities-checkpoint.txt | Adds units documentation for carbon intensity data |
| batt_tech_performance_atb24_*.csv | Three new battery performance files with efficiency and lifetime data for different technology scenarios |
| batt_tech_performance_SunLamp17.csv | Removes outdated SunLamp17 battery performance data |
| batt_price_atb24_*.csv | Three new battery pricing files with comprehensive cost data for different technology scenarios |
| @@ -0,0 +1 @@ | |||
| Units: tons of CO2 per kWh of electricity No newline at end of file | |||
Copilot
AI
Aug 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jupyter notebook checkpoint files should not be committed to version control. These are automatically generated files that can cause merge conflicts and clutter the repository.
| Units: tons of CO2 per kWh of electricity |
…ket Case is being used for the financial input data
…o input_data_updates
…and R&D financial scenarios
…y used formatting in dGen
…ository for input data updates
… changes on the solar PV ITC from the OBBA
The dGen input data is updated, and processing code is added to facilitate future input data updates.