API

Model

EnergySystemModeling.SpecsType

Specifation for which constraints to include to the model. Constraints that are not specified are included by default.

Arguments

  • renewable_target::Bool: Whether to include renewables target constraint.
  • storage::Bool: Whether to include storage constraints.
  • ramping::Bool: Whether to include ramping constraints.
  • voltage_angles::Bool: Whether to include voltage angle constraints.
source
Missing docstring.

Missing docstring for Variables. Check Documenter's build log for details.

Missing docstring.

Missing docstring for Objectives. Check Documenter's build log for details.

Missing docstring.

Missing docstring for Variables(::EnergySystemModel). Check Documenter's build log for details.

Missing docstring.

Missing docstring for Objectives(::EnergySystemModel). Check Documenter's build log for details.

IO

Note

JSON stores multi-dimensional arrays as nested arrays. If we load an array a whose elements are accessed a[i, j, k], the elements of the nested array are accessed in reverse order a[k][j][i]. However, the function load_json converts the nested arrays back to multi-dimensional arrays.

We use simple plain text formats CSV and JSON for input and output of numerical values.

Missing docstring.

Missing docstring for Params(::AbstractString). Check Documenter's build log for details.

Plotting