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

correct coal num_tds to account for igcc w/ ccs #4

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Conversation

brtietz
Copy link
Collaborator

@brtietz brtietz commented Feb 19, 2024

Correct missing tech detail issue from 2023

@@ -231,7 +231,7 @@ class CoalProc(TechProcessor):
]

sheet_name = 'Coal_FE'
num_tds = 4
num_tds = 5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, num_tds is a bit of a hack as it's defined in the xlsx, but I couldn't figure out an effective way to figure it out w/ python. Something we could look into fixing in the future.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I logged an idea for how to do this here: #5, no rush.

Copy link
Collaborator

@mikebannis mikebannis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me assuming the tests all pass!

@brtietz brtietz merged commit 6442ff2 into main Feb 19, 2024
4 checks passed
brtietz added a commit that referenced this pull request Feb 21, 2024
* Add pumped storage hydropower one reservoir processor

* Update Nuclear to 2024 CFF calcs, one per tech detail

* Update new PTC equations for PV+Battery

* Proof of concept debt fraction calcs for PV+Battery

* Updates for TaxCreditCase field

* correct coal num_tds to account for igcc w/ ccs (#4)

* correct coal num_tds to account for igcc w/ ccs

* Add coal cases, commit errata data

* Automated scraping of different tax credit cases for pv+battery

* Add new pumped storage tech processor to example workbooks

* Updates for nuclear to start in 2030

* fix classmethod designation for nuclear cff, update test data for mid-flight 2024 data

* propigate tax credit case to abstract extractor definition for tests

* add additional argument to the mock class to fix tests

* clean up class definitions, only mock needs extra argument

* Fix minor type hint bugs (#7)

* Fix debt fraction calculator to read in tax credit case from file, also handle subset of dates for Nuclear. Some PR comments addressed

* docstring to address pr comments

* Get tax credit case working in the final flattening steps

---------

Co-authored-by: Mike Bannister <mike.bannister@nrel.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants