Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
added print statement for debugging
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent 0d2e750 commit 080086f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ function run_ssc(case_data::Dict)

### Set inputs
set_ssc_data_from_dict(user_defined_inputs,model,data)

println("inputs set")
### Execute simulation
test = @ccall hdl.ssc_module_exec(ssc_module::Ptr{Cvoid}, data::Ptr{Cvoid})::Cint
print(test)

println(test)
println("execution completed")
### Retrieve results
### SSC output names for the thermal production and electrical consumption profiles, thermal power rating and solar multiple
outputs_dict = Dict(
Expand Down

0 comments on commit 080086f

Please sign in to comment.