Financials in HOPP #486
-
|
Hi, Could someone please explain how the following are calculated in HOPP?
Is there a way to include land costs in the model? If I set the project life to, for example, 25 years, does HOPP use 25 years of weather data, or does it only use the weather data for the single year specified in the YAML file? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@mmoulton1, I apologize for taking so long to respond to your question. I will try to provide a reasonable answer, but feel free to follow up with further questions.
where
config:
cost_info:
# CapEx Costs in $/MW or $/MWh
wind_installed_cost_mw: #wind capex in $/MW
solar_installed_cost_mw: #PV capex in $/MW-DC
storage_installed_cost_mw: #Battery Power Capex in $/MW
storage_installed_cost_mwh: #Battery Energy Capex in $/MWh
# Fixed O&M Costs in $/kW
pv_om_per_kw:
wind_om_per_kw:
battery_om_per_kw:
# Variable O&M Costs in $/MWh
pv_om_per_mwh:
wind_om_per_mwh:
battery_om_per_mwh: |
Beta Was this translation helpful? Give feedback.
@mmoulton1, I apologize for taking so long to respond to your question. I will try to provide a reasonable answer, but feel free to follow up with further questions.
The installed cost for each technology is calculated as the system rating multiplied by a per MW cost. The per MW cost is calculated differently for different technologies. Some technologies (e.g. wave) have more detailed cost models to determine the per MW cost. Others are simply an input cost per MW. The NREL ATB is a good reference to find cost information for different technologies. Users can specify the cost (capex is input in USD per MW and opex in input in USD per kW) for most technologies as shown in the LDES exampl…