NEMO modeling concept

NEMO simulates an energy system through least-cost optimization. Essentially, this means it seeks to meet energy and power demands over time at the lowest possible cost. The results of a NEMO model (the model's outputs) show the least-cost solution given the inputs you provided. Results can include which energy using and producing equipment is built, how and when the equipment is utilized, the level of demand and supply for different fuels, amounts of energy traded, energy system costs, pollutant emissions, and more.

NEMO's cost minimization function operates on discounted costs (all costs are discounted to the beginning of the simulation). Minimized costs can include investment costs (capital and interest), fixed and variable operation and maintenance costs, and emission penalties for different components of the energy system (such as power plants, energy storage facilities, and transmission lines). When calculating a NEMO model, you can choose to optimize costs with perfect or limited foresight. If you use perfect foresight, the cost minimization simultaneously covers all modeled time periods, and NEMO finds the system configuration that gives the lowest possible discounted costs across all periods. Conversely, with limited foresight, you divide the modeled time periods into groups, and NEMO optimizes the groups in chronological order. In each group, NEMO minimizes the discounted costs for time periods within the group; results from the group then provide starting conditions for the next group.

NEMO is a deterministic modeling tool, but its robust performance makes it practical to explore uncertainties in inputs, including in a large scenario ensemble analysis framework. It represents an energy system through a series of input dimensions and parameters, calculated variables, constraints, and an objective function. A set of input dimensions and parameters (and optionally custom constraints) for NEMO constitutes a scenario. You define dimensions and parameters for a scenario by specifying them in a NEMO scenario database. Each scenario has its own database, and NEMO writes results to the database when the scenario is calculated.

Tip

You can create an empty NEMO scenario database with the createnemodb function. If you're using NEMO with LEAP, LEAP will create and populate scenario databases for you.

To define custom constraints for a scenario, you write the constraints in Julia code and point to them in a NEMO configuration file.

NEMO supports simulating energy demand and supply on an annual and sub-annual basis. Sub-annual modeling is structured using time slices and time slice groups, which you can configure in a variety of ways. How these elements work together is discussed in depth in Time slicing.

NEMO also allows considerable geographic flexibility. Multiple regions can be defined in a scenario, with trading allowed between specified regions, and a nodal transmission (or transmission and distribution) network can be overlaid on the regions for specified fuels. Network segments (e.g., transmission lines or pipelines) can cross regional borders.

NEMO can be used to model an entire energy system or certain parts of a system - for example, electricity supply and demand only. All NEMO scenarios are driven by some exogenously specified demands, but you can decide how to define these. For instance, demands can be defined for fuels themselves or for energy services that are provided by fuel-consuming devices. Note that NEMO is not a partial-equilibrium modeling tool, so it does not incorporate an endogenous demand response to energy supply costs.

NEMO has several features that account for energy system reliability requirements. Most important, you can specify a reserve margin for energy production capacity that must be maintained at times of peak load. This can be coupled with time-sliced demands, time-sliced availability of supply, and transmission and storage limits. You can vary these parameters across scenarios to test different reliability stressors (including contingency scenarios where certain supply resources are not available).

Tip

A good idea when testing reliability scenarios is to define a high-cost, always-available supply technology for unmet demand. This technology can be used as a last resort to avoid an infeasible scenario, and it will indicate where and when additional supply is needed.

The creators of NEMO used the Open Source Energy Modelling System (OSeMOSYS) as a starting point when developing NEMO. For this reason, a number of elements in the NEMO code share names with OSeMOSYS. The two tools now differ in significant ways, but the NEMO team gratefully acknowledges the foundational work of the OSeMOSYS community.