Skip to content

Commit 92c3eb9

Browse files
committed
Reorder location of SAM variable files and .pow files
1 parent d9b10de commit 92c3eb9

25 files changed

+40
-1161
lines changed

flexiplot.py~

-1,153
This file was deleted.

siren_default.ini

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ scale=True
7878
; or can use: #rrggbb
7979
background=#00008b
8080
border=#000000
81-
fossil_name=#d1d1d1
8281
grid_boundary=#0000ff
8382
grid_trace=#00ff0e
8483
new_grid=#ff007f
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

siren_windows_default.ini

+40-7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ grid_stations=<$user1/existing grid stations.xls>
3232
help=help.html
3333
; Hourly load data for grid
3434
load=<$user1/hourly_$YEAR$_for_sam.csv>
35+
; Template for Powermatch worksheet
36+
pm_template=$siren/powermatch_template.xlsx
3537
; Location of turbine power curve files for those not in SAM's file
3638
pow_files=$siren
3739
; resource grid file
@@ -78,7 +80,7 @@ scale=True
7880
; or can use: #rrggbb
7981
background=#00008b
8082
border=#000000
81-
fossil_name=#d1d1d1
83+
cst=#ffcc00
8284
grid_boundary=#0000ff
8385
grid_trace=#00ff0e
8486
new_grid=#ff007f
@@ -88,6 +90,7 @@ station_name=#ffffff
8890
town=#ff0000
8991
town_name=#a9a9a9
9092
; now for the technologies
93+
backtrack_pv=#aaaa00
9194
;biomass=#45754f
9295
biomass=#008000
9396
;fixed_pv=#fab44c
@@ -105,6 +108,7 @@ tracking_pv=#cccc00
105108
wave=#4eb397
106109
;wind=#55ff00
107110
wind=#6688bb
111+
offshore_wind=#6688bb
108112
;wave=#335588
109113
;efficiency=#777777
110114
fossil=#000000
@@ -146,25 +150,45 @@ wind50_low=#82b2ff
146150
[SAM Modules]
147151
; The two "financial modules"
148152
annualoutput_variables=annualoutput_variables.xls
149-
ippppa_variables=ippppa_variables.xls
153+
;ippppa_variables=ippppa_variables.xls
154+
ippppa_variables=ippppa_variables_206.xls
150155
; SAM model program to run for biomass stations
151156
biomass_variables=biomass_variables.xls
152157
; 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
154160
; SAM model program to run for all PV stations
155161
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
156165
; 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
158170
; SAM model program to run for wind stations
159171
wind_variables=windpower_variables.xls
160172
; Details for each of the technologies
173+
[Backtrack PV]
174+
area=0.052
175+
capital_cost=3.38M
176+
o_m_cost=25K
161177
[Biomass]
162178
area=0.001
163179
capital_cost=4M
164180
; fuel cost per tonne
165181
fuel_cost=50
166182
multiplier=8.25
167183
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
168192
[Fixed PV]
169193
area=0.052
170194
capital_cost=3.38M
@@ -220,7 +244,16 @@ o_m_cost=38K
220244
capital_cost=5.9M
221245
o_m_cost=190K
222246
[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
224257
capital_cost=2.53M
225258
o_m_cost=45K
226259
offset_spacing=4
@@ -229,7 +262,7 @@ row_spacing=8
229262
[Grid]
230263
cost_existing=True
231264
; dispatchable technologies require "better" transmission line
232-
dispatchable=pumped_hydro geothermal biomass solar_thermal
265+
dispatchable=pumped_hydro geothermal biomass solar_thermal cst
233266
dummy_fix=True
234267
; dispatchable transmission line capacities
235268
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
287320
show_menu=True
288321
show_pct=False
289322
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
291324
;pumped_hydro wave
292325
total=False
293326
[Financial]

0 commit comments

Comments
 (0)