From 3ed4abedf39ae3deffa96c5cc934080d5b62abe4 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Wed, 13 Nov 2024 16:23:18 -0700 Subject: [PATCH] bring cmod battery in line with name chage --- ssc/cmod_battery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssc/cmod_battery.cpp b/ssc/cmod_battery.cpp index ca832beb8..a85774cc6 100644 --- a/ssc/cmod_battery.cpp +++ b/ssc/cmod_battery.cpp @@ -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) {