NREL / reV

Renewable Energy Potential (reV) Model
https://nrel.github.io/reV/
BSD 3-Clause "New" or "Revised" License
107 stars 24 forks source link

Build in flag to re-calc LCOE in multi-year mean and sc-agg modules #277

Closed grantbuster closed 3 years ago

grantbuster commented 3 years ago

Why this feature is necessary: We should have an option to calculate LCOE using the lifetime average AEP. Should be a simple addition to the multiyear mean module and the sc-aggregation module.

Charge code WEPG.10348.08.01.01

Urgency / Timeframe Medium

grantbuster commented 3 years ago

implemented here: https://github.com/NREL/reV/tree/gb/agg_lcoe

Currently a bit rough - will re-calc lcoe by default if the available datasets are in the h5_dsets input argument (system_capacity, fixed_charge_rate, capital_cost, fixed_operating_cost, and variable_operating_cost)

grantbuster commented 3 years ago

added warnings if the requisite re-calc datasets are either not found in h5_dsets or not found in the source file

MRossol commented 3 years ago

Implemented in #318