Skip to content

Commit b2d302e

Browse files
elenya-grantkbrunik
authored andcommitted
updated example 10 input file
1 parent 7653f25 commit b2d302e

1 file changed

Lines changed: 55 additions & 24 deletions

File tree

examples/10_electrolyzer_om/plant_config.yaml

Lines changed: 55 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ site:
2121

2222
plant:
2323
plant_life: 30
24-
grid_connection: False # option, can be turned on or off
25-
ppa_price: 0.025 # $/kWh based on 2022 land based wind market report (ERCOT area ppa prices) https://www.energy.gov/sites/default/files/2022-08/land_based_wind_market_report_2202.pdf
26-
hybrid_electricity_estimated_cf: 0.492 #should equal 1 if grid_connection = True
2724

2825
# array of arrays containing left-to-right technology
2926
# interconnections; can support bidirectional connections
@@ -35,27 +32,61 @@ technology_interconnections: [
3532
]
3633

3734
finance_parameters:
38-
finance_model: "ProFastComp"
39-
model_inputs:
40-
params:
41-
analysis_start_year: 2032
42-
installation_time: 36 # months
43-
inflation_rate: 0.0 # 0 for nominal analysis
44-
discount_rate: 0.09 # nominal return based on 2024 ATB baseline workbook for land-based wind
45-
debt_equity_ratio: 2.62 # 2024 ATB uses 72.4% debt for land-based wind
46-
property_tax_and_insurance: 0.03 # percent of CAPEX estimated based on https://www.nrel.gov/docs/fy25osti/91775.pdf https://www.house.mn.gov/hrd/issinfo/clsrates.aspx
47-
total_income_tax_rate: 0.257 # 0.257 tax rate in 2024 atb baseline workbook, value here is based on federal (21%) and state in MN (9.8)
48-
capital_gains_tax_rate: 0.15 # H2FAST default
49-
sales_tax_rate: 0.07375 # total state and local sales tax in St. Louis County https://taxmaps.state.mn.us/salestax/
50-
debt_interest_rate: 0.07 # based on 2024 ATB nominal interest rate for land-based wind
51-
debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH
52-
loan_period_if_used: 0 # H2FAST default, not used for revolving debt
53-
cash_onhand_months: 1 # H2FAST default
54-
admin_expense: 0.00 # percent of sales H2FAST default
55-
capital_items:
56-
depr_type: "MACRS" # can be "MACRS" or "Straight line"
57-
depr_period: 5 # 5 years - for clean energy facilities as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507
58-
refurb: [0.]
35+
lcoe_financials:
36+
finance_model: "ProFastComp"
37+
model_inputs:
38+
params:
39+
analysis_start_year: 2032
40+
installation_time: 36 # months
41+
inflation_rate: 0.0 # 0 for nominal analysis
42+
discount_rate: 0.0615 # nominal return based on 2024 ATB baseline workbook for land-based wind
43+
debt_equity_ratio: 2.62 # 2024 ATB uses 72.4% debt for land-based wind
44+
property_tax_and_insurance: 0.015
45+
total_income_tax_rate: 0.2574 # 0.257 tax rate in 2024 atb baseline workbook, value here is based on federal (21%) and state in MN (9.8)
46+
capital_gains_tax_rate: 0.15 # H2FAST default
47+
sales_tax_rate: 0.0
48+
debt_interest_rate: 0.0439
49+
debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH
50+
loan_period_if_used: 0 # H2FAST default, not used for revolving debt
51+
cash_onhand_months: 1 # H2FAST default
52+
admin_expense: 0.00 # percent of sales H2FAST default
53+
capital_items:
54+
depr_type: "MACRS" # can be "MACRS" or "Straight line"
55+
depr_period: 5 # 5 years - for clean energy facilities as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507
56+
refurb: [0.]
57+
lcoh_financials:
58+
finance_model: "ProFastComp"
59+
model_inputs:
60+
params:
61+
analysis_start_year: 2032
62+
installation_time: 36 # months
63+
inflation_rate: 0.0 # 0 for nominal analysis
64+
discount_rate: 0.1089
65+
debt_equity_ratio: 0.62
66+
property_tax_and_insurance: 0.03
67+
total_income_tax_rate: 0.2574
68+
capital_gains_tax_rate: 0.15
69+
sales_tax_rate: 0.0
70+
debt_interest_rate: 0.05
71+
debt_type: "Revolving debt"
72+
loan_period_if_used: 0
73+
cash_onhand_months: 1
74+
non_depr_assets: 250000
75+
end_of_proj_sale_non_depr_assets: 250000
76+
capital_items:
77+
depr_type: "MACRS" # can be "MACRS" or "Straight line"
78+
depr_period: 5 # 5 years - for clean energy facilities as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507
79+
refurb: [0.]
5980
cost_adjustment_parameters:
6081
cost_year_adjustment_inflation: 0.025 # used to adjust modeled costs to target_dollar_year
6182
target_dollar_year: 2022
83+
subgroups:
84+
electricity:
85+
commodity: "electricity"
86+
finance_groups: ["lcoe_financials"]
87+
technologies: ["wind"]
88+
hydrogen:
89+
commodity: "hydrogen"
90+
commodity_desc: "delivered"
91+
finance_groups: ["lcoh_financials"]
92+
technologies: ["wind","electrolyzer"]

0 commit comments

Comments
 (0)