Skip to content

Commit 2a9d4cc

Browse files
committed
Reformatted bug fix description.
Added carriage returns for improved readability.
1 parent edc4177 commit 2a9d4cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/sphinx/source/whatsnew/v0.3.1.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Enhancements
1515
Bug fixes
1616
~~~~~~~~~
1717

18-
* Fixes night tare issue in snlinverter. When the DC input power (p_dc) to an inverter is below the inversion startup power (Ps0), the model should set the AC output (ac_power) to the night tare value (Pnt). The night tare power indicates the power consumed by the inverter to sense PV array voltage. The model was erroneously comparing Ps0 with the AC output power (ac_power), rather than the DC input power (p_dc).
18+
* Fixes night tare issue in snlinverter. When the DC input power (p_dc)
19+
to an inverter is below the inversion startup power (Ps0), the model
20+
should set the AC output (ac_power) to the night tare value (Pnt).
21+
The night tare power indicates the power consumed by the inverter to
22+
sense PV array voltage. The model was erroneously comparing Ps0 with
23+
the AC output power (ac_power), rather than the DC input power (p_dc).
1924

2025

2126
Contributors

0 commit comments

Comments
 (0)