muse2 2.1.0

A tool for running simulations of energy systems
Documentation
<!-- markdownlint-disable MD033 -->
# Model diagrams

This document contains diagrams showing the algorithm used by MUSE2. It is likely to contain
errors and omissions and will change as the code is developed. It is principally aimed at MUSE
developers.

Functions are described with the following terms:

* Inputs: immutable input arguments; values not modified by function
* Outputs: values returned from function
* Modifies: mutable input arguments; values modified by function

<p>
<figure>
    <img alt="Overview of MUSE2" src="../images/model_overview.drawio.svg" />
    <figcaption>Figure 1: Overview of MUSE2 algorithm</figcaption>
</figure>
</p>

<p>
<figure>
    <img alt="Dispatch optimisation" src="../images/dispatch_optimisation.drawio.svg" />
    <figcaption>Figure 2: Overview of dispatch optimisation</figcaption>
</figure>
</p>