Microgrid Planner: A Distributed Energy Resource Sizing Method
Daniel Reich
TL;DR
Addresses the need for diverse, rightsized microgrid options that satisfy a load profile over horizon $T$ using deficit metric $\bar{y}=\frac{\sum_{t\in T} y_t d_t}{\sum_{t\in T} d_t}$ and a dominance rule between designs $g^1 \succ g^2$ when $\bar{y}^1 \le \bar{y}^2$ and $c^1_i \le c^2_i$ for all $i$. Proposes a three-stage heuristic: exhaustive search with few capacity levels, binary search with many levels, and local search to refine non-dominated designs, to generate a diverse set $S$ of rightsized microgrids. Compared to the nested rightsizing method of Reich & Oriti, the results align within discretization limits and the approach scales better than exhaustive search, enabling practical planning for portfolios of DERs. Implemented in the open-source Microgrid Planner and demonstrated on a two-week, 4-minute-interval load profile, the work provides a concrete decision-support tool with potential for extension to additional DER types.
Abstract
We present a heuristic search method for distrubuted energy resource sizing, released in Microgrid Planner, an open-source software platform. Our method is constructed to identify a wide range of microgrid design options that satisfy a given set of power load requirements, allowing a decision maker to weigh trade-offs between potential designs and select preferred solutions. We introduce a global binary search algorithm to build a diverse set of microgrid design options and refine them using a local linear search method.
