Skip to content

Commit c32f4f0

Browse files
authored
Merge branch 'main' into new-data-input
2 parents cab066d + 237bae1 commit c32f4f0

File tree

6 files changed

+44
-48
lines changed

6 files changed

+44
-48
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Fixes # (issue)
88

99
## Type of change
1010

11-
Please add a line in the relevant section of
12-
[CHANGELOG.md](https://github.com/EnergySystemsModellingLab/MUSE_OS/blob/development/CHANGELOG.md) to
13-
document the change (include PR #) - note reverse order of PR #s.
14-
1511
- [ ] New feature (non-breaking change which adds functionality)
1612
- [ ] Optimization (non-breaking, back-end change that speeds up the code)
1713
- [ ] Bug fix (non-breaking change which fixes an issue)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66
push:
7-
branches: [main, develop]
7+
branches: main
88
workflow_call:
99

1010
jobs:

docs/getting-help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Getting help
55

66
Using MUSE can be daunting at first. It is a very powerful tool, but unleashing all its capabilities might take some time and effort. There are several resources available to help you with that:
77

8-
- :ref:`customising-muse`: The tutorials - and the underlying code, `available in the GitHub repository <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/develop/docs/tutorial-code>`_ - are the easiest way to start using MUSE and adapting it to your own needs. Look for one that looks similar to what you will need and use it as the starting point of your own simulation.
8+
- :ref:`customising-muse`: The tutorials - and the underlying code, `available in the GitHub repository <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code>`_ - are the easiest way to start using MUSE and adapting it to your own needs. Look for one that looks similar to what you will need and use it as the starting point of your own simulation.
99

1010
- The `MUSE users mailing list <https://groups.google.com/g/muse-model>`_ is your next stop to get help with MUSE. Have a look at past topics in case anyone has hit the same issue as you or open your own questions if nothing fits what you are looking for.
1111

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ProcessName,RegionName,Time,ObjSort,month,day,hour,UtilizationFactor,MinimumServiceFactor
2-
Unit,-,Year,-,-,-,-,-,-
3-
gasCCGT,R1,2020,upper,all-year,all-week,night,1,0.2
4-
gasCCGT,R1,2020,upper,all-year,all-week,morning,1,0.4
5-
gasCCGT,R1,2020,upper,all-year,all-week,afternoon,1,0.6
6-
gasCCGT,R1,2020,upper,all-year,all-week,early-peak,1,0.4
7-
gasCCGT,R1,2020,upper,all-year,all-week,late-peak,1,0.8
8-
gasCCGT,R1,2020,upper,all-year,all-week,evening,1,1
9-
windturbine,R1,2020,upper,all-year,all-week,night,1,0
10-
windturbine,R1,2020,upper,all-year,all-week,morning,1,0
11-
windturbine,R1,2020,upper,all-year,all-week,afternoon,1,0
12-
windturbine,R1,2020,upper,all-year,all-week,early-peak,1,0
13-
windturbine,R1,2020,upper,all-year,all-week,late-peak,1,0
14-
windturbine,R1,2020,upper,all-year,all-week,evening,1,0
1+
ProcessName,RegionName,Time,month,day,hour,UtilizationFactor,MinimumServiceFactor
2+
Unit,-,Year,-,-,-,-,-
3+
gasCCGT,R1,2020,all-year,all-week,night,1,0.2
4+
gasCCGT,R1,2020,all-year,all-week,morning,1,0.4
5+
gasCCGT,R1,2020,all-year,all-week,afternoon,1,0.6
6+
gasCCGT,R1,2020,all-year,all-week,early-peak,1,0.4
7+
gasCCGT,R1,2020,all-year,all-week,late-peak,1,0.8
8+
gasCCGT,R1,2020,all-year,all-week,evening,1,1
9+
windturbine,R1,2020,all-year,all-week,night,1,0
10+
windturbine,R1,2020,all-year,all-week,morning,1,0
11+
windturbine,R1,2020,all-year,all-week,afternoon,1,0
12+
windturbine,R1,2020,all-year,all-week,early-peak,1,0
13+
windturbine,R1,2020,all-year,all-week,late-peak,1,0
14+
windturbine,R1,2020,all-year,all-week,evening,1,0
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ProcessName,RegionName,Time,ObjSort,month,day,hour,UtilizationFactor,MinimumServiceFactor
2-
Unit,-,Year,-,-,-,-,-,-
3-
gasCCGT,R1,2020,upper,all-year,all-week,night,1,0.2
4-
gasCCGT,R1,2020,upper,all-year,all-week,morning,1,0.4
5-
gasCCGT,R1,2020,upper,all-year,all-week,afternoon,1,0.6
6-
gasCCGT,R1,2020,upper,all-year,all-week,early-peak,1,0.4
7-
gasCCGT,R1,2020,upper,all-year,all-week,late-peak,1,0.8
8-
gasCCGT,R1,2020,upper,all-year,all-week,evening,1,1
9-
windturbine,R1,2020,upper,all-year,all-week,night,1,0
10-
windturbine,R1,2020,upper,all-year,all-week,morning,0.5,0
11-
windturbine,R1,2020,upper,all-year,all-week,afternoon,0.5,0
12-
windturbine,R1,2020,upper,all-year,all-week,early-peak,1,0
13-
windturbine,R1,2020,upper,all-year,all-week,late-peak,1,0
14-
windturbine,R1,2020,upper,all-year,all-week,evening,1,0
1+
ProcessName,RegionName,Time,month,day,hour,UtilizationFactor,MinimumServiceFactor
2+
Unit,-,Year,-,-,-,-,-
3+
gasCCGT,R1,2020,all-year,all-week,night,1,0.2
4+
gasCCGT,R1,2020,all-year,all-week,morning,1,0.4
5+
gasCCGT,R1,2020,all-year,all-week,afternoon,1,0.6
6+
gasCCGT,R1,2020,all-year,all-week,early-peak,1,0.4
7+
gasCCGT,R1,2020,all-year,all-week,late-peak,1,0.8
8+
gasCCGT,R1,2020,all-year,all-week,evening,1,1
9+
windturbine,R1,2020,all-year,all-week,night,1,0
10+
windturbine,R1,2020,all-year,all-week,morning,0.5,0
11+
windturbine,R1,2020,all-year,all-week,afternoon,0.5,0
12+
windturbine,R1,2020,all-year,all-week,early-peak,1,0
13+
windturbine,R1,2020,all-year,all-week,late-peak,1,0
14+
windturbine,R1,2020,all-year,all-week,evening,1,0
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ProcessName,RegionName,Time,ObjSort,month,day,hour,UtilizationFactor,MinimumServiceFactor
2-
Unit,-,Year,-,-,-,-,-,-
3-
gasCCGT,R1,2020,upper,all-year,all-week,night,1,0
4-
gasCCGT,R1,2020,upper,all-year,all-week,morning,1,0
5-
gasCCGT,R1,2020,upper,all-year,all-week,afternoon,1,0
6-
gasCCGT,R1,2020,upper,all-year,all-week,early-peak,1,0
7-
gasCCGT,R1,2020,upper,all-year,all-week,late-peak,1,0
8-
gasCCGT,R1,2020,upper,all-year,all-week,evening,1,0
9-
windturbine,R1,2020,upper,all-year,all-week,night,1,0
10-
windturbine,R1,2020,upper,all-year,all-week,morning,1,0
11-
windturbine,R1,2020,upper,all-year,all-week,afternoon,1,0
12-
windturbine,R1,2020,upper,all-year,all-week,early-peak,1,0
13-
windturbine,R1,2020,upper,all-year,all-week,late-peak,1,0
14-
windturbine,R1,2020,upper,all-year,all-week,evening,1,0
1+
ProcessName,RegionName,Time,month,day,hour,UtilizationFactor,MinimumServiceFactor
2+
Unit,-,Year,-,-,-,-,-
3+
gasCCGT,R1,2020,all-year,all-week,night,1,0
4+
gasCCGT,R1,2020,all-year,all-week,morning,1,0
5+
gasCCGT,R1,2020,all-year,all-week,afternoon,1,0
6+
gasCCGT,R1,2020,all-year,all-week,early-peak,1,0
7+
gasCCGT,R1,2020,all-year,all-week,late-peak,1,0
8+
gasCCGT,R1,2020,all-year,all-week,evening,1,0
9+
windturbine,R1,2020,all-year,all-week,night,1,0
10+
windturbine,R1,2020,all-year,all-week,morning,1,0
11+
windturbine,R1,2020,all-year,all-week,afternoon,1,0
12+
windturbine,R1,2020,all-year,all-week,early-peak,1,0
13+
windturbine,R1,2020,all-year,all-week,late-peak,1,0
14+
windturbine,R1,2020,all-year,all-week,evening,1,0

0 commit comments

Comments
 (0)