MUSE-OS 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- MUSE_OS-1.0.2/.bumpversion.cfg +8 -0
- MUSE_OS-1.0.2/.dockerignore +15 -0
- MUSE_OS-1.0.2/.editorconfig +12 -0
- MUSE_OS-1.0.2/.flake8 +11 -0
- MUSE_OS-1.0.2/.github/PULL_REQUEST_TEMPLATE.md +28 -0
- MUSE_OS-1.0.2/.github/dependabot.yml +11 -0
- MUSE_OS-1.0.2/.github/workflows/broken-link-check.yml +21 -0
- MUSE_OS-1.0.2/.github/workflows/ci.yml +147 -0
- MUSE_OS-1.0.2/.github/workflows/documentation.yml +57 -0
- MUSE_OS-1.0.2/.github/workflows/pre-commit_autoupdate.yml +20 -0
- MUSE_OS-1.0.2/.github/workflows/remove_old_artifacts.yml +18 -0
- MUSE_OS-1.0.2/.gitignore +169 -0
- MUSE_OS-1.0.2/.pre-commit-config.yaml +30 -0
- MUSE_OS-1.0.2/.readthedocs.yaml +28 -0
- MUSE_OS-1.0.2/.vscode/extensions.json +14 -0
- MUSE_OS-1.0.2/.vscode/launch.json +56 -0
- MUSE_OS-1.0.2/.vscode/settings.json +11 -0
- MUSE_OS-1.0.2/CHANGELOG.md +74 -0
- MUSE_OS-1.0.2/CITATION.cff +13 -0
- MUSE_OS-1.0.2/LICENSE +674 -0
- MUSE_OS-1.0.2/PKG-INFO +168 -0
- MUSE_OS-1.0.2/README.md +148 -0
- MUSE_OS-1.0.2/docs/Makefile +20 -0
- MUSE_OS-1.0.2/docs/_config.yml +1 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/CacheCapacity.csv +5 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2025.csv +9 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2045.csv +9 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2050.csv +9 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/MCACapacity.csv +57 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2020.csv +16 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2025.csv +24 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2030.csv +28 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2035.csv +32 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2040.csv +36 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2045.csv +39 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2050.csv +33 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2035.csv +17 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2040.csv +15 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2045.csv +13 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2020.csv +31 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2025.csv +43 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2030.csv +49 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2035.csv +49 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2040.csv +49 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2045.csv +37 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2050.csv +25 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2020.txt +58 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2025.txt +106 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2030.txt +106 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2035.txt +130 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2040.txt +106 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2045.txt +106 -0
- MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2050.txt +130 -0
- MUSE_OS-1.0.2/docs/advanced-guide/api.rst +237 -0
- MUSE_OS-1.0.2/docs/advanced-guide/extending-muse.ipynb +679 -0
- MUSE_OS-1.0.2/docs/advanced-guide/further-extending-muse.ipynb +358 -0
- MUSE_OS-1.0.2/docs/advanced-guide/index.rst +13 -0
- MUSE_OS-1.0.2/docs/advanced-guide/mynewfunctions.py +11 -0
- MUSE_OS-1.0.2/docs/api.rst +237 -0
- MUSE_OS-1.0.2/docs/conf.py +62 -0
- MUSE_OS-1.0.2/docs/example-output.ipynb +3152 -0
- MUSE_OS-1.0.2/docs/faq.rst +83 -0
- MUSE_OS-1.0.2/docs/figures/MUSE-diagram-carbon-budget-colour.png +0 -0
- MUSE_OS-1.0.2/docs/figures/muse_overview.jpg +0 -0
- MUSE_OS-1.0.2/docs/figures/time-horizon.graffle +0 -0
- MUSE_OS-1.0.2/docs/figures/time-horizon.pdf +0 -0
- MUSE_OS-1.0.2/docs/figures/time-horizon_1.pdf +0 -0
- MUSE_OS-1.0.2/docs/figures/visual-studio-installation.png +0 -0
- MUSE_OS-1.0.2/docs/glossary.rst +66 -0
- MUSE_OS-1.0.2/docs/index.rst +33 -0
- MUSE_OS-1.0.2/docs/inputs/agents.rst +226 -0
- MUSE_OS-1.0.2/docs/inputs/commodities.rst +53 -0
- MUSE_OS-1.0.2/docs/inputs/commodities_io.png +0 -0
- MUSE_OS-1.0.2/docs/inputs/commodities_io.rst +76 -0
- MUSE_OS-1.0.2/docs/inputs/commodities_io_table.png +0 -0
- MUSE_OS-1.0.2/docs/inputs/correlation_files.rst +122 -0
- MUSE_OS-1.0.2/docs/inputs/existing_capacity.rst +31 -0
- MUSE_OS-1.0.2/docs/inputs/index.rst +24 -0
- MUSE_OS-1.0.2/docs/inputs/inputs_csv.rst +29 -0
- MUSE_OS-1.0.2/docs/inputs/projections.rst +67 -0
- MUSE_OS-1.0.2/docs/inputs/technodata.rst +174 -0
- MUSE_OS-1.0.2/docs/inputs/technodata_timeslices.rst +48 -0
- MUSE_OS-1.0.2/docs/inputs/toml.rst +648 -0
- MUSE_OS-1.0.2/docs/inputs/toml_primer.rst +83 -0
- MUSE_OS-1.0.2/docs/installing-muse.rst +144 -0
- MUSE_OS-1.0.2/docs/make.bat +35 -0
- MUSE_OS-1.0.2/docs/muse-components.rst +85 -0
- MUSE_OS-1.0.2/docs/objects.inv +0 -0
- MUSE_OS-1.0.2/docs/overview.rst +140 -0
- MUSE_OS-1.0.2/docs/python +0 -0
- MUSE_OS-1.0.2/docs/requirements.txt +10 -0
- MUSE_OS-1.0.2/docs/running-muse-example.ipynb +402 -0
- MUSE_OS-1.0.2/docs/source/muse.agents.rst +30 -0
- MUSE_OS-1.0.2/docs/source/muse.outputs.rst +46 -0
- MUSE_OS-1.0.2/docs/source/muse.readers.rst +30 -0
- MUSE_OS-1.0.2/docs/source/muse.sectors.rst +62 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2025.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/MCACapacity.csv +16 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/MCAPrices.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2020.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2025.csv +37 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2030.csv +38 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2035.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2040.csv +44 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2045.csv +65 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2050.csv +59 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/settings.toml +141 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/CommIn.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/CommOut.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/Technodata.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/visualisation-of-results.ipynb +177 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2025.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/MCACapacity.csv +37 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2020.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2025.csv +39 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2030.csv +38 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2035.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2040.csv +44 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2045.csv +65 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2050.csv +69 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/settings.toml +140 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/solar-scenario-results.ipynb +70 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/CommIn.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/CommOut.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/Technodata.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2025.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/MCACapacity.csv +62 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2020.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2025.csv +39 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2030.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2035.csv +47 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2040.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2045.csv +53 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2050.csv +39 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2025.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2030.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2035.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2040.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2045.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2025.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2030.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2035.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2040.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/settings.toml +140 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/Agents.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/CommIn.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/CommOut.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/Technodata.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/visualise-new-agent-multiple-objective.ipynb +179 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2025.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/MCACapacity.csv +75 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2020.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2025.csv +26 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2030.csv +26 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2035.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2040.csv +36 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2045.csv +59 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2050.csv +67 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2035.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2040.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2045.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2050.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2035.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2040.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2045.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2050.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/settings.toml +140 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/Agents.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/CommIn.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/CommOut.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/Technodata.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/visualise-new-agent-single-objective.ipynb +179 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2020.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2025.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2035.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2040.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2045.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2050.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/MCACapacity.csv +139 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/MCAPrices.csv +337 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2025.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2030.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2035.csv +51 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2040.csv +62 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2045.csv +109 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2050.csv +127 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2020.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2025.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2035.csv +33 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2040.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2045.csv +33 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2050.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2020.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2025.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2030.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2035.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2040.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2045.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2050.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/BaseYearExport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/BaseYearImport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/Projections.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/settings.toml +140 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/Agents.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/CommIn.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/CommOut.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/Technodata 2.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/Technodata.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/preset/Residential2020Consumption.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/preset/Residential2050Consumption.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/visualise-new-region.ipynb +220 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2020.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2025.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2035.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2040.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2045.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2050.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/MCACapacity.csv +125 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/MCAPrices.csv +449 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2025.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2035.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2040.csv +53 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2045.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2050.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2020.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2025.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2035.csv +33 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2040.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2045.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2050.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2020.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2025.csv +16 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2030.csv +18 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2035.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2040.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2045.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2050.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/BaseYearExport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/BaseYearImport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/Projections.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/settings.toml +142 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/Agents.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/CommIn.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/CommOut.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/Technodata.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/preset/Residential2020Consumption.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/preset/Residential2050Consumption.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/visualise-timing-result-changes.ipynb +118 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2020.csv +19 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2022.csv +19 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2024.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2025.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2026.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2028.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2030.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2032.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2034.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2035.csv +1 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2036.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2038.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2040.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/MCACapacity.csv +181 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/MCAPrices.csv +705 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2022.csv +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2024.csv +75 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2025.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2026.csv +69 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2028.csv +71 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2030.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2032.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2034.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2035.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2036.csv +85 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2038.csv +123 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2040.csv +103 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2020.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2022.csv +33 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2024.csv +57 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2025.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2026.csv +71 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2028.csv +77 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2030.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2032.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2034.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2035.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2036.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2038.csv +81 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2040.csv +77 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2020.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2022.csv +19 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2024.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2026.csv +27 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2028.csv +27 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2030.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2032.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2034.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2035.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2036.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2038.csv +29 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2040.csv +27 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/BaseYearExport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/BaseYearImport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/Projections.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/settings.toml +143 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/Agents.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/CommIn.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/CommOut.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/Technodata.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/preset/Residential2020Consumption.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/preset/Residential2050Consumption.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/visualise-time-framework-changes.ipynb +328 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/CommIn.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/CommOut.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/Technodata.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/visualise-service-demand-addition.ipynb +218 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/settings.toml +146 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/settings_residential_regressed.toml +77 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/Macrodrivers.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/TimesliceSharepreset.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/regressionparameters.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/timeslices.csv +1 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2025.csv +16 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2030.csv +24 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2035.csv +24 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2040.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2045.csv +38 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2050.csv +51 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/MCACapacity.csv +34 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2020.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2025.csv +30 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2030.csv +33 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2035.csv +35 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2040.csv +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2045.csv +51 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2050.csv +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2020.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2025.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2030.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2035.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2040.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2045.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2050.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2035.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2040.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2045.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2050.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/settings.toml +143 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/Macrodrivers.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/TimesliceSharepreset.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/regressionparameters.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/visualise-correlation-demand.ipynb +216 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCACapacity.csv +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2020.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2025.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2030.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2035.csv +28 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2040.csv +35 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2045.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2050.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2020.csv +19 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2025.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2030.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2035.csv +43 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2040.csv +55 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2045.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2050.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2020.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2025.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2030.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2035.csv +43 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2040.csv +55 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2045.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2050.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/output.py +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/settings.toml +159 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2020.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2030.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2035.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2045.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2050.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/MCACapacity.csv +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2020.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2025.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2030.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2035.csv +28 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2040.csv +35 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2045.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2050.csv +41 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2020.csv +19 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2025.csv +25 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2030.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2035.csv +43 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2040.csv +55 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2045.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2050.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2020.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2025.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2030.csv +31 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2035.csv +43 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2040.csv +55 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2045.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2050.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/output.py +45 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/settings.toml +159 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2020.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2025.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2030.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2035.csv +11 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2040.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2045.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2050.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/MCACapacity.csv +115 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/MCAPrices.csv +337 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2020.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2025.csv +18 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2030.csv +23 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2035.csv +37 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2040.csv +44 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2045.csv +39 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2050.csv +38 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2020.csv +15 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2030.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2040.csv +21 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2045.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2050.csv +17 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2020.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2025.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2030.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2035.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2040.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2045.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2050.csv +73 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/BaseYearExport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/BaseYearImport.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/Projections.csv +40 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/settings.toml +143 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/Agents.csv +9 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/CommIn.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/CommOut.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/Technodata.csv +4 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/Agents.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/CommIn.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/CommOut.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/ExistingTrade.csv +50 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/Technodata.csv +14 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/TradeTechnodata.csv +61 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/preset/Residential2020Consumption.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/preset/Residential2050Consumption.csv +13 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/docs/user-guide/add-agent.ipynb +378 -0
- MUSE_OS-1.0.2/docs/user-guide/add-gdp-correlation-demand.ipynb +365 -0
- MUSE_OS-1.0.2/docs/user-guide/add-region.ipynb +217 -0
- MUSE_OS-1.0.2/docs/user-guide/add-solar.ipynb +609 -0
- MUSE_OS-1.0.2/docs/user-guide/addition-service-demand.ipynb +461 -0
- MUSE_OS-1.0.2/docs/user-guide/index.rst +91 -0
- MUSE_OS-1.0.2/docs/user-guide/min-max-timeslice-constraints.ipynb +302 -0
- MUSE_OS-1.0.2/docs/user-guide/modify-timing-data.ipynb +370 -0
- MUSE_OS-1.0.2/docs/user-guide/trade.ipynb +344 -0
- MUSE_OS-1.0.2/pyproject.toml +108 -0
- MUSE_OS-1.0.2/run/default_settings.toml +88 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2025.csv +9 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2045.csv +9 -0
- MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2050.csv +9 -0
- MUSE_OS-1.0.2/run/example/default/Results/MCACapacity.csv +31 -0
- MUSE_OS-1.0.2/run/example/default/Results/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2020.csv +8 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2025.csv +35 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2030.csv +35 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2035.csv +39 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2040.csv +43 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2045.csv +55 -0
- MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2050.csv +51 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/run/example/default/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/run/example/default/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/run/example/default/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/run/example/default/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/run/example/default/settings.toml +140 -0
- MUSE_OS-1.0.2/run/example/default/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/run/example/default/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/run/example/default/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/run/example/default/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/run/example/default/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/run/example/default/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/run/example/medium/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/run/example/medium/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/run/example/medium/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/run/example/medium/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/preset/Residential2020Consumption.csv +13 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/preset/Residential2050Consumption.csv +13 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/run/example/medium/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/run/example/minimum_service/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/run/example/minimum_service/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/run/example/minimum_service/input/GlobalCommodities.csv +10 -0
- MUSE_OS-1.0.2/run/example/minimum_service/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/run/example/minimum_service/settings.toml +83 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/CommIn.csv +8 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/CommOut.csv +8 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/Existing.csv +3 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/Technodata.csv +6 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2010Consumption.csv +4 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2020Consumption.csv +4 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2030Consumption.csv +4 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2040Consumption.csv +4 -0
- MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2050Consumption.csv +4 -0
- MUSE_OS-1.0.2/run/example/multiple_agents/Agents.csv +5 -0
- MUSE_OS-1.0.2/run/example/multiple_agents/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2025.csv +9 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2045.csv +9 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2050.csv +9 -0
- MUSE_OS-1.0.2/run/example/outputs/default/MCACapacity.csv +31 -0
- MUSE_OS-1.0.2/run/example/outputs/default/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2020.csv +8 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2025.csv +35 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2030.csv +35 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2035.csv +39 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2040.csv +43 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2045.csv +55 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2050.csv +51 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2045.csv +11 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2020.csv +6 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2025.csv +8 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2030.csv +9 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2035.csv +7 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2040.csv +5 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2045.csv +5 -0
- MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2050.csv +5 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2010.csv +61 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2015.csv +71 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2020.csv +81 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2025.csv +86 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2030.csv +83 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2035.csv +72 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2040.csv +53 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2045.csv +41 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2050.csv +29 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2010.csv +9 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2015.csv +11 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2020.csv +15 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2025.csv +19 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2030.csv +23 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2035.csv +21 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2040.csv +17 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2045.csv +18 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2050.csv +19 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/MCACapacity.csv +16 -0
- MUSE_OS-1.0.2/run/example/outputs/minimum_service/MCASupply.csv +55 -0
- MUSE_OS-1.0.2/run/example/trade/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/run/example/trade/input/Projections.csv +59 -0
- MUSE_OS-1.0.2/run/example/trade/settings.toml +150 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/Agents.csv +7 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/gas/CommIn.csv +5 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/gas/CommOut.csv +5 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/gas/ExistingTrade.csv +14 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/gas/Technodata.csv +5 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/gas/TradeTechnodata.csv +16 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/CommIn.csv +8 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/CommOut.csv +8 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/ExistingTrade.csv +44 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/Technodata.csv +8 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/power/TradeTechnodata.csv +31 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2020Consumption.csv +19 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2030Consumption.csv +19 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2050Consumption.csv +19 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/residential/Agents.csv +7 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/residential/CommIn.csv +8 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/residential/CommOut.csv +8 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/residential/ExistingCapacity.csv +7 -0
- MUSE_OS-1.0.2/run/example/trade/technodata/residential/Technodata.csv +8 -0
- MUSE_OS-1.0.2/setup.cfg +4 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/PKG-INFO +168 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/SOURCES.txt +1250 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/dependency_links.txt +1 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/entry_points.txt +2 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/requires.txt +40 -0
- MUSE_OS-1.0.2/src/MUSE_OS.egg-info/top_level.txt +1 -0
- MUSE_OS-1.0.2/src/muse/__init__.py +55 -0
- MUSE_OS-1.0.2/src/muse/__main__.py +57 -0
- MUSE_OS-1.0.2/src/muse/agents/__init__.py +11 -0
- MUSE_OS-1.0.2/src/muse/agents/agent.py +433 -0
- MUSE_OS-1.0.2/src/muse/agents/factories.py +415 -0
- MUSE_OS-1.0.2/src/muse/carbon_budget.py +509 -0
- MUSE_OS-1.0.2/src/muse/commodities.py +335 -0
- MUSE_OS-1.0.2/src/muse/conftest.py +12 -0
- MUSE_OS-1.0.2/src/muse/constraints.py +1124 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCACapacity.csv +85 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Capital_Costs.csv +625 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Consumption.csv +529 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Eac.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Emission_Costs.csv +1489 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Fuel_Costs.csv +2293 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Lcoe.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Supply.csv +967 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAPrices.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCACapacity.csv +79 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Capital_Costs.csv +589 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Consumption.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Eac.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Emission_Costs.csv +1369 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Fuel_Costs.csv +2257 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Lcoe.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Supply.csv +889 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAPrices.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCACapacity.csv +89 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Capital_Costs.csv +619 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Consumption.csv +517 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Eac.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Emission_Costs.csv +1507 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Fuel_Costs.csv +2293 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Lcoe.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Supply.csv +997 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAPrices.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCACapacity.csv +75 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Capital_Costs.csv +571 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Consumption.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Eac.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Emission_Costs.csv +1327 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Fuel_Costs.csv +2185 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Lcoe.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Supply.csv +871 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAPrices.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections0307low.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections0703low.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/ProjectionsFUELlow.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/ProjectionsLCOElow.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Regions.csv +2 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_37_Budget.toml +177 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_73_Budget.toml +169 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_FUEL_Budget.toml +170 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_LCOE_Budget.toml +169 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/CommIn.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/CommOut.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/Technodata.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2060Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Agents_0307.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Macrodrivers.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/Agents_0703.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/Agents.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/Agents.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCACapacity.csv +85 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Capital_Costs.csv +661 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Consumption.csv +487 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Eac.csv +595 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Emission_Costs.csv +1573 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Fuel_Costs.csv +2557 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Lcoe.csv +595 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Supply.csv +1099 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAPrices.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/ProjectionsBudgetlow.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/Regions.csv +2 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/settings_SOS_EAC_budget.toml +170 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/CommIn.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/CommOut.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/ExistingCapacity.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/Technodata.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2060Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Agents_lim.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Macrodrivers.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/default_settings.toml +88 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/settings.toml +146 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/output.py +45 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/settings.toml +165 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/CommIn.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/CommOut.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/ExistingCapacity.csv +2 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/Technodata.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/preset/Residential2020Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/preset/Residential2050Consumption.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/CommIn.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/TechnodataTimeslices.csv +14 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/input/GlobalCommodities.csv +7 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/preset/Residential2020Consumption.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/preset/Residential2050Consumption.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/BaseYearExport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/BaseYearImport.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/GlobalCommodities.csv +10 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/Projections.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/settings.toml +86 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/CommIn.csv +8 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/CommOut.csv +8 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/Existing.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/Technodata.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2010Consumption.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2020Consumption.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2030Consumption.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2040Consumption.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2050Consumption.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/Agents.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/residential/ExistingCapacity.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/residential/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2020.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2025.csv +9 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2035.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2040.csv +11 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2045.csv +9 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2050.csv +9 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/MCACapacity.csv +57 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/MCAPrices.csv +169 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2020.csv +16 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2025.csv +24 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2030.csv +30 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2035.csv +36 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2040.csv +42 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2045.csv +47 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2050.csv +45 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2020.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2025.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2030.csv +15 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2035.csv +17 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2040.csv +15 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2045.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2050.csv +11 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2020.csv +25 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2025.csv +25 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2030.csv +25 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2035.csv +25 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2040.csv +25 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2045.csv +19 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2050.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2010.csv +61 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2015.csv +71 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2020.csv +81 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2025.csv +86 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2030.csv +83 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2035.csv +72 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2040.csv +53 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2045.csv +41 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2050.csv +29 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2010.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2015.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2020.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2025.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2030.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2035.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2040.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2045.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2050.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/MCACapacity.csv +35 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/MCAMetric_Supply.csv +205 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/trade/Capacities.csv +31 -0
- MUSE_OS-1.0.2/src/muse/data/example/outputs/trade/Prices.csv +133 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/input/GlobalCommodities.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/input/Projections.csv +40 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/settings.toml +159 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/Agents.csv +3 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/CommIn.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/CommOut.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/ExistingTrade.csv +12 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/Technodata.csv +4 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/TradeTechnodata.csv +15 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/CommIn.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/CommOut.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/ExistingTrade.csv +32 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/Technodata.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/TradeTechnodata.csv +21 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2020Consumption.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2030Consumption.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2050Consumption.csv +13 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/Agents.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/CommIn.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/CommOut.csv +6 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/ExistingCapacity.csv +5 -0
- MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/Technodata.csv +6 -0
- MUSE_OS-1.0.2/src/muse/decisions.py +338 -0
- MUSE_OS-1.0.2/src/muse/decorators.py +34 -0
- MUSE_OS-1.0.2/src/muse/defaults.py +18 -0
- MUSE_OS-1.0.2/src/muse/demand_matching.py +321 -0
- MUSE_OS-1.0.2/src/muse/demand_share.py +662 -0
- MUSE_OS-1.0.2/src/muse/errors.py +91 -0
- MUSE_OS-1.0.2/src/muse/examples.py +397 -0
- MUSE_OS-1.0.2/src/muse/filters.py +465 -0
- MUSE_OS-1.0.2/src/muse/hooks.py +171 -0
- MUSE_OS-1.0.2/src/muse/interactions.py +182 -0
- MUSE_OS-1.0.2/src/muse/investments.py +419 -0
- MUSE_OS-1.0.2/src/muse/mca.py +696 -0
- MUSE_OS-1.0.2/src/muse/objectives.py +901 -0
- MUSE_OS-1.0.2/src/muse/outputs/__init__.py +3 -0
- MUSE_OS-1.0.2/src/muse/outputs/cache.py +493 -0
- MUSE_OS-1.0.2/src/muse/outputs/mca.py +1315 -0
- MUSE_OS-1.0.2/src/muse/outputs/sector.py +237 -0
- MUSE_OS-1.0.2/src/muse/outputs/sinks.py +362 -0
- MUSE_OS-1.0.2/src/muse/production.py +210 -0
- MUSE_OS-1.0.2/src/muse/quantities.py +638 -0
- MUSE_OS-1.0.2/src/muse/readers/__init__.py +34 -0
- MUSE_OS-1.0.2/src/muse/readers/csv.py +925 -0
- MUSE_OS-1.0.2/src/muse/readers/toml.py +953 -0
- MUSE_OS-1.0.2/src/muse/registration.py +197 -0
- MUSE_OS-1.0.2/src/muse/regressions.py +518 -0
- MUSE_OS-1.0.2/src/muse/sectors/__init__.py +43 -0
- MUSE_OS-1.0.2/src/muse/sectors/abstract.py +35 -0
- MUSE_OS-1.0.2/src/muse/sectors/legacy_sector.py +453 -0
- MUSE_OS-1.0.2/src/muse/sectors/preset_sector.py +188 -0
- MUSE_OS-1.0.2/src/muse/sectors/register.py +58 -0
- MUSE_OS-1.0.2/src/muse/sectors/sector.py +424 -0
- MUSE_OS-1.0.2/src/muse/sectors/subsector.py +266 -0
- MUSE_OS-1.0.2/src/muse/timeslices.py +592 -0
- MUSE_OS-1.0.2/src/muse/utilities.py +671 -0
- MUSE_OS-1.0.2/tests/conftest.py +641 -0
- MUSE_OS-1.0.2/tests/test_agents.py +212 -0
- MUSE_OS-1.0.2/tests/test_aggregoutput.py +118 -0
- MUSE_OS-1.0.2/tests/test_carbon_budget.py +202 -0
- MUSE_OS-1.0.2/tests/test_commodity.py +27 -0
- MUSE_OS-1.0.2/tests/test_constraints.py +487 -0
- MUSE_OS-1.0.2/tests/test_decisions.py +153 -0
- MUSE_OS-1.0.2/tests/test_demand_matching.py +192 -0
- MUSE_OS-1.0.2/tests/test_demand_share.py +386 -0
- MUSE_OS-1.0.2/tests/test_filters.py +237 -0
- MUSE_OS-1.0.2/tests/test_fullsim_regression.py +30 -0
- MUSE_OS-1.0.2/tests/test_interactions.py +82 -0
- MUSE_OS-1.0.2/tests/test_investments.py +84 -0
- MUSE_OS-1.0.2/tests/test_legacy_sector.py +184 -0
- MUSE_OS-1.0.2/tests/test_mca.py +181 -0
- MUSE_OS-1.0.2/tests/test_minimum_service.py +66 -0
- MUSE_OS-1.0.2/tests/test_objectives.py +423 -0
- MUSE_OS-1.0.2/tests/test_outputs.py +689 -0
- MUSE_OS-1.0.2/tests/test_presets.py +141 -0
- MUSE_OS-1.0.2/tests/test_quantities.py +596 -0
- MUSE_OS-1.0.2/tests/test_readers.py +421 -0
- MUSE_OS-1.0.2/tests/test_regressions.py +98 -0
- MUSE_OS-1.0.2/tests/test_subsector.py +136 -0
- MUSE_OS-1.0.2/tests/test_timeslice_output.py +157 -0
- MUSE_OS-1.0.2/tests/test_timeslices.py +249 -0
- MUSE_OS-1.0.2/tests/test_trade.py +152 -0
- MUSE_OS-1.0.2/tests/test_utilities.py +300 -0
MUSE_OS-1.0.2/.flake8
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Description
|
|
2
|
+
|
|
3
|
+
*Please include a summary of the change and which issue is fixed (if any). Please also
|
|
4
|
+
include relevant motivation and context. List any dependencies that are required for
|
|
5
|
+
this change.*
|
|
6
|
+
|
|
7
|
+
Fixes # (issue)
|
|
8
|
+
|
|
9
|
+
## Type of change
|
|
10
|
+
|
|
11
|
+
Please add a line in the relevant section of
|
|
12
|
+
[CHANGELOG.md](https://github.com/SGIModel/StarMuse/blob/development/CHANGELOG.md) to
|
|
13
|
+
document the change (include PR #) - note reverse order of PR #s.
|
|
14
|
+
|
|
15
|
+
- [ ] New feature (non-breaking change which adds functionality)
|
|
16
|
+
- [ ] Optimization (non-breaking, back-end change that speeds up the code)
|
|
17
|
+
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
18
|
+
- [ ] Breaking change (whatever its nature)
|
|
19
|
+
|
|
20
|
+
## Key checklist
|
|
21
|
+
|
|
22
|
+
- [ ] All tests pass: `$ python -m pytest`
|
|
23
|
+
- [ ] The documentation builds and looks OK: `$ python -m sphinx -b html docs docs/build`
|
|
24
|
+
|
|
25
|
+
## Further checks
|
|
26
|
+
|
|
27
|
+
- [ ] Code is commented, particularly in hard-to-understand areas
|
|
28
|
+
- [ ] Tests added that prove fix is effective or that feature works
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
|
3
|
+
# Please see the documentation for all configuration options:
|
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
5
|
+
|
|
6
|
+
version: 2
|
|
7
|
+
updates:
|
|
8
|
+
- package-ecosystem: "github-actions"
|
|
9
|
+
directory: "/"
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
on:
|
|
2
|
+
schedule:
|
|
3
|
+
- cron: 0 0 1 * * # run monthly
|
|
4
|
+
repository_dispatch: # run manually
|
|
5
|
+
types: [check-link]
|
|
6
|
+
push:
|
|
7
|
+
branches: [main, develop]
|
|
8
|
+
pull_request:
|
|
9
|
+
types: [opened, synchronize, reopened]
|
|
10
|
+
|
|
11
|
+
name: Broken Link Check
|
|
12
|
+
jobs:
|
|
13
|
+
check:
|
|
14
|
+
name: Broken Link Check
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
steps:
|
|
17
|
+
- name: Broken Link Check
|
|
18
|
+
uses: ruzickap/action-my-broken-link-checker@v2
|
|
19
|
+
with:
|
|
20
|
+
url: https://muse-os.readthedocs.io/en/latest/
|
|
21
|
+
cmd_params: '--timeout=20 --buffer-size=8192 --max-connections=3 --color=always --skip-tls-verification --header="User-Agent:curl/7.54.0"' # muffet parameters
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
name: QA, tests and publishing
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
types: [opened, synchronize, reopened]
|
|
6
|
+
push:
|
|
7
|
+
branches: [main, develop]
|
|
8
|
+
tags:
|
|
9
|
+
- '*'
|
|
10
|
+
jobs:
|
|
11
|
+
# Checks the style using the pre-commit hooks
|
|
12
|
+
qa:
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
steps:
|
|
15
|
+
- uses: actions/checkout@v3
|
|
16
|
+
- uses: pre-commit/action@v3.0.0
|
|
17
|
+
|
|
18
|
+
# Only then, normal testing proceeds
|
|
19
|
+
unit-tests:
|
|
20
|
+
needs: qa
|
|
21
|
+
runs-on: ${{ matrix.os }}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
strategy:
|
|
25
|
+
fail-fast: false
|
|
26
|
+
matrix:
|
|
27
|
+
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
28
|
+
python-version: ["3.8", "3.9"]
|
|
29
|
+
|
|
30
|
+
steps:
|
|
31
|
+
- uses: actions/checkout@v3
|
|
32
|
+
- name: Set up Python ${{ matrix.python-version }}
|
|
33
|
+
uses: actions/setup-python@v4
|
|
34
|
+
with:
|
|
35
|
+
python-version: ${{ matrix.python-version }}
|
|
36
|
+
|
|
37
|
+
- name: Install dependencies
|
|
38
|
+
run: |
|
|
39
|
+
python -m pip install --upgrade pip==22.1.2
|
|
40
|
+
pip install -U setuptools==62.6.0 wheel xlrd==1.2.0
|
|
41
|
+
pip install -e .[all]
|
|
42
|
+
|
|
43
|
+
# The unit tests, with coverage under linux
|
|
44
|
+
- name: Unit tests (linux)
|
|
45
|
+
if: (runner.os == 'Linux')
|
|
46
|
+
run: |
|
|
47
|
+
pip install pytest-cov
|
|
48
|
+
pytest -m "not regression" --junitxml=junit/pytest.xml \
|
|
49
|
+
--cov=muse \
|
|
50
|
+
--cov-branch \
|
|
51
|
+
--cov-report=xml:coverage/coverage.xml
|
|
52
|
+
|
|
53
|
+
- name: Unit tests (not linux)
|
|
54
|
+
if: (runner.os != 'Linux')
|
|
55
|
+
run: pytest -m "not regression"
|
|
56
|
+
|
|
57
|
+
regression-tests:
|
|
58
|
+
needs: qa
|
|
59
|
+
runs-on: ${{ matrix.os }}
|
|
60
|
+
|
|
61
|
+
strategy:
|
|
62
|
+
fail-fast: false
|
|
63
|
+
matrix:
|
|
64
|
+
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
65
|
+
python-version: ["3.8", "3.9"]
|
|
66
|
+
|
|
67
|
+
steps:
|
|
68
|
+
- uses: actions/checkout@v3
|
|
69
|
+
- name: Set up Python ${{ matrix.python-version }}
|
|
70
|
+
uses: actions/setup-python@v4
|
|
71
|
+
with:
|
|
72
|
+
python-version: ${{ matrix.python-version }}
|
|
73
|
+
|
|
74
|
+
- name: Install dependencies
|
|
75
|
+
run: |
|
|
76
|
+
python -m pip install --upgrade pip==22.1.2
|
|
77
|
+
pip install -U setuptools==62.6.0 wheel xlrd==1.2.0
|
|
78
|
+
pip install -e .[all]
|
|
79
|
+
|
|
80
|
+
# The regression tests (with non coverage)
|
|
81
|
+
- name: Regression tests
|
|
82
|
+
run: pytest -m "regression"
|
|
83
|
+
|
|
84
|
+
# If all tests pass, we try to build a wheel
|
|
85
|
+
build-wheel:
|
|
86
|
+
# needs: [regression-tests, unit-tests]
|
|
87
|
+
name: Build source distribution
|
|
88
|
+
runs-on: ubuntu-latest
|
|
89
|
+
steps:
|
|
90
|
+
- uses: actions/checkout@v3
|
|
91
|
+
|
|
92
|
+
- name: Build sdist
|
|
93
|
+
run: |
|
|
94
|
+
python -m pip install --upgrade build
|
|
95
|
+
python -m build
|
|
96
|
+
|
|
97
|
+
- uses: actions/upload-artifact@v3
|
|
98
|
+
with:
|
|
99
|
+
path: dist/MUSE*
|
|
100
|
+
|
|
101
|
+
# And if we are pushing a tag, then we try to publish it
|
|
102
|
+
publish-TestPyPI:
|
|
103
|
+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
|
104
|
+
needs: build-wheel
|
|
105
|
+
name: Publish MUSE to TestPyPI
|
|
106
|
+
runs-on: ubuntu-latest
|
|
107
|
+
permissions:
|
|
108
|
+
id-token: write
|
|
109
|
+
|
|
110
|
+
steps:
|
|
111
|
+
|
|
112
|
+
- name: Download sdist artifact
|
|
113
|
+
uses: actions/download-artifact@v3
|
|
114
|
+
with:
|
|
115
|
+
name: artifact
|
|
116
|
+
path: dist
|
|
117
|
+
|
|
118
|
+
- name: Display structure of downloaded files
|
|
119
|
+
run: ls -R dist
|
|
120
|
+
|
|
121
|
+
- name: Publish package distributions to TestPyPI
|
|
122
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
123
|
+
with:
|
|
124
|
+
repository-url: https://test.pypi.org/legacy/
|
|
125
|
+
skip-existing: true
|
|
126
|
+
|
|
127
|
+
publish-PyPI:
|
|
128
|
+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
|
129
|
+
needs: publish-TestPyPI
|
|
130
|
+
name: Publish MUSE to PyPI
|
|
131
|
+
runs-on: ubuntu-latest
|
|
132
|
+
permissions:
|
|
133
|
+
id-token: write
|
|
134
|
+
|
|
135
|
+
steps:
|
|
136
|
+
|
|
137
|
+
- name: Download sdist artifact
|
|
138
|
+
uses: actions/download-artifact@v3
|
|
139
|
+
with:
|
|
140
|
+
name: artifact
|
|
141
|
+
path: dist
|
|
142
|
+
|
|
143
|
+
- name: Display structure of downloaded files
|
|
144
|
+
run: ls -R dist
|
|
145
|
+
|
|
146
|
+
- name: Publish package distributions to PyPI
|
|
147
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
name: "Build and publish documentation"
|
|
2
|
+
on:
|
|
3
|
+
pull_request:
|
|
4
|
+
types: [opened, synchronize, reopened]
|
|
5
|
+
push:
|
|
6
|
+
branches: ["main"]
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
html_docs:
|
|
10
|
+
runs-on: ubuntu-latest
|
|
11
|
+
steps:
|
|
12
|
+
- uses: actions/checkout@v3
|
|
13
|
+
- uses: ammaraskar/sphinx-action@master
|
|
14
|
+
with:
|
|
15
|
+
docs-folder: "docs/"
|
|
16
|
+
pre-build-command: |
|
|
17
|
+
apt update -y
|
|
18
|
+
apt install -y pandoc
|
|
19
|
+
python -m pip install -e .
|
|
20
|
+
python -m pip install --upgrade -r docs/requirements.txt
|
|
21
|
+
build-command: sphinx-build -n -b html . ../build/html
|
|
22
|
+
- uses: actions/upload-artifact@v3
|
|
23
|
+
with:
|
|
24
|
+
name: DocumentationHTML
|
|
25
|
+
path: build/html/
|
|
26
|
+
- name: Deploy
|
|
27
|
+
uses: peaceiris/actions-gh-pages@v3
|
|
28
|
+
if: github.ref == 'refs/heads/master'
|
|
29
|
+
with:
|
|
30
|
+
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
31
|
+
publish_dir: ./build/html
|
|
32
|
+
|
|
33
|
+
pdf_docs:
|
|
34
|
+
runs-on: ubuntu-latest
|
|
35
|
+
steps:
|
|
36
|
+
- uses: actions/checkout@v3
|
|
37
|
+
- uses: ammaraskar/sphinx-action@master
|
|
38
|
+
with:
|
|
39
|
+
docs-folder: "docs/"
|
|
40
|
+
pre-build-command: |
|
|
41
|
+
apt update -y
|
|
42
|
+
apt install -y pandoc
|
|
43
|
+
python -m pip install -e .
|
|
44
|
+
python -m pip install --upgrade -r docs/requirements.txt
|
|
45
|
+
build-command: sphinx-build -n -b latex . ../build/latex
|
|
46
|
+
- name: build latex
|
|
47
|
+
run: |
|
|
48
|
+
sudo apt update -y
|
|
49
|
+
sudo apt install -y latexmk texlive-latex-recommended \
|
|
50
|
+
texlive-latex-extra texlive-fonts-recommended
|
|
51
|
+
sudo chown -R $(whoami) build
|
|
52
|
+
cd build/latex
|
|
53
|
+
latexmk -interaction=nonstopmode -pdf muse
|
|
54
|
+
- uses: actions/upload-artifact@v3
|
|
55
|
+
with:
|
|
56
|
+
name: DocumentationPDF
|
|
57
|
+
path: build/latex/muse.pdf
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Pre-commit auto-update
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
schedule:
|
|
5
|
+
- cron: "0 0 * * 1" # midnight every Monday
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
auto-update:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
steps:
|
|
11
|
+
- uses: actions/checkout@v3
|
|
12
|
+
- uses: actions/setup-python@v4
|
|
13
|
+
- uses: browniebroke/pre-commit-autoupdate-action@main
|
|
14
|
+
- uses: peter-evans/create-pull-request@v5
|
|
15
|
+
with:
|
|
16
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
17
|
+
branch: update/pre-commit-hooks
|
|
18
|
+
title: Update pre-commit hooks
|
|
19
|
+
commit-message: "chore: update pre-commit hooks"
|
|
20
|
+
body: Update versions of pre-commit hooks to latest version.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Remove old artifacts
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
schedule:
|
|
5
|
+
- cron: '0 0 1 * *'
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
remove-old-artifacts:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
timeout-minutes: 10
|
|
11
|
+
|
|
12
|
+
steps:
|
|
13
|
+
- name: Remove old artifacts
|
|
14
|
+
uses: c-hive/gha-remove-artifacts@v1
|
|
15
|
+
with:
|
|
16
|
+
age: '15 days'
|
|
17
|
+
skip-tags: true
|
|
18
|
+
skip-recent: 5
|
MUSE_OS-1.0.2/.gitignore
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[cod]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
# C extensions
|
|
7
|
+
*.so
|
|
8
|
+
|
|
9
|
+
# Distribution / packaging
|
|
10
|
+
.Python
|
|
11
|
+
build/
|
|
12
|
+
develop-eggs/
|
|
13
|
+
dist/
|
|
14
|
+
downloads/
|
|
15
|
+
eggs/
|
|
16
|
+
.eggs/
|
|
17
|
+
lib/
|
|
18
|
+
lib64/
|
|
19
|
+
parts/
|
|
20
|
+
sdist/
|
|
21
|
+
var/
|
|
22
|
+
wheels/
|
|
23
|
+
pip-wheel-metadata/
|
|
24
|
+
share/python-wheels/
|
|
25
|
+
*.egg-info/
|
|
26
|
+
.installed.cfg
|
|
27
|
+
*.egg
|
|
28
|
+
MANIFEST
|
|
29
|
+
|
|
30
|
+
# PyInstaller
|
|
31
|
+
# Usually these files are written by a python script from a template
|
|
32
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
33
|
+
*.manifest
|
|
34
|
+
*.spec
|
|
35
|
+
|
|
36
|
+
# Installer logs
|
|
37
|
+
pip-log.txt
|
|
38
|
+
pip-delete-this-directory.txt
|
|
39
|
+
|
|
40
|
+
# Unit test / coverage reports
|
|
41
|
+
htmlcov/
|
|
42
|
+
.tox/
|
|
43
|
+
.nox/
|
|
44
|
+
.coverage
|
|
45
|
+
.coverage.*
|
|
46
|
+
.cache
|
|
47
|
+
nosetests.xml
|
|
48
|
+
coverage.xml
|
|
49
|
+
*.cover
|
|
50
|
+
.hypothesis/
|
|
51
|
+
.pytest_cache/
|
|
52
|
+
|
|
53
|
+
# Translations
|
|
54
|
+
*.mo
|
|
55
|
+
*.pot
|
|
56
|
+
|
|
57
|
+
# Django stuff:
|
|
58
|
+
*.log
|
|
59
|
+
local_settings.py
|
|
60
|
+
db.sqlite3
|
|
61
|
+
db.sqlite3-journal
|
|
62
|
+
|
|
63
|
+
# Flask stuff:
|
|
64
|
+
instance/
|
|
65
|
+
.webassets-cache
|
|
66
|
+
|
|
67
|
+
# Scrapy stuff:
|
|
68
|
+
.scrapy
|
|
69
|
+
|
|
70
|
+
# Sphinx documentation
|
|
71
|
+
docs/_build/
|
|
72
|
+
docs/_static/
|
|
73
|
+
docs/_sources/
|
|
74
|
+
docs/_modules/
|
|
75
|
+
docs/_images/
|
|
76
|
+
|
|
77
|
+
# PyBuilder
|
|
78
|
+
target/
|
|
79
|
+
|
|
80
|
+
# Jupyter Notebook
|
|
81
|
+
.ipynb_checkpoints
|
|
82
|
+
|
|
83
|
+
# IPython
|
|
84
|
+
profile_default/
|
|
85
|
+
ipython_config.py
|
|
86
|
+
|
|
87
|
+
# pyenv
|
|
88
|
+
.python-version
|
|
89
|
+
|
|
90
|
+
# pipenv
|
|
91
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
92
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
93
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
94
|
+
# install all needed dependencies.
|
|
95
|
+
#Pipfile.lock
|
|
96
|
+
|
|
97
|
+
# celery beat schedule file
|
|
98
|
+
celerybeat-schedule
|
|
99
|
+
|
|
100
|
+
# SageMath parsed files
|
|
101
|
+
*.sage.py
|
|
102
|
+
|
|
103
|
+
# Environments
|
|
104
|
+
.env
|
|
105
|
+
.venv
|
|
106
|
+
env/
|
|
107
|
+
venv/
|
|
108
|
+
ENV/
|
|
109
|
+
env.bak/
|
|
110
|
+
venv.bak/
|
|
111
|
+
|
|
112
|
+
# Spyder project settings
|
|
113
|
+
.spyderproject
|
|
114
|
+
.spyproject
|
|
115
|
+
|
|
116
|
+
# Rope project settings
|
|
117
|
+
.ropeproject
|
|
118
|
+
|
|
119
|
+
# mkdocs documentation
|
|
120
|
+
/site
|
|
121
|
+
|
|
122
|
+
# mypy
|
|
123
|
+
.mypy_cache/
|
|
124
|
+
.dmypy.json
|
|
125
|
+
dmypy.json
|
|
126
|
+
|
|
127
|
+
# Pyre type checker
|
|
128
|
+
.pyre/
|
|
129
|
+
|
|
130
|
+
/Results/
|
|
131
|
+
/FileLog.txt
|
|
132
|
+
/Power/Data/MusePower/Data/
|
|
133
|
+
/MUSEGlobalSettings.csv/
|
|
134
|
+
src/StarMUSE.egg-info/
|
|
135
|
+
/Industry/
|
|
136
|
+
/Agriculture/
|
|
137
|
+
/Transport/
|
|
138
|
+
/Commercial/
|
|
139
|
+
/Power/
|
|
140
|
+
/Refinery/
|
|
141
|
+
/Residential/
|
|
142
|
+
/Sequestration/
|
|
143
|
+
/Supply/
|
|
144
|
+
/ReferenceMaterial&Data/
|
|
145
|
+
junit/
|
|
146
|
+
.benchmarks/
|
|
147
|
+
other/
|
|
148
|
+
JUnits.xml
|
|
149
|
+
.DS_Store
|
|
150
|
+
docs/developer_guide/tutorial/*.md
|
|
151
|
+
docs/developer_guide/tutorial/Results
|
|
152
|
+
docs/developer_guide/tutorial/model/
|
|
153
|
+
docs/developer_guide/tutorial/mynewfunctions.py
|
|
154
|
+
.vim/
|
|
155
|
+
.tool-versions
|
|
156
|
+
.local/
|
|
157
|
+
.envrc
|
|
158
|
+
shell.nix
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
.vscode/*
|
|
162
|
+
!.vscode/settings.json
|
|
163
|
+
!.vscode/launch.json
|
|
164
|
+
!.vscode/extension.json
|
|
165
|
+
!.vscode/tasks.json
|
|
166
|
+
|
|
167
|
+
model/
|
|
168
|
+
|
|
169
|
+
*.html
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# default_language_version:
|
|
2
|
+
# python: python3.8
|
|
3
|
+
repos:
|
|
4
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
5
|
+
rev: v4.4.0
|
|
6
|
+
hooks:
|
|
7
|
+
- id: check-merge-conflict
|
|
8
|
+
- id: debug-statements
|
|
9
|
+
- repo: https://github.com/timothycrosley/isort
|
|
10
|
+
rev: "5.12.0"
|
|
11
|
+
hooks:
|
|
12
|
+
- id: isort
|
|
13
|
+
additional_dependencies: [toml]
|
|
14
|
+
- repo: https://github.com/psf/black
|
|
15
|
+
rev: "23.3.0"
|
|
16
|
+
hooks:
|
|
17
|
+
- id: black
|
|
18
|
+
- repo: https://github.com/PyCQA/flake8
|
|
19
|
+
rev: 6.0.0
|
|
20
|
+
hooks:
|
|
21
|
+
- id: flake8
|
|
22
|
+
# - repo: https://github.com/pre-commit/mirrors-mypy
|
|
23
|
+
# rev: "v0.910-1"
|
|
24
|
+
# hooks:
|
|
25
|
+
# - id: mypy
|
|
26
|
+
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
27
|
+
rev: v0.34.0
|
|
28
|
+
hooks:
|
|
29
|
+
- id: markdownlint
|
|
30
|
+
args: ["--disable", "MD013"]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# .readthedocs.yaml
|
|
2
|
+
# Read the Docs configuration file
|
|
3
|
+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
4
|
+
|
|
5
|
+
# Required
|
|
6
|
+
version: 2
|
|
7
|
+
|
|
8
|
+
# Set the version of Python and other tools you might need
|
|
9
|
+
build:
|
|
10
|
+
os: ubuntu-20.04
|
|
11
|
+
tools:
|
|
12
|
+
python: "3.9"
|
|
13
|
+
|
|
14
|
+
# Build documentation in the docs/ directory with Sphinx
|
|
15
|
+
sphinx:
|
|
16
|
+
configuration: docs/conf.py
|
|
17
|
+
|
|
18
|
+
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
|
19
|
+
# formats:
|
|
20
|
+
# - pdf
|
|
21
|
+
|
|
22
|
+
# Optionally declare the Python requirements required to build your docs
|
|
23
|
+
python:
|
|
24
|
+
install:
|
|
25
|
+
- method: pip
|
|
26
|
+
path: .
|
|
27
|
+
extra_requirements:
|
|
28
|
+
- doc
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
3
|
+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
4
|
+
// List of extensions which should be recommended for users of this workspace.
|
|
5
|
+
"recommendations": [
|
|
6
|
+
"bungcip.better-toml",
|
|
7
|
+
"janisdd.vscode-edit-csv",
|
|
8
|
+
"github.vscode-pull-request-github",
|
|
9
|
+
"ms-python.python",
|
|
10
|
+
"mechatroner.rainbow-csv"
|
|
11
|
+
],
|
|
12
|
+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
13
|
+
"unwantedRecommendations": []
|
|
14
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Use IntelliSense to learn about possible attributes.
|
|
3
|
+
// Hover to view descriptions of existing attributes.
|
|
4
|
+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
+
"version": "0.2.0",
|
|
6
|
+
"configurations": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Model: default",
|
|
9
|
+
"type": "python",
|
|
10
|
+
"request": "launch",
|
|
11
|
+
"module": "muse",
|
|
12
|
+
"args": [
|
|
13
|
+
"--model",
|
|
14
|
+
"default"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Model: multiple-agents",
|
|
19
|
+
"type": "python",
|
|
20
|
+
"request": "launch",
|
|
21
|
+
"module": "muse",
|
|
22
|
+
"args": [
|
|
23
|
+
"--model",
|
|
24
|
+
"multiple-agents"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "model/settings.toml",
|
|
29
|
+
"type": "python",
|
|
30
|
+
"request": "launch",
|
|
31
|
+
"module": "muse",
|
|
32
|
+
"args": [
|
|
33
|
+
"model/settings.toml",
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "Model: minimum-service",
|
|
38
|
+
"type": "python",
|
|
39
|
+
"request": "launch",
|
|
40
|
+
"module": "muse",
|
|
41
|
+
"args": [
|
|
42
|
+
"--model",
|
|
43
|
+
"minimum-service"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "No retro",
|
|
48
|
+
"type": "python",
|
|
49
|
+
"request": "launch",
|
|
50
|
+
"module": "muse",
|
|
51
|
+
"args": [
|
|
52
|
+
"/Users/dalonsoa/Documents/Projects/scratch/MUSE/run/example/default_sara/settings.toml",
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
]
|
|
56
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"python.linting.pylintEnabled": false,
|
|
3
|
+
"python.linting.flake8Enabled": true,
|
|
4
|
+
"python.linting.enabled": true,
|
|
5
|
+
"editor.formatOnSave": true,
|
|
6
|
+
"python.formatting.provider": "black",
|
|
7
|
+
"python.linting.mypyEnabled": true,
|
|
8
|
+
"python.testing.pytestEnabled": true,
|
|
9
|
+
"restructuredtext.confPath": "${workspaceFolder}/docs",
|
|
10
|
+
"python.pythonPath": "/opt/anaconda3/envs/muse/bin/python",
|
|
11
|
+
}
|