Skip to content

Commit

Permalink
fix required if variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Sep 29, 2023
1 parent 7a59be1 commit 72ecf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_etes_ptes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static var_info _cm_vtab_etes_ptes[] = {
{ SSC_INPUT, SSC_MATRIX, "dispatch_sched_weekday", "PPA pricing weekday schedule, 12x24", "", "", "Time of Delivery Factors", "ppa_multiplier_model=0&etes_financial_model<5&is_dispatch=1&sim_type=1", "", "SIMULATION_PARAMETER"},
{ SSC_INPUT, SSC_MATRIX, "dispatch_sched_weekend", "PPA pricing weekend schedule, 12x24", "", "", "Time of Delivery Factors", "ppa_multiplier_model=0&etes_financial_model<5&is_dispatch=1&sim_type=1", "", "SIMULATION_PARAMETER"},
{ SSC_INPUT, SSC_ARRAY, "dispatch_tod_factors", "TOD factors for periods 1 through 9", "",
"We added this array input after SAM 2022.12.21 to replace the functionality of former single value inputs dispatch_factor1 through dispatch_factor9", "Time of Delivery Factors", "ppa_multiplier_model=0&csp_financial_model<5&is_dispatch=1&sim_type=1", "", "SIMULATION_PARAMETER" },
"We added this array input after SAM 2022.12.21 to replace the functionality of former single value inputs dispatch_factor1 through dispatch_factor9", "Time of Delivery Factors", "ppa_multiplier_model=0&etes_financial_model<5&is_dispatch=1&sim_type=1", "", "SIMULATION_PARAMETER" },

{ SSC_INPUT, SSC_ARRAY, "ppa_price_input", "PPA prices - yearly", "$/kWh", "", "Revenue", "ppa_multiplier_model=0&etes_financial_model<5&is_dispatch=1&sim_type=1", "", "SIMULATION_PARAMETER"},

Expand Down

0 comments on commit 72ecf60

Please sign in to comment.