Summary
Inverter Operating Regions classify the operational state of the based on DC voltage and power relative to inverter specifications, and adjust the operating voltage and power accordingly. PlantPredict divides the voltage-power plane into 12 regions using three voltage thresholds (, , ) and two power thresholds (, ). Region 6 represents normal MPPT operation. Other regions trigger specific control actions: voltage adjustment (regions 5, 7, 9, 11), (region 10), or shutdown (regions 1-4, 8, 12).Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| DC Operating Voltage | V | DC operating voltage from DC field aggregation | |
| DC Operating Power | W | DC operating power from DC field aggregation | |
| Degraded DC Power | W | DC operating power after degradation | |
| DC Degradation Loss | W | DC power loss due to degradation | |
| Minimum MPP Voltage | V | Inverter lower MPP tracking voltage limit | |
| Maximum MPP Voltage | V | Inverter upper MPP tracking voltage limit | |
| Maximum Absolute Voltage | V | Inverter absolute voltage limit | |
| Minimum DC Power | W | Inverter low-power cutoff threshold | |
| Temperature-Corrected Max Power | W | Inverter AC power limit after temperature derating | |
| MPP Voltage Adjustment | % | User-defined time-series adjustment factor for voltage | |
| MPP Current Adjustment | % | User-defined time-series adjustment factor for current | |
| DC Open-Circuit Voltage | V | Aggregated open-circuit voltage from DC field aggregation |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| DC Operating Voltage | V | DC operating voltage after region-based adjustment (reassigned) | |
| DC Operating Power | W | DC operating power after region-based adjustment (reassigned) |
Detailed Description
This model receives and from upstream (DC field aggregation and degradation). When the operating region requires an adjustment (voltage shift, clipping, or shutdown), and are reassigned in place using the notation. In normal MPPT operation (region 6), is unchanged and .Voltage and Power Thresholds
The three voltage thresholds (, , ) and the low-power threshold () are taken directly from the inverter specifications. The upper power threshold is the DC equivalent of the derated AC power limit, where is the inverter DC-to-AC conversion efficiency evaluated at the operating voltage and the derated AC power : This is a preliminary evaluation of the efficiency model at a known operating point; the Inverter Efficiency model runs again after operating-region adjustments to produce the final and .Threshold Adjustment via Time Series
When user-defined and time-series adjustments are provided, the voltage and power thresholds are reassigned at each timestep to account for expected deviations from nameplate conditions: If no time-series adjustments are defined, and , and the thresholds remain at their base values.Region Definitions

Boundary Overlap and Tie-Breaking
Because region boundaries are inclusive, an operating point that falls exactly on a threshold can match two or four regions at once. PlantPredict resolves these overlaps as follows:- Single match — use that region.
- Two matches (edge of the grid, on one threshold):
- If region 6 is among the matches, assign region 6.
- If both regions are below 7, the higher-number region is selected (favoring the active-power region over shutdown, if applicable).
- If the pair is (9, 10): assign region 10 (clipping).
- Otherwise, the lower-number region is selected.
- Four matches (corner of the grid, where two thresholds intersect):
- If region 6 is among the matches, assign region 6.
- Otherwise, use the lowest-number match.
Control Actions by Region
Regions 1, 2, 3: Set voltage to (shutdown) Regions 4, 8, 12: Set voltage to 0 (safety shutdown) Regions 5, 9: Increase voltage to (or if ), recalculate region Region 6: Normal operation (MPPT tracking) Regions 7, 11: Decrease voltage to , recalculate region Region 10: Clipping algorithm—Find voltage where For voltage adjustment regions (5, 7, 9, 11) and clipping (region 10), the inverter is set to a new operating voltage. The power at that voltage is recalculated from the associated with each connected DC field, and the region is re-evaluated at the new operating point. Shutdown regions (1–4, 8, 12) set the voltage directly without recalculation. In region 6 (normal MPPT), no adjustment is made: is unchanged and . The initial and final operating region integers are both reported in the inverter nodal data. When nighttime disconnect is enabled, the operating region is also used to determine whether the array’s transformers should be disconnected from the grid. Disconnect is triggered when any inverter in the array enters a shutdown region (regions 1–4), region 5 with zero power, or region 6 with GHI < 5 W/m². See Transformer Loss Model for downstream effects.Clipping Algorithm (Region 10)
When the operating point falls in Region 10 (over-power), the inverter cannot operate at the because doing so would exceed its AC power capacity. The algorithm must find a new voltage on the P-V curve where the DC power is within the inverter’s limits, as close to as possible. Starting from , the algorithm sweeps downward along the P-V curve, recalculating total DC power from all connected DC fields at each candidate voltage using their respective single-diode models. The selected is the voltage at or below with power closest to . In V6 and earlier, is accepted as is. In V7 and later, is recalculated at the clipped operating point (since depends on both voltage and power) and the region is re-evaluated:- Region 6: the clipped point is within normal MPPT limits—clipping is successful.
- Region 10, but within 0.1% of the recalculated : the operating point is accepted and the region is reassigned to region 6—clipping is successful.
- Otherwise: no valid clipping point can be found, the inverter shuts down (Region 1, shutdown).