File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 "outputs" : [],
127127 "source" : [
128128 " mca_capacity = pd.read_csv(\n " ,
129- " \" ../tutorial-code/6 -add-correlation-demand/1-correlation/Results/MCACapacity.csv\"\n " ,
129+ " \" ../tutorial-code/7 -add-correlation-demand/1-correlation/Results/MCACapacity.csv\"\n " ,
130130 " )\n " ,
131131 " mca_capacity.head()"
132132 ]
Original file line number Diff line number Diff line change 171171 "outputs" : [],
172172 "source" : [
173173 " mca_capacity = pd.read_csv(\n " ,
174- " \" ../tutorial-code/5 -add-service-demand/1-exogenous-demand/Results/MCACapacity.csv\"\n " ,
174+ " \" ../tutorial-code/6 -add-service-demand/1-exogenous-demand/Results/MCACapacity.csv\"\n " ,
175175 " )\n " ,
176176 " mca_capacity.head()"
177177 ]
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ We have also provided links to the input and results files for each of the tutor
4242 - `[4] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/4-modify-timing-data >`_
4343 * - 5
4444 - :ref: `/user-guide/min-max-timeslice-constraints.ipynb `
45- - `[5] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/7 -min-max-timeslice-constraints >`_
45+ - `[5] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/5 -min-max-timeslice-constraints >`_
4646 * - 6
4747 - :ref: `/user-guide/additional-service-demand.ipynb `
48- - `[6] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/5 -add-service-demand >`_
48+ - `[6] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/6 -add-service-demand >`_
4949 * - 7
5050 - :ref: `/user-guide/add-gdp-correlation-demand.ipynb `
51- - `[7] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/6 -add-correlation-demand >`_
51+ - `[7] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/7 -add-correlation-demand >`_
Original file line number Diff line number Diff line change 118118 "outputs" : [],
119119 "source" : [
120120 " power_supply = pd.read_csv(\n " ,
121- " \" ../tutorial-code/7 -min-max-timeslice-constraints/1-min-constraint/Results/Power_Supply.csv\"\n " ,
121+ " \" ../tutorial-code/5 -min-max-timeslice-constraints/1-min-constraint/Results/Power_Supply.csv\"\n " ,
122122 " )\n " ,
123123 " gassCCGT_electricity_supply_2025 = (\n " ,
124124 " power_supply[\n " ,
191191 "outputs" : [],
192192 "source" : [
193193 " power_supply = pd.read_csv(\n " ,
194- " \" ../tutorial-code/7 -min-max-timeslice-constraints/2-max-constraint/Results/Power_Supply.csv\"\n " ,
194+ " \" ../tutorial-code/5 -min-max-timeslice-constraints/2-max-constraint/Results/Power_Supply.csv\"\n " ,
195195 " )\n " ,
196196 " windturbine_electricity_supply_2030 = (\n " ,
197197 " power_supply[\n " ,
You can’t perform that action at this time.
0 commit comments