Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Sep 12, 2023
1 parent f34b711 commit ec4bd05
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 @@ -28,7 +28,7 @@ For each thermal cluster, in existing file **input/thermal/clusters/<area>
* `efficiency` [float] between 0-100 (default = 100). Unit is "percentage".
* `variableomcost` [float] excluded from the section if default value 0 is selected (default behavior). Unit is Euro / MWh

For each thermal cluster, new files added **input/thermal/prepro/<area>/<cluster>/CO2Cost.txt** and **input/thermal/series/<area>/<cluster>/fuelCost.txt**. **fuelCost.txt** and **CO2Cost.txt** must either have one column, or the same number of columns as existing file **series.txt** (availability). The number of rows for these new matrices is 8760.
For each thermal cluster, new files added **input/thermal/series/<area>/<cluster>/CO2Cost.txt** and **input/thermal/series/<area>/<cluster>/fuelCost.txt**. **fuelCost.txt** and **CO2Cost.txt** must either have one column, or the same number of columns as existing file **series.txt** (availability). The number of rows for these new matrices is 8760.

### Output
#### Scenarized RHS for binding constraints
Expand Down

0 comments on commit ec4bd05

Please sign in to comment.