From f31921fc4fd3838770d1ec50d666998ac5c80bcf Mon Sep 17 00:00:00 2001 From: Jun He Date: Tue, 13 Jun 2023 15:05:37 -0400 Subject: [PATCH] added `Time horizon (min)` --- docs/src/format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/format.md b/docs/src/format.md index cf146ea..20b0a99 100644 --- a/docs/src/format.md +++ b/docs/src/format.md @@ -23,7 +23,7 @@ This section describes system-wide parameters, such as power balance penalty, an | Key | Description | Default | Time series? | Uncertain? | :----------------------------- | :------------------------------------------------ | :------: | :------------:| :----------: | `Version` | Version of UnitCommitment.jl this file was written for. Required to ensure that the file remains readable in future versions of the package. If you are following this page to construct the file, this field should equal `0.3`. | Required | No | No -| `Time horizon (h)` | Length of the planning horizon (in hours). | Required | No | No +| `Time horizon (min)` or `Time horizon (h)` | Length of the planning horizon (in minutes or hours). Either `Time horizon (min)` or `Time horizon (h)` is required, but not both. | Required | No | No | `Time step (min)` | Length of each time step (in minutes). Must be a divisor of 60 (e.g. 60, 30, 20, 15, etc). | `60` | No | No | `Power balance penalty ($/MW)` | Penalty for system-wide shortage or surplus in production (in $/MW). This is charged per time step. For example, if there is a shortage of 1 MW for three time steps, three times this amount will be charged. | `1000.0` | No | Yes | `Scenario name` | Name of the scenario. | `"s1"` | No | ---