Skip to content

Commit

Permalink
add cmod input, not required
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Sep 26, 2023
1 parent 9c6fb78 commit 1476b80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ssc/cmod_tcsmolten_salt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ static var_info _cm_vtab_tcsmolten_salt[] = {
{ SSC_INPUT, SSC_STRING, "solar_resource_file", "Local weather file path", "", "", "Solar Resource", "?", "LOCAL_FILE", ""},
{ SSC_INPUT, SSC_TABLE, "solar_resource_data", "Weather resource data in memory", "", "", "Solar Resource", "?", "", "SIMULATION_PARAMETER"},

{ SSC_INPUT, SSC_NUMBER, "is_dispatch123", "Allow dispatch optimization?", "", "", "System Control", "", "", ""},


// Simulation parameters
{ SSC_INPUT, SSC_NUMBER, "is_dispatch", "Allow dispatch optimization?", "", "", "System Control", "?=0", "", ""},
{ SSC_INPUT, SSC_NUMBER, "sim_type", "1 (default): timeseries, 2: design only", "", "", "System Control", "?=1", "", "SIMULATION_PARAMETER"},
Expand Down

0 comments on commit 1476b80

Please sign in to comment.