Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
added more print markers.
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent 080086f commit 8d1dca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ end

# function run_ssc(model::String,lat::Float64,lon::Float64,inputs::Dict,outputs::Vector)
function run_ssc(case_data::Dict)
println("updated version as of 12/2 12:13pm")
model = case_data["CST"]["tech_type"]
### Maps STEP 1 model names to specific SSC modules
model_ssc = Dict(
Expand Down

0 comments on commit 8d1dca0

Please sign in to comment.