Skip to content

Commit 8789be8

Browse files
Organize example1_addons input params sections
1 parent 2d6b1fb commit 8789be8

File tree

1 file changed

+36
-25
lines changed

1 file changed

+36
-25
lines changed

tests/examples/example1_addons.txt

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
1-
# Example 1 with Addons
1+
# Example 1 with Add-ons
22

3+
# ***ADD-ONS PARAMETERS***
4+
# ************************
35
Do 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
246
AddOn Nickname 1, Desalinization
257
AddOn CAPEX 1, 10
268
AddOn OPEX 1, 0.1
@@ -39,6 +21,26 @@ AddOn OPEX 3, 0.6
3921
AddOn Electricity Gained 3, 0.0
4022
AddOn Heat Gained 3, 0
4123
AddOn 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+
# **************************
4244
Reservoir Model,1, ---Multiple Fractures reservoir model
4345
Reservoir Depth,3, ---[km]
4446
Number of Segments,1, ---[-]
@@ -58,14 +60,18 @@ Reservoir Volume Option,3, ---[-]
5860
Reservoir Volume,1000000000, ---[m^3]
5961
Number of Fractures,20, ---[-]
6062
Water 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+
# **************************
6169
Productivity Index,5, ---[kg/s/bar]
6270
Injectivity Index,5, ---[kg/s/bar]
6371
Injection Temperature,50, ---[deg.C]
6472
Maximum Drawdown,1, ---[-] no redrilling considered,
6573
Well 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]
8389
Fixed Charge Rate,.05, ---[-] between 0 and 1
8490
Inflation 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-
89100
Print Output to Console,1, ---[-] Should be 0 (don't print results) or 1 (print results)
90101
Time steps per year,6, ---[1/year]
91102
Units:Total Saved Carbon Production, kilotonne,

0 commit comments

Comments
 (0)