Skip to content

Commit d165638

Browse files
authored
Update cst_ssc.jl
revised file path in line 148 to point to tucson weather file now in sam/defaults folder.
1 parent 5687bbe commit d165638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cst_ssc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function run_ssc(case_data::Dict)
145145
defaults_file = joinpath(@__DIR__,"sam","defaults","defaults_" * model_ssc[model] * "_step1.json") ## TODO update this to step 1 default jsons once they're ready
146146
println("loaded defaults")
147147
defaults = JSON.parsefile(defaults_file)
148-
defaults["file_name"] = joinpath(@__DIR__,"defaults","tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv") #update default weather file path to local directory
148+
defaults["file_name"] = joinpath(@__DIR__,"sam","defaults","tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv") #update default weather file path to local directory
149149
for i in user_defined_inputs_list[model]
150150
if (i == "tilt") || (i == "lat")
151151
user_defined_inputs[i] = lat

0 commit comments

Comments
 (0)