@@ -32,6 +32,8 @@ grid_stations=<$user1/existing grid stations.xls>
32
32
help =help.html
33
33
; Hourly load data for grid
34
34
load =<$user1/hourly_$YEAR$_for_sam.csv>
35
+ ; Template for Powermatch worksheet
36
+ pm_template =$siren/powermatch_template.xlsx
35
37
; Location of turbine power curve files for those not in SAM's file
36
38
pow_files =$siren
37
39
; resource grid file
@@ -78,7 +80,7 @@ scale=True
78
80
; or can use: #rrggbb
79
81
background =# 00008b
80
82
border =# 000000
81
- fossil_name = # d1d1d1
83
+ cst = # ffcc00
82
84
grid_boundary =# 0000ff
83
85
grid_trace =# 00ff0e
84
86
new_grid =# ff007f
@@ -88,6 +90,7 @@ station_name=#ffffff
88
90
town =# ff0000
89
91
town_name =# a9a9a9
90
92
; now for the technologies
93
+ backtrack_pv =# aaaa00
91
94
; biomass=#45754f
92
95
biomass =# 008000
93
96
; fixed_pv=#fab44c
@@ -105,6 +108,7 @@ tracking_pv=#cccc00
105
108
wave =# 4eb397
106
109
; wind=#55ff00
107
110
wind =# 6688bb
111
+ offshore_wind =# 6688bb
108
112
; wave=#335588
109
113
; efficiency=#777777
110
114
fossil =# 000000
@@ -146,25 +150,45 @@ wind50_low=#82b2ff
146
150
[SAM Modules]
147
151
; The two "financial modules"
148
152
annualoutput_variables =annualoutput_variables.xls
149
- ippppa_variables =ippppa_variables.xls
153
+ ; ippppa_variables=ippppa_variables.xls
154
+ ippppa_variables =ippppa_variables_206.xls
150
155
; SAM model program to run for biomass stations
151
156
biomass_variables =biomass_variables.xls
152
157
; SAM model program to run for geothermal stations
153
- geothermal_variables =geothermal_variables.xls
158
+ ; geothermal_variables=geothermal_variables.xls
159
+ geothermal_variables =geothermal_variables_206.xls
154
160
; SAM model program to run for all PV stations
155
161
pv_variables =pvwattsv5_variables.xls
162
+ ; SAM model for generic CST
163
+ cst_variables =tcsgeneric_solar_variables_206.xls
164
+ optical_table =optical_table.csv
156
165
; SAM model program to run for solar thermal stations
157
- solar_thermal_variables =tcsmolten_salt_variables.xls
166
+ ; solar_thermal_variables=tcsmolten_salt_variables.xls
167
+ solar_thermal_variables =tcsmolten_salt_variables_206.xls
168
+ helio_positions =helio_positions.csv
169
+ ; solar_thermal_variables=tcsmolten_salt_variables_45.csv
158
170
; SAM model program to run for wind stations
159
171
wind_variables =windpower_variables.xls
160
172
; Details for each of the technologies
173
+ [Backtrack PV]
174
+ area =0.052
175
+ capital_cost =3.38M
176
+ o_m_cost =25K
161
177
[Biomass]
162
178
area =0.001
163
179
capital_cost =4M
164
180
; fuel cost per tonne
165
181
fuel_cost =50
166
182
multiplier =8.25
167
183
o_m_cost =144K
184
+ [CST]
185
+ ; was 3.83 x collector area
186
+ area =0.095
187
+ capital_cost =5.35M
188
+ gross_net =0.87
189
+ o_m_cost =67K
190
+ ; hours of storage
191
+ tshours =10
168
192
[Fixed PV]
169
193
area =0.052
170
194
capital_cost =3.38M
@@ -220,7 +244,16 @@ o_m_cost=38K
220
244
capital_cost =5.9M
221
245
o_m_cost =190K
222
246
[Wind]
223
- area =64
247
+ ; area x Number of Turbines x Rotor Diameter squared
248
+ area =64.0
249
+ capital_cost =2.53M
250
+ o_m_cost =45K
251
+ offset_spacing =4
252
+ turbine_spacing =8
253
+ row_spacing =8
254
+ [Offshore Wind]
255
+ ; area x Number of Turbines x Rotor Diameter squared
256
+ area =64.0
224
257
capital_cost =2.53M
225
258
o_m_cost =45K
226
259
offset_spacing =4
@@ -229,7 +262,7 @@ row_spacing=8
229
262
[Grid]
230
263
cost_existing =True
231
264
; dispatchable technologies require "better" transmission line
232
- dispatchable =pumped_hydro geothermal biomass solar_thermal
265
+ dispatchable =pumped_hydro geothermal biomass solar_thermal cst
233
266
dummy_fix =True
234
267
; dispatchable transmission line capacities
235
268
d_lines =(250 =220_d),(for(n =1,10,(n*1000-500 =330_d*n),(n*1000 =330_d*n + 330_s)))
@@ -287,7 +320,7 @@ show_load=False
287
320
show_menu =True
288
321
show_pct =False
289
322
summary =False
290
- technologies =biomass fixed_pv geothermal rooftop_pv solar_thermal tracking_pv wind
323
+ technologies =backtrack_pv biomass cst fixed_pv geothermal offshore_wind rooftop_pv solar_thermal tracking_pv wave wind
291
324
; pumped_hydro wave
292
325
total =False
293
326
[Financial]
0 commit comments