Skip to content

Commit 8249806

Browse files
authored
Merge branch 'develop' into new-data-input
2 parents 40fcad3 + 2e8e1b5 commit 8249806

54 files changed

Lines changed: 2698 additions & 2826 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
- family-names: Hawkes
99
given-names: Adam
1010

11-
title: SGIModel/MUSE_OS
11+
title: MUSE_OS
1212
version: v1.0.1
1313
date-released: 2022-03-25

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77

88
project = "MUSE"
9-
copyright = "2022, Sustainable Gas Institute"
9+
copyright = "2024, Imperial College London"
1010
author = "Imperial College London"
1111
release = "1.1.0"
1212
version = ".".join(release.split(".")[:2])

docs/objects.inv

-20.5 KB
Binary file not shown.

docs/python

Whitespace-only changes.

docs/requirements.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/tutorial-code/0-new-decision-metric/Results/MCAMetric_Consumption.csv

Lines changed: 277 additions & 277 deletions
Large diffs are not rendered by default.

docs/tutorial-code/0-new-decision-metric/Results/MCAMetric_Supply.csv

Lines changed: 379 additions & 379 deletions
Large diffs are not rendered by default.

docs/tutorial-code/0-new-decision-metric/settings.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ commodities_out = '{path}/technodata/power/CommOut.csv'
7676
agents = '{path}/technodata/Agents.csv'
7777
existing_capacity = '{path}/technodata/power/ExistingCapacity.csv'
7878
lpsolver = "scipy"
79+
demand_share = "standard_demand"
7980

8081
[sectors.gas]
8182
type = 'default'
@@ -89,6 +90,7 @@ commodities_out = '{path}/technodata/gas/CommOut.csv'
8990
agents = '{path}/technodata/Agents.csv'
9091
existing_capacity = '{path}/technodata/gas/ExistingCapacity.csv'
9192
lpsolver = "scipy"
93+
demand_share = "standard_demand"
9294

9395
[sectors.residential_presets]
9496
type = 'presets'

docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCAMetric_Consumption.csv

Lines changed: 205 additions & 205 deletions
Large diffs are not rendered by default.

docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCAMetric_Supply.csv

Lines changed: 235 additions & 235 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)