Skip to content

Commit

Permalink
Add csv file with demand time series for the tutorial and update the …
Browse files Browse the repository at this point in the history
…steps to use it
  • Loading branch information
datejada committed Oct 16, 2023
1 parent bd4029b commit c7f2801
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
t,Value
2000-01-01T00:00:00,90
2000-01-01T01:00:00,91
2000-01-01T02:00:00,93
2000-01-01T03:00:00,95
2000-01-01T04:00:00,101
2000-01-01T05:00:00,128
2000-01-01T06:00:00,133
2000-01-01T07:00:00,135
2000-01-01T08:00:00,130
2000-01-01T09:00:00,107
2000-01-01T10:00:00,80
2000-01-01T11:00:00,55
2000-01-01T12:00:00,50
2000-01-01T13:00:00,49
2000-01-01T14:00:00,51
2000-01-01T15:00:00,59
2000-01-01T16:00:00,112
2000-01-01T17:00:00,130
2000-01-01T18:00:00,141
2000-01-01T19:00:00,148
2000-01-01T20:00:00,150
2000-01-01T21:00:00,139
2000-01-01T22:00:00,121
2000-01-01T23:00:00,107
2 changes: 1 addition & 1 deletion docs/src/tutorial/unit_commitment.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this tutorial, you will learn how to add unit commitment constraints to the S
- Locate the *Object parameter* table (typically at the top-center).
- In the *Object parameter* table, identify the *demand* parameter which should have a 150 value from the Simple System first run.
- Right click on the value cell and then select *edit* from the context menu. The *Edit value* dialog will pop up.
- Change the *Parameter type* to *Time series fixed resolution*, *Resolution* to *1h*, and the demand values to the time series as in the image below.
- Change the *Parameter type* to *Time series fixed resolution*, *Resolution* to *1h*, and the demand values to the time series as in the image below. You can copy and paste the values from the file: [uc_electricity_node_demand.csv](figs_unit_commitment/uc_electricity_node_demand.csv)
- Finish by pressing *OK* in the *Edit value* menu. In the *Object parameter* table you will see that the value of the *demand* has changed to *Time series*.

![image](figs_unit_commitment/uc_electricity_demand.png)
Expand Down

0 comments on commit c7f2801

Please sign in to comment.