|
53 | 53 | "\n", |
54 | 54 | "Below is the modified ```Residential2020Consumption.csv``` file:\n", |
55 | 55 | " \n", |
56 | | - "|RegionName|ProcessName|Timeslice|electricity|gas|heat|CO2f|wind|solar|\n", |
57 | | - "|-|-|-|-|-|-|-|-|-|\n", |
58 | | - "|R1|gasboiler|1|0|0|**0.7**|0|0|0|\n", |
59 | | - "|R1|gasboiler|2|0|0|**1.0**|0|0|0|\n", |
60 | | - "|R1|gasboiler|3|0|0|**0.7**|0|0|0|\n", |
61 | | - "|R1|gasboiler|4|0|0|**1.0**|0|0|0|\n", |
62 | | - "|R1|gasboiler|5|0|0|**2.1**|0|0|0|\n", |
63 | | - "|R1|gasboiler|6|0|0|**1.4**|0|0|0|\n", |
64 | | - "|**R1**|**gasboiler**|**7**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
65 | | - "|**R1**|**gasboiler**|**8**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
66 | | - "|R2|gasboiler|1|0|0|**0.7**|0|0|0|\n", |
67 | | - "|R2|gasboiler|2|0|0|**1.0**|0|0|0|\n", |
68 | | - "|R2|gasboiler|3|0|0|**0.7**|0|0|0|\n", |
69 | | - "|R2|gasboiler|4|0|0|**1.0**|0|0|0|\n", |
70 | | - "|R2|gasboiler|5|0|0|**2.1**|0|0|0|\n", |
71 | | - "|R2|gasboiler|6|0|0|**1.4**|0|0|0|\n", |
72 | | - "|**R2**|**gasboiler**|**7**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
73 | | - "|**R2**|**gasboiler**|**8**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
74 | | - "\n", |
75 | | - "The `ProcessName` must be reported, but it is not binding on the results. It is just the way that the model reads the input data.\n", |
| 56 | + "|RegionName|Timeslice|electricity|gas|heat|CO2f|wind|solar|\n", |
| 57 | + "|-|-|-|-|-|-|-|-|\n", |
| 58 | + "|R1|1|0|0|**0.7**|0|0|0|\n", |
| 59 | + "|R1|2|0|0|**1.0**|0|0|0|\n", |
| 60 | + "|R1|3|0|0|**0.7**|0|0|0|\n", |
| 61 | + "|R1|4|0|0|**1.0**|0|0|0|\n", |
| 62 | + "|R1|5|0|0|**2.1**|0|0|0|\n", |
| 63 | + "|R1|6|0|0|**1.4**|0|0|0|\n", |
| 64 | + "|**R1**|**7**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
| 65 | + "|**R1**|**8**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
| 66 | + "|R2|1|0|0|**0.7**|0|0|0|\n", |
| 67 | + "|R2|2|0|0|**1.0**|0|0|0|\n", |
| 68 | + "|R2|3|0|0|**0.7**|0|0|0|\n", |
| 69 | + "|R2|4|0|0|**1.0**|0|0|0|\n", |
| 70 | + "|R2|5|0|0|**2.1**|0|0|0|\n", |
| 71 | + "|R2|6|0|0|**1.4**|0|0|0|\n", |
| 72 | + "|**R2**|**7**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
| 73 | + "|**R2**|**8**|**0**|**0**|**1.4**|**0**|**0**|**0**|\n", |
76 | 74 | "\n", |
77 | 75 | "We do the same for the ```Residential2050Consumption.csv```, but set the demand in 2050 to be triple that of 2020 in every timeslice. See [here](https://github.com/EnergySystemsModellingLab/MUSE_OS/blob/main/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/preset/Residential2050Consumption.csv) for the full file." |
78 | 76 | ] |
|
0 commit comments