forked from NatLabRockies/HOPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSAM_default_costs.json
More file actions
68 lines (68 loc) · 1.98 KB
/
SAM_default_costs.json
File metadata and controls
68 lines (68 loc) · 1.98 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
{
"cost_info": {
"wind_installed_cost_mw": 0,
"solar_installed_cost_mw": 1027645,
"storage_installed_cost_mw": 233170,
"storage_installed_cost_mwh": 241790,
"wind_bos_cost_mw": 0,
"solar_bos_cost_mw": 0,
"storage_bos_cost_mw": 0,
"storage_bos_cost_mwh": 0
},
"csp_costs": {
"site_spec_cost": 16,
"cost_sf_fixed": 0,
"heliostat_spec_cost": 140,
"tower_fixed_cost": 3000000,
"tower_exp": 0.0113,
"rec_ref_cost": 103000000,
"rec_ref_area": 1571,
"rec_cost_exp": 0.7,
"tes_spec_cost": 22,
"plant_spec_cost": 1040,
"bop_spec_cost": 290,
"fossil_spec_cost": 0,
"contingency_rate": 7,
"land_spec_cost": 10000,
"csp.pt.cost.plm.percent": 0,
"csp.pt.cost.plm.per_watt": 0,
"csp.pt.cost.plm.fixed": 0,
"csp.pt.cost.epc.per_acre": 0,
"csp.pt.cost.epc.percent": 13,
"csp.pt.cost.epc.per_watt": 0,
"csp.pt.cost.epc.fixed": 0,
"sales_tax_frac": 80,
"sales_tax_rate": 5
},
"SystemCosts": {
"om_capacity_escal": 3.0,
"om_fixed_escal": 0,
"om_production_escal": 0,
"pv": {
"om_capacity": [0.00000],
"om_fixed": [15.000000],
"om_production": [0.000000]
},
"tower": {
"om_capacity": [66.000000],
"om_fixed": [0.000000],
"om_production": [3.500000]
},
"battery": {
"en_batt": 1,
"om_capacity": [10.0],
"batt_replacement_option": 2,
"batt_bank_replacement": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
0, 0, 0, 0, 0
],
"batt_replacement_schedule_percent": [0, 0, 0, 0, 0, 0, 0, 0, 0, 100,
0, 0, 0, 0, 0, 0, 0, 0, 0, 100,
0, 0, 0, 0, 0, 0, 0, 0, 0, 50,
0, 0, 0, 0, 0
],
"om_batt_replacement_cost": [241.79]
}
}
}