Skip to content

Commit

Permalink
Fix possible values for ST storage
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jul 24, 2023
1 parent d227666 commit 8ea4b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guide/13-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add directory **bindingconstraints** to output directory **ts-numbers**. For eve
* For each area, add directory **input/st-storage/clusters/<area id>/list.ini**
* This file contains the multiple sections whose name is ignored. Each section contains these properties:
* `name` [str]
* `group` [str]. Possible values: "PSP_open", "PSP_closed", "Pondage", "Battery", "Other_1", ... , "Other_5". Default Other_1
* `group` [str]. Possible values: "PSP_open", "PSP_closed", "Pondage", "Battery", "Other1", ... , "Other5". Default Other1
* `efficiency` [double] in range 0-1
* `reservoircapacity` [double] > 0
* `initiallevel` [double] in range 0-1
Expand Down

0 comments on commit 8ea4b58

Please sign in to comment.