From c64b76d6d19bbca1cf68383a3eb614750d20aa0a Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Fri, 23 Jul 2021 17:33:53 -0500 Subject: [PATCH] Minor fixes to docs --- docs/format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/format.md b/docs/format.md index 162cd37..c13bdc7 100644 --- a/docs/format.md +++ b/docs/format.md @@ -35,7 +35,7 @@ This section describes system-wide parameters, such as power balance and reserve | `Time horizon (h)` | Length of the planning horizon (in hours). | Required | N | `Time step (min)` | Length of each time step (in minutes). Must be a divisor of 60 (e.g. 60, 30, 20, 15, etc). | `60` | N | `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` | Y -| `Reserve shortfall penalty (\$/MW)` | Penalty for system-wide shortage in meeting reserve requirements (in $/MW). This is charged per time step. Negative value implies reserve constraints must always be satisfied. | `-1` | Y +| `Reserve shortfall penalty ($/MW)` | Penalty for system-wide shortage in meeting reserve requirements (in $/MW). This is charged per time step. Negative value implies reserve constraints must always be satisfied. | `-1` | Y #### Example @@ -43,7 +43,7 @@ This section describes system-wide parameters, such as power balance and reserve { "Parameters": { "Time horizon (h)": 4, - "Power balance penalty ($/MW)": 1000.0 + "Power balance penalty ($/MW)": 1000.0, "Reserve shortfall penalty ($/MW)": -1.0 } }