Skip to content

Commit

Permalink
update n_flux_x default value
Browse files Browse the repository at this point in the history
  • Loading branch information
qualand committed Nov 1, 2024
1 parent aa7f778 commit 9b089f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_csp_tower_particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static var_info _cm_vtab_csp_tower_particle[] = {

{ SSC_INPUT, SSC_NUMBER, "n_flux_days", "Number of days in flux map lookup", "", "", "Tower and Receiver", "?=8", "", ""},
{ SSC_INPUT, SSC_NUMBER, "delta_flux_hrs", "Hourly frequency in flux map lookup", "", "", "Tower and Receiver", "?=1", "", ""},
{ SSC_INPUT, SSC_NUMBER, "n_flux_x", "Flux map X resolution", "", "", "Tower and Receiver", "?=1", "", ""},
{ SSC_INPUT, SSC_NUMBER, "n_flux_x", "Flux map X resolution", "", "", "Tower and Receiver", "?=3", "", ""},
{ SSC_INPUT, SSC_NUMBER, "n_flux_y", "Flux map Y resolution", "", "", "Tower and Receiver", "?=12", "", ""},

// Falling particle receiver thermal model parameters
Expand Down

0 comments on commit 9b089f7

Please sign in to comment.