1- # Example 1 with Addons
1+ # Example 1 with Add-ons
22
3+ # ***ADD-ONS PARAMETERS***
4+ # ************************
35Do AddOn Calculations, True
4- Do Carbon Price Calculations, True
5-
6- Starting Carbon Credit Value,0.015
7- Ending Carbon Credit Value, 0.1
8- Carbon Escalation Start Year, 5
9- Carbon Escalation Rate Per Year, 0.01
10- Current Grid CO2 production,0.82
11- Starting Heat Sale Price,0.0123
12- Ending Heat Sale Price,0.0359
13- Heat Escalation Start Year,7
14- Heat Escalation Rate Per Year,0.01
15- Starting Electricity Sale Price,0.09
16- Ending Electricity Sale Price,0.15
17- Electricity Escalation Start Year,5
18- Electricity Escalation Rate Per Year,0.012
19- Annual License Etc,0
20- Flat License Etc,0
21- Other Incentives,2.112
22- Tax Relief Per Year,2.212
23- One-time Grants Etc,20.212
246AddOn Nickname 1, Desalinization
257AddOn CAPEX 1, 10
268AddOn OPEX 1, 0.1
@@ -39,6 +21,26 @@ AddOn OPEX 3, 0.6
3921AddOn Electricity Gained 3, 0.0
4022AddOn Heat Gained 3, 0
4123AddOn Profit Gained 3, 0
24+
25+ # ***CARBON PRICE PARAMETERS***
26+ # *****************************
27+ Do Carbon Price Calculations, True
28+ Starting Carbon Credit Value,0.015
29+ Ending Carbon Credit Value, 0.1
30+ Carbon Escalation Start Year, 5
31+ Carbon Escalation Rate Per Year, 0.01
32+ Current Grid CO2 production,0.82
33+ Starting Heat Sale Price,0.0123
34+ Ending Heat Sale Price,0.0359
35+ Heat Escalation Start Year,7
36+ Heat Escalation Rate Per Year,0.01
37+ Starting Electricity Sale Price,0.09
38+ Ending Electricity Sale Price,0.15
39+ Electricity Escalation Start Year,5
40+ Electricity Escalation Rate Per Year,0.012
41+
42+ # ***RESERVOIR PARAMETERS***
43+ # **************************
4244Reservoir Model,1, ---Multiple Fractures reservoir model
4345Reservoir Depth,3, ---[km]
4446Number of Segments,1, ---[-]
@@ -58,14 +60,18 @@ Reservoir Volume Option,3, ---[-]
5860Reservoir Volume,1000000000, ---[m^3]
5961Number of Fractures,20, ---[-]
6062Water Loss Fraction,.02, ---[-]
63+ Reservoir Heat Capacity,1000, ---[J/kg/K]
64+ Reservoir Density,2700, ---[kg/m^3]
65+ Reservoir Thermal Conductivity,2.7, ---[W/m/K]
66+
67+ # ***WELLBORES PARAMETERS***
68+ # **************************
6169Productivity Index,5, ---[kg/s/bar]
6270Injectivity Index,5, ---[kg/s/bar]
6371Injection Temperature,50, ---[deg.C]
6472Maximum Drawdown,1, ---[-] no redrilling considered,
6573Well Drilling Cost Correlation,1, ---[-] Use built-in correlations
66- Reservoir Heat Capacity,1000, ---[J/kg/K]
67- Reservoir Density,2700, ---[kg/m^3]
68- Reservoir Thermal Conductivity,2.7, ---[W/m/K]
74+
6975
7076# ***SURFACE TECHNICAL PARAMETERS***
7177# **********************************
@@ -83,9 +89,14 @@ Plant Lifetime,30, ---[years]
8389Fixed Charge Rate,.05, ---[-] between 0 and 1
8490Inflation Rate During Construction,0, ---[-]
8591
92+ Annual License Etc, 0, -- FIXME TODO change to correct parameter name: "Annual License Fees Etc"
93+ Flat License Etc, 0, -- FIXME TODO change to correct parameter name: "One-time Flat License Fees Etc"
94+ Other Incentives, 2.112
95+ Tax Relief Per Year, 2.212
96+ One-time Grants Etc,20.212
97+
8698# ***Simulation Parameters***
8799# ***************************
88-
89100Print Output to Console,1, ---[-] Should be 0 (don't print results) or 1 (print results)
90101Time steps per year,6, ---[1/year]
91102Units:Total Saved Carbon Production, kilotonne,
0 commit comments