forked from idaholab/TEAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCash_Flow_input_NPV.xml
56 lines (52 loc) · 1.72 KB
/
Cash_Flow_input_NPV.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Economics verbosity="0"> <!-- "0" all debug output, "1" some output, "100" only errors -->
<Global>
<DiscountRate>0.05</DiscountRate> <!-- %/100 -->
<tax>0.392</tax> <!-- %/100 -->
<inflation>0.04</inflation> <!-- %/100 -->
<Indicator name='NPV' target='0'>
BOP|CA
BOP|RE
IP|CA
IP|RE
</Indicator>
</Global>
<Component name="BOP">
<Life_time>60</Life_time> <!-- years -->
<CashFlows>
<!-- Capital Cost -->
<!-- alpha in $ for the <reference> MW plant -->
<Capex name="CA" tax="false" inflation="none" mult_target="false" multiply="Multiplier">
<driver>BOP_capacity</driver>
<alpha>-4510000000</alpha>
<reference>1100000000</reference>
<X>0.64</X>
<depreciation scheme='MACRS'>15</depreciation>
</Capex>
<!-- Electric Revenue -->
<!-- alpha is 1.0 -->
<Recurring name="RE" tax="true" inflation="none" mult_target="true">
<driver>BOP_TOT_revenueEL</driver>
<alpha>1.0</alpha>
</Recurring>
</CashFlows>
</Component>
<Component name="IP">
<Life_time>40</Life_time> <!-- years -->
<CashFlows>
<!-- Capital Cost -->
<!-- alpha in $ for the <reference> MW plant, i.e. $/W(th)h -->
<Capex name="CA" tax="false" inflation="none" mult_target="false">
<alpha>-153000000</alpha>
<driver>IP_capacity</driver>
<reference>231000000</reference>
<X>1.0</X>
</Capex>
<!-- Non electric Revenue -->
<!-- alpha is 1.0 -->
<Recurring name="RE" tax="true" inflation="none" mult_target="true">
<driver>IP_TOT_revenueBY</driver>
<alpha>1.0</alpha>
</Recurring>
</CashFlows>
</Component>
</Economics>