ATB-calc icon indicating copy to clipboard operation
ATB-calc copied to clipboard

Python files and Jupyter notebooks for processing the Annual Technology Baseline (ATB) electricity data and determining LCOE and other metrics.

Results 2 ATB-calc issues
Sort by recently updated
recently updated
newest added

Running the following with default config results in _AssertionError: Net Capacity Factor (%): First year should be 2021, got 2020 instead_. `procWind = LandBasedWindProc(atb_electricity_workbook, crp=crp, case=financial_case); procWind.run()` Updating the config...

Extractor.py's metadata functions don't read in the number of tech details. We may be able to use the length of the meta table to determine the number of tech details.

enhancement