You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/10_electrolyzer_om/plant_config.yaml
+55-24Lines changed: 55 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@ site:
21
21
22
22
plant:
23
23
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
27
24
28
25
# array of arrays containing left-to-right technology
29
26
# interconnections; can support bidirectional connections
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.]
59
80
cost_adjustment_parameters:
60
81
cost_year_adjustment_inflation: 0.025# used to adjust modeled costs to target_dollar_year
0 commit comments