Skip to content

Commit

Permalink
try fixing new subtimestep aggregator for linux v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Jan 13, 2025
1 parent a54ece6 commit 8ab3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcs/csp_solver_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static C_csp_reported_outputs::S_output_info S_solver_output_info[] =
{ C_csp_solver::C_solver_outputs::MONTH, C_csp_reported_outputs::TS_1ST}, //[-] Month of year
{ C_csp_solver::C_solver_outputs::HOUR_DAY, C_csp_reported_outputs::TS_1ST}, //[hr] hour of day
// Controller, TES, & Dispatch
{C_csp_solver::C_solver_outputs::ERR_M_DOT, C_csp_reported_outputs::TS_1ST}, //[-] Relative mass conservation error
{C_csp_solver::C_solver_outputs::ERR_M_DOT, C_csp_reported_outputs::SUMMED}, //[-] Relative mass conservation error
{C_csp_solver::C_solver_outputs::ERR_Q_DOT, C_csp_reported_outputs::TS_1ST}, //[-] Relative energy conservation error
{C_csp_solver::C_solver_outputs::N_OP_MODES, C_csp_reported_outputs::TS_LAST}, //[-] Number of subtimesteps in reporting timestep
{C_csp_solver::C_solver_outputs::OP_MODE_1, C_csp_reported_outputs::TS_1ST}, //[-] Operating mode in first subtimestep
Expand Down

0 comments on commit 8ab3e82

Please sign in to comment.