Skip to content

Commit

Permalink
bring cmod battery in line with name chage
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Nov 13, 2024
1 parent a87f41d commit 3ed4abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_battery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ battstor::battstor(var_table& vt, bool setup_model, size_t nrec, double dt_hr, c
outBatteryToSystemLoad = vt.allocate("batt_to_system_load", nrec * nyears);
outBatteryToGrid = vt.allocate("batt_to_grid", nrec * nyears);
outBatteryToInverterDC = vt.allocate("batt_to_inverter_dc", nrec * nyears);
outAdjustLosses = vt.allocate("batt_perf_adj_loss", nrec * nyears);
outAdjustLosses = vt.allocate("batt_availability_loss", nrec * nyears);

if (batt_vars->batt_meter_position == dispatch_t::BEHIND)
{
Expand Down

0 comments on commit 3ed4abe

Please sign in to comment.