Skip to content

Commit d496a43

Browse files
committed
investment.md: Reformat tables with markdown-table-formatter
1 parent 32801e6 commit d496a43

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/model/investment.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -248,31 +248,31 @@ This example demonstrates the evaluation across two time periods
248248

249249
#### Asset Parameters
250250
<!-- markdownlint-disable MD013 -->
251-
| Parameter | Notation | Value | Description |
252-
| ----------- | ---------- | ------- | ------------- |
253-
| Primary output (Electricity) | \\( output\_{coeff}[c_{primary}] \\) | 1.0 MWh per unit activity | Main commodity produced |
254-
| By-product output (Waste heat) | \\( output\_{coeff}[c_{heat}] \\) | 0.5 MWh per unit activity | Co-product from generation |
255-
| Input (Natural gas) | \\( input\_{coeff}[c_{gas}] \\) | 2.5 MWh per unit activity | Fuel consumption |
256-
| Variable operating cost | \\( cost\_{var}[t] \\) | £5/MWh of activity | Operating costs per unit activity |
251+
| Parameter | Notation | Value | Description |
252+
|--------------------------------|--------------------------------------|---------------------------|-----------------------------------|
253+
| Primary output (Electricity) | \\( output\_{coeff}[c_{primary}] \\) | 1.0 MWh per unit activity | Main commodity produced |
254+
| By-product output (Waste heat) | \\( output\_{coeff}[c_{heat}] \\) | 0.5 MWh per unit activity | Co-product from generation |
255+
| Input (Natural gas) | \\( input\_{coeff}[c_{gas}] \\) | 2.5 MWh per unit activity | Fuel consumption |
256+
| Variable operating cost | \\( cost\_{var}[t] \\) | £5/MWh of activity | Operating costs per unit activity |
257257
<!-- markdownlint-enable MD013 -->
258258

259259
All per-flow costs represented in the general formulas as \\( cost\_{input} \\) and
260260
\\( cost\_{output} \\) are assumed to be zero.
261261

262262
#### Investment Parameters
263263

264-
| Parameter | Notation | Value |
265-
| ----------- | ---------- | ------- |
264+
| Parameter | Notation | Value |
265+
|-----------------------|----------------------|-----------|
266266
| Annualised fixed cost | \\( AFC\_{opt,r} \\) | £1,000/MW |
267-
| Capacity | \\( cap \\) | 100 MW |
267+
| Capacity | \\( cap \\) | 100 MW |
268268

269269
#### Market Prices by Time Period
270270

271-
| Commodity | Notation | \\(t_0\\) (Peak) | \\(t_1\\) (Off-peak) |
272-
| ----------- | ---------- | ----------- | --------------- |
273-
| Electricity | \\( \lambda\_{c\_{primary},r,t} \\) | £90/MWh | £50/MWh |
274-
| Heat | \\( \lambda\_{c\_{heat},r,t} \\) | £25/MWh | £15/MWh |
275-
| Natural gas | \\( \lambda\_{c\_{gas},r,t} \\) | £35/MWh | £25/MWh |
271+
| Commodity | Notation | \\(t_0\\) (Peak) | \\(t_1\\) (Off-peak) |
272+
|-------------|-------------------------------------|------------------|----------------------|
273+
| Electricity | \\( \lambda\_{c\_{primary},r,t} \\) | £90/MWh | £50/MWh |
274+
| Heat | \\( \lambda\_{c\_{heat},r,t} \\) | £25/MWh | £15/MWh |
275+
| Natural gas | \\( \lambda\_{c\_{gas},r,t} \\) | £35/MWh | £25/MWh |
276276

277277
### NPV Approach (Tool A)
278278

0 commit comments

Comments
 (0)