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.
Files changed (1252) hide show
  1. MUSE_OS-1.0.2/.bumpversion.cfg +8 -0
  2. MUSE_OS-1.0.2/.dockerignore +15 -0
  3. MUSE_OS-1.0.2/.editorconfig +12 -0
  4. MUSE_OS-1.0.2/.flake8 +11 -0
  5. MUSE_OS-1.0.2/.github/PULL_REQUEST_TEMPLATE.md +28 -0
  6. MUSE_OS-1.0.2/.github/dependabot.yml +11 -0
  7. MUSE_OS-1.0.2/.github/workflows/broken-link-check.yml +21 -0
  8. MUSE_OS-1.0.2/.github/workflows/ci.yml +147 -0
  9. MUSE_OS-1.0.2/.github/workflows/documentation.yml +57 -0
  10. MUSE_OS-1.0.2/.github/workflows/pre-commit_autoupdate.yml +20 -0
  11. MUSE_OS-1.0.2/.github/workflows/remove_old_artifacts.yml +18 -0
  12. MUSE_OS-1.0.2/.gitignore +169 -0
  13. MUSE_OS-1.0.2/.pre-commit-config.yaml +30 -0
  14. MUSE_OS-1.0.2/.readthedocs.yaml +28 -0
  15. MUSE_OS-1.0.2/.vscode/extensions.json +14 -0
  16. MUSE_OS-1.0.2/.vscode/launch.json +56 -0
  17. MUSE_OS-1.0.2/.vscode/settings.json +11 -0
  18. MUSE_OS-1.0.2/CHANGELOG.md +74 -0
  19. MUSE_OS-1.0.2/CITATION.cff +13 -0
  20. MUSE_OS-1.0.2/LICENSE +674 -0
  21. MUSE_OS-1.0.2/PKG-INFO +168 -0
  22. MUSE_OS-1.0.2/README.md +148 -0
  23. MUSE_OS-1.0.2/docs/Makefile +20 -0
  24. MUSE_OS-1.0.2/docs/_config.yml +1 -0
  25. MUSE_OS-1.0.2/docs/advanced-guide/Results/CacheCapacity.csv +5 -0
  26. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2020.csv +4 -0
  27. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2025.csv +9 -0
  28. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2030.csv +15 -0
  29. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2035.csv +13 -0
  30. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2040.csv +11 -0
  31. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2045.csv +9 -0
  32. MUSE_OS-1.0.2/docs/advanced-guide/Results/Gas/Capacity/2050.csv +9 -0
  33. MUSE_OS-1.0.2/docs/advanced-guide/Results/MCACapacity.csv +57 -0
  34. MUSE_OS-1.0.2/docs/advanced-guide/Results/MCAPrices.csv +169 -0
  35. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2020.csv +16 -0
  36. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2025.csv +24 -0
  37. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2030.csv +28 -0
  38. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2035.csv +32 -0
  39. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2040.csv +36 -0
  40. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2045.csv +39 -0
  41. MUSE_OS-1.0.2/docs/advanced-guide/Results/Power/Capacity/2050.csv +33 -0
  42. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2020.csv +6 -0
  43. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2025.csv +13 -0
  44. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2030.csv +15 -0
  45. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2035.csv +17 -0
  46. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2040.csv +15 -0
  47. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2045.csv +13 -0
  48. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Capacity/2050.csv +11 -0
  49. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2020.csv +31 -0
  50. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2025.csv +43 -0
  51. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2030.csv +49 -0
  52. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2035.csv +49 -0
  53. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2040.csv +49 -0
  54. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2045.csv +37 -0
  55. MUSE_OS-1.0.2/docs/advanced-guide/Results/Residential/Supply/2050.csv +25 -0
  56. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2020.txt +58 -0
  57. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2025.txt +106 -0
  58. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2030.txt +106 -0
  59. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2035.txt +130 -0
  60. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2040.txt +106 -0
  61. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2045.txt +106 -0
  62. MUSE_OS-1.0.2/docs/advanced-guide/Results/ResidentialConsumption_Zero2050.txt +130 -0
  63. MUSE_OS-1.0.2/docs/advanced-guide/api.rst +237 -0
  64. MUSE_OS-1.0.2/docs/advanced-guide/extending-muse.ipynb +679 -0
  65. MUSE_OS-1.0.2/docs/advanced-guide/further-extending-muse.ipynb +358 -0
  66. MUSE_OS-1.0.2/docs/advanced-guide/index.rst +13 -0
  67. MUSE_OS-1.0.2/docs/advanced-guide/mynewfunctions.py +11 -0
  68. MUSE_OS-1.0.2/docs/api.rst +237 -0
  69. MUSE_OS-1.0.2/docs/conf.py +62 -0
  70. MUSE_OS-1.0.2/docs/example-output.ipynb +3152 -0
  71. MUSE_OS-1.0.2/docs/faq.rst +83 -0
  72. MUSE_OS-1.0.2/docs/figures/MUSE-diagram-carbon-budget-colour.png +0 -0
  73. MUSE_OS-1.0.2/docs/figures/muse_overview.jpg +0 -0
  74. MUSE_OS-1.0.2/docs/figures/time-horizon.graffle +0 -0
  75. MUSE_OS-1.0.2/docs/figures/time-horizon.pdf +0 -0
  76. MUSE_OS-1.0.2/docs/figures/time-horizon_1.pdf +0 -0
  77. MUSE_OS-1.0.2/docs/figures/visual-studio-installation.png +0 -0
  78. MUSE_OS-1.0.2/docs/glossary.rst +66 -0
  79. MUSE_OS-1.0.2/docs/index.rst +33 -0
  80. MUSE_OS-1.0.2/docs/inputs/agents.rst +226 -0
  81. MUSE_OS-1.0.2/docs/inputs/commodities.rst +53 -0
  82. MUSE_OS-1.0.2/docs/inputs/commodities_io.png +0 -0
  83. MUSE_OS-1.0.2/docs/inputs/commodities_io.rst +76 -0
  84. MUSE_OS-1.0.2/docs/inputs/commodities_io_table.png +0 -0
  85. MUSE_OS-1.0.2/docs/inputs/correlation_files.rst +122 -0
  86. MUSE_OS-1.0.2/docs/inputs/existing_capacity.rst +31 -0
  87. MUSE_OS-1.0.2/docs/inputs/index.rst +24 -0
  88. MUSE_OS-1.0.2/docs/inputs/inputs_csv.rst +29 -0
  89. MUSE_OS-1.0.2/docs/inputs/projections.rst +67 -0
  90. MUSE_OS-1.0.2/docs/inputs/technodata.rst +174 -0
  91. MUSE_OS-1.0.2/docs/inputs/technodata_timeslices.rst +48 -0
  92. MUSE_OS-1.0.2/docs/inputs/toml.rst +648 -0
  93. MUSE_OS-1.0.2/docs/inputs/toml_primer.rst +83 -0
  94. MUSE_OS-1.0.2/docs/installing-muse.rst +144 -0
  95. MUSE_OS-1.0.2/docs/make.bat +35 -0
  96. MUSE_OS-1.0.2/docs/muse-components.rst +85 -0
  97. MUSE_OS-1.0.2/docs/objects.inv +0 -0
  98. MUSE_OS-1.0.2/docs/overview.rst +140 -0
  99. MUSE_OS-1.0.2/docs/python +0 -0
  100. MUSE_OS-1.0.2/docs/requirements.txt +10 -0
  101. MUSE_OS-1.0.2/docs/running-muse-example.ipynb +402 -0
  102. MUSE_OS-1.0.2/docs/source/muse.agents.rst +30 -0
  103. MUSE_OS-1.0.2/docs/source/muse.outputs.rst +46 -0
  104. MUSE_OS-1.0.2/docs/source/muse.readers.rst +30 -0
  105. MUSE_OS-1.0.2/docs/source/muse.sectors.rst +62 -0
  106. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2020.csv +4 -0
  107. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2025.csv +3 -0
  108. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2030.csv +7 -0
  109. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2035.csv +6 -0
  110. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2040.csv +5 -0
  111. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2045.csv +4 -0
  112. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Gas/Capacity/2050.csv +4 -0
  113. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/MCACapacity.csv +16 -0
  114. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/MCAPrices.csv +73 -0
  115. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2020.csv +7 -0
  116. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2025.csv +37 -0
  117. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2030.csv +38 -0
  118. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2035.csv +41 -0
  119. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2040.csv +44 -0
  120. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2045.csv +65 -0
  121. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Power/Capacity/2050.csv +59 -0
  122. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2020.csv +6 -0
  123. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2025.csv +13 -0
  124. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2030.csv +15 -0
  125. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2035.csv +13 -0
  126. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2040.csv +11 -0
  127. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2045.csv +11 -0
  128. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Capacity/2050.csv +11 -0
  129. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2020.csv +6 -0
  130. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2025.csv +8 -0
  131. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2030.csv +9 -0
  132. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2035.csv +7 -0
  133. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2040.csv +5 -0
  134. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2045.csv +5 -0
  135. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/Results/Residential/Supply/2050.csv +5 -0
  136. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/BaseYearExport.csv +21 -0
  137. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/BaseYearImport.csv +21 -0
  138. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/GlobalCommodities.csv +7 -0
  139. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/input/Projections.csv +21 -0
  140. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/settings.toml +141 -0
  141. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/Agents.csv +3 -0
  142. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/CommIn.csv +3 -0
  143. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/CommOut.csv +3 -0
  144. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/ExistingCapacity.csv +2 -0
  145. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/gas/Technodata.csv +3 -0
  146. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/CommIn.csv +5 -0
  147. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/CommOut.csv +5 -0
  148. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/ExistingCapacity.csv +4 -0
  149. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/power/Technodata.csv +5 -0
  150. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/preset/Residential2020Consumption.csv +7 -0
  151. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/preset/Residential2050Consumption.csv +7 -0
  152. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/CommIn.csv +4 -0
  153. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/CommOut.csv +4 -0
  154. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/ExistingCapacity.csv +3 -0
  155. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/technodata/residential/Technodata.csv +4 -0
  156. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/1-introduction/visualisation-of-results.ipynb +177 -0
  157. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2020.csv +4 -0
  158. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2025.csv +3 -0
  159. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2030.csv +7 -0
  160. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2035.csv +6 -0
  161. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2040.csv +5 -0
  162. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2045.csv +4 -0
  163. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Gas/Capacity/2050.csv +4 -0
  164. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/MCACapacity.csv +37 -0
  165. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/MCAPrices.csv +169 -0
  166. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2020.csv +7 -0
  167. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2025.csv +39 -0
  168. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2030.csv +38 -0
  169. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2035.csv +41 -0
  170. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2040.csv +44 -0
  171. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2045.csv +65 -0
  172. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Power/Capacity/2050.csv +69 -0
  173. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2020.csv +6 -0
  174. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2025.csv +13 -0
  175. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2030.csv +15 -0
  176. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2035.csv +13 -0
  177. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2040.csv +11 -0
  178. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2045.csv +11 -0
  179. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Capacity/2050.csv +11 -0
  180. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2020.csv +6 -0
  181. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2025.csv +8 -0
  182. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2030.csv +9 -0
  183. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2035.csv +7 -0
  184. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2040.csv +5 -0
  185. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2045.csv +5 -0
  186. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/Results/Residential/Supply/2050.csv +5 -0
  187. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/BaseYearExport.csv +21 -0
  188. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/BaseYearImport.csv +21 -0
  189. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/GlobalCommodities.csv +7 -0
  190. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/input/Projections.csv +21 -0
  191. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/settings.toml +140 -0
  192. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/solar-scenario-results.ipynb +70 -0
  193. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/Agents.csv +3 -0
  194. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/CommIn.csv +3 -0
  195. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/CommOut.csv +3 -0
  196. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/ExistingCapacity.csv +2 -0
  197. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/gas/Technodata.csv +3 -0
  198. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/CommIn.csv +8 -0
  199. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/CommOut.csv +8 -0
  200. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/ExistingCapacity.csv +4 -0
  201. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/power/Technodata.csv +8 -0
  202. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/preset/Residential2020Consumption.csv +7 -0
  203. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/preset/Residential2050Consumption.csv +7 -0
  204. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/CommIn.csv +4 -0
  205. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/CommOut.csv +4 -0
  206. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/ExistingCapacity.csv +3 -0
  207. MUSE_OS-1.0.2/docs/tutorial-code/1-add-new-technology/2-scenario/technodata/residential/Technodata.csv +4 -0
  208. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2020.csv +4 -0
  209. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2025.csv +3 -0
  210. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2030.csv +7 -0
  211. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2035.csv +6 -0
  212. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2040.csv +5 -0
  213. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2045.csv +4 -0
  214. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Gas/Capacity/2050.csv +4 -0
  215. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/MCACapacity.csv +62 -0
  216. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/MCAPrices.csv +169 -0
  217. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2020.csv +7 -0
  218. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2025.csv +39 -0
  219. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2030.csv +40 -0
  220. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2035.csv +47 -0
  221. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2040.csv +40 -0
  222. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2045.csv +53 -0
  223. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Power/Capacity/2050.csv +39 -0
  224. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2020.csv +6 -0
  225. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2025.csv +5 -0
  226. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2030.csv +6 -0
  227. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2035.csv +4 -0
  228. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2040.csv +6 -0
  229. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2045.csv +6 -0
  230. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Capacity/2050.csv +11 -0
  231. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2020.csv +6 -0
  232. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2025.csv +5 -0
  233. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2030.csv +3 -0
  234. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2035.csv +3 -0
  235. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2040.csv +3 -0
  236. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2045.csv +4 -0
  237. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/Results/Residential/Supply/2050.csv +5 -0
  238. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/BaseYearExport.csv +21 -0
  239. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/BaseYearImport.csv +21 -0
  240. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/GlobalCommodities.csv +7 -0
  241. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/input/Projections.csv +21 -0
  242. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/settings.toml +140 -0
  243. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/Agents.csv +5 -0
  244. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/CommIn.csv +3 -0
  245. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/CommOut.csv +3 -0
  246. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/ExistingCapacity.csv +2 -0
  247. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/gas/Technodata.csv +3 -0
  248. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/CommIn.csv +8 -0
  249. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/CommOut.csv +8 -0
  250. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/ExistingCapacity.csv +4 -0
  251. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/power/Technodata.csv +8 -0
  252. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/preset/Residential2020Consumption.csv +7 -0
  253. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/preset/Residential2050Consumption.csv +7 -0
  254. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/CommIn.csv +4 -0
  255. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/CommOut.csv +4 -0
  256. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/ExistingCapacity.csv +3 -0
  257. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/technodata/residential/Technodata.csv +4 -0
  258. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/1-multiple-objective/visualise-new-agent-multiple-objective.ipynb +179 -0
  259. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2020.csv +4 -0
  260. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2025.csv +3 -0
  261. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2030.csv +7 -0
  262. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2035.csv +6 -0
  263. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2040.csv +5 -0
  264. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2045.csv +4 -0
  265. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Gas/Capacity/2050.csv +4 -0
  266. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/MCACapacity.csv +75 -0
  267. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/MCAPrices.csv +169 -0
  268. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2020.csv +5 -0
  269. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2025.csv +26 -0
  270. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2030.csv +26 -0
  271. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2035.csv +31 -0
  272. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2040.csv +36 -0
  273. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2045.csv +59 -0
  274. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Power/Capacity/2050.csv +67 -0
  275. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2020.csv +6 -0
  276. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2025.csv +13 -0
  277. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2030.csv +15 -0
  278. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2035.csv +17 -0
  279. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2040.csv +15 -0
  280. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2045.csv +17 -0
  281. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Capacity/2050.csv +15 -0
  282. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2020.csv +6 -0
  283. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2025.csv +8 -0
  284. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2030.csv +9 -0
  285. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2035.csv +9 -0
  286. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2040.csv +9 -0
  287. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2045.csv +9 -0
  288. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/Results/Residential/Supply/2050.csv +9 -0
  289. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/BaseYearExport.csv +21 -0
  290. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/BaseYearImport.csv +21 -0
  291. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/GlobalCommodities.csv +7 -0
  292. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/input/Projections.csv +21 -0
  293. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/settings.toml +140 -0
  294. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/Agents.csv +5 -0
  295. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/CommIn.csv +3 -0
  296. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/CommOut.csv +3 -0
  297. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/ExistingCapacity.csv +2 -0
  298. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/gas/Technodata.csv +3 -0
  299. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/CommIn.csv +8 -0
  300. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/CommOut.csv +8 -0
  301. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/ExistingCapacity.csv +4 -0
  302. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/power/Technodata.csv +8 -0
  303. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/preset/Residential2020Consumption.csv +7 -0
  304. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/preset/Residential2050Consumption.csv +7 -0
  305. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/CommIn.csv +4 -0
  306. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/CommOut.csv +4 -0
  307. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/ExistingCapacity.csv +3 -0
  308. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/technodata/residential/Technodata.csv +4 -0
  309. MUSE_OS-1.0.2/docs/tutorial-code/2-add-agent/2-single-objective/visualise-new-agent-single-objective.ipynb +179 -0
  310. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2020.csv +7 -0
  311. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2025.csv +17 -0
  312. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2030.csv +29 -0
  313. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2035.csv +25 -0
  314. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2040.csv +21 -0
  315. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2045.csv +17 -0
  316. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Gas/Capacity/2050.csv +17 -0
  317. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/MCACapacity.csv +139 -0
  318. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/MCAPrices.csv +337 -0
  319. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2020.csv +9 -0
  320. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2025.csv +40 -0
  321. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2030.csv +40 -0
  322. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2035.csv +51 -0
  323. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2040.csv +62 -0
  324. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2045.csv +109 -0
  325. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Power/Capacity/2050.csv +127 -0
  326. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2020.csv +11 -0
  327. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2025.csv +25 -0
  328. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2030.csv +29 -0
  329. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2035.csv +33 -0
  330. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2040.csv +29 -0
  331. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2045.csv +33 -0
  332. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Capacity/2050.csv +29 -0
  333. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2020.csv +11 -0
  334. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2025.csv +15 -0
  335. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2030.csv +17 -0
  336. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2035.csv +17 -0
  337. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2040.csv +17 -0
  338. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2045.csv +17 -0
  339. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/Results/Residential/Supply/2050.csv +17 -0
  340. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/BaseYearExport.csv +40 -0
  341. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/BaseYearImport.csv +40 -0
  342. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/GlobalCommodities.csv +7 -0
  343. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/input/Projections.csv +40 -0
  344. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/settings.toml +140 -0
  345. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/Agents.csv +9 -0
  346. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/CommIn.csv +4 -0
  347. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/CommOut.csv +4 -0
  348. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/ExistingCapacity.csv +3 -0
  349. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/gas/Technodata.csv +4 -0
  350. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/CommIn.csv +14 -0
  351. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/CommOut.csv +14 -0
  352. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/ExistingCapacity.csv +7 -0
  353. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/Technodata 2.csv +14 -0
  354. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/power/Technodata.csv +14 -0
  355. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/preset/Residential2020Consumption.csv +13 -0
  356. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/preset/Residential2050Consumption.csv +13 -0
  357. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/CommIn.csv +6 -0
  358. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/CommOut.csv +6 -0
  359. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/ExistingCapacity.csv +5 -0
  360. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/technodata/residential/Technodata.csv +6 -0
  361. MUSE_OS-1.0.2/docs/tutorial-code/3-add-region/visualise-new-region.ipynb +220 -0
  362. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2020.csv +7 -0
  363. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2025.csv +17 -0
  364. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2030.csv +29 -0
  365. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2035.csv +25 -0
  366. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2040.csv +21 -0
  367. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2045.csv +17 -0
  368. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Gas/Capacity/2050.csv +17 -0
  369. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/MCACapacity.csv +125 -0
  370. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/MCAPrices.csv +449 -0
  371. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2020.csv +9 -0
  372. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2025.csv +29 -0
  373. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2030.csv +29 -0
  374. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2035.csv +41 -0
  375. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2040.csv +53 -0
  376. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2045.csv +81 -0
  377. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Power/Capacity/2050.csv +81 -0
  378. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2020.csv +11 -0
  379. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2025.csv +25 -0
  380. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2030.csv +29 -0
  381. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2035.csv +33 -0
  382. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2040.csv +29 -0
  383. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2045.csv +25 -0
  384. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Capacity/2050.csv +21 -0
  385. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2020.csv +11 -0
  386. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2025.csv +16 -0
  387. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2030.csv +18 -0
  388. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2035.csv +17 -0
  389. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2040.csv +17 -0
  390. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2045.csv +13 -0
  391. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/Results/Residential/Supply/2050.csv +9 -0
  392. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/BaseYearExport.csv +40 -0
  393. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/BaseYearImport.csv +40 -0
  394. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/GlobalCommodities.csv +7 -0
  395. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/input/Projections.csv +40 -0
  396. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/settings.toml +142 -0
  397. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/Agents.csv +9 -0
  398. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/CommIn.csv +4 -0
  399. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/CommOut.csv +4 -0
  400. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/ExistingCapacity.csv +3 -0
  401. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/gas/Technodata.csv +4 -0
  402. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/CommIn.csv +14 -0
  403. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/CommOut.csv +14 -0
  404. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/ExistingCapacity.csv +7 -0
  405. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/power/Technodata.csv +14 -0
  406. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/preset/Residential2020Consumption.csv +17 -0
  407. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/preset/Residential2050Consumption.csv +17 -0
  408. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/CommIn.csv +6 -0
  409. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/CommOut.csv +6 -0
  410. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/ExistingCapacity.csv +5 -0
  411. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/technodata/residential/Technodata.csv +6 -0
  412. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/visualise-timing-result-changes.ipynb +118 -0
  413. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2020.csv +19 -0
  414. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2022.csv +19 -0
  415. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2024.csv +21 -0
  416. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2025.csv +5 -0
  417. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2026.csv +21 -0
  418. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2028.csv +21 -0
  419. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2030.csv +17 -0
  420. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2032.csv +17 -0
  421. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2034.csv +17 -0
  422. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2035.csv +1 -0
  423. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2036.csv +17 -0
  424. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2038.csv +17 -0
  425. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Gas/Capacity/2040.csv +13 -0
  426. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/MCACapacity.csv +181 -0
  427. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/MCAPrices.csv +705 -0
  428. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2020.csv +9 -0
  429. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2022.csv +45 -0
  430. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2024.csv +75 -0
  431. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2025.csv +29 -0
  432. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2026.csv +69 -0
  433. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2028.csv +71 -0
  434. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2030.csv +81 -0
  435. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2032.csv +81 -0
  436. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2034.csv +81 -0
  437. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2035.csv +41 -0
  438. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2036.csv +85 -0
  439. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2038.csv +123 -0
  440. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Power/Capacity/2040.csv +103 -0
  441. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2020.csv +15 -0
  442. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2022.csv +33 -0
  443. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2024.csv +57 -0
  444. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2025.csv +17 -0
  445. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2026.csv +71 -0
  446. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2028.csv +77 -0
  447. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2030.csv +81 -0
  448. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2032.csv +81 -0
  449. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2034.csv +81 -0
  450. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2035.csv +21 -0
  451. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2036.csv +81 -0
  452. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2038.csv +81 -0
  453. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Capacity/2040.csv +77 -0
  454. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2020.csv +17 -0
  455. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2022.csv +19 -0
  456. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2024.csv +25 -0
  457. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2025.csv +13 -0
  458. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2026.csv +27 -0
  459. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2028.csv +27 -0
  460. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2030.csv +29 -0
  461. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2032.csv +29 -0
  462. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2034.csv +29 -0
  463. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2035.csv +9 -0
  464. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2036.csv +29 -0
  465. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2038.csv +29 -0
  466. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/Results/Residential/Supply/2040.csv +27 -0
  467. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/BaseYearExport.csv +40 -0
  468. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/BaseYearImport.csv +40 -0
  469. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/GlobalCommodities.csv +7 -0
  470. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/input/Projections.csv +40 -0
  471. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/settings.toml +143 -0
  472. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/Agents.csv +9 -0
  473. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/CommIn.csv +4 -0
  474. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/CommOut.csv +4 -0
  475. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/ExistingCapacity.csv +3 -0
  476. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/gas/Technodata.csv +4 -0
  477. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/CommIn.csv +14 -0
  478. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/CommOut.csv +14 -0
  479. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/ExistingCapacity.csv +7 -0
  480. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/power/Technodata.csv +14 -0
  481. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/preset/Residential2020Consumption.csv +17 -0
  482. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/preset/Residential2050Consumption.csv +17 -0
  483. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/CommIn.csv +6 -0
  484. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/CommOut.csv +6 -0
  485. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/ExistingCapacity.csv +5 -0
  486. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/technodata/residential/Technodata.csv +6 -0
  487. MUSE_OS-1.0.2/docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/visualise-time-framework-changes.ipynb +328 -0
  488. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/CommIn.csv +14 -0
  489. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/CommOut.csv +14 -0
  490. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/ExistingCapacity.csv +7 -0
  491. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/technodata/power/Technodata.csv +14 -0
  492. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/1-exogenous-demand/visualise-service-demand-addition.ipynb +218 -0
  493. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/BaseYearExport.csv +21 -0
  494. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/BaseYearImport.csv +21 -0
  495. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/GlobalCommodities.csv +6 -0
  496. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/input/Projections.csv +21 -0
  497. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/settings.toml +146 -0
  498. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/settings_residential_regressed.toml +77 -0
  499. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/Agents.csv +3 -0
  500. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/CommIn.csv +3 -0
  501. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/CommOut.csv +3 -0
  502. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/ExistingCapacity.csv +2 -0
  503. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/gas/Technodata.csv +3 -0
  504. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/CommIn.csv +4 -0
  505. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/CommOut.csv +4 -0
  506. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/ExistingCapacity.csv +3 -0
  507. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/power/Technodata.csv +4 -0
  508. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/Macrodrivers.csv +3 -0
  509. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/TimesliceSharepreset.csv +7 -0
  510. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/regressionparameters.csv +5 -0
  511. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/preset/timeslices.csv +1 -0
  512. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/CommIn.csv +4 -0
  513. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/CommOut.csv +4 -0
  514. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/ExistingCapacity.csv +3 -0
  515. MUSE_OS-1.0.2/docs/tutorial-code/5-add-service-demand/2-correlation-demand simple/technodata/residential/Technodata.csv +4 -0
  516. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2020.csv +9 -0
  517. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2025.csv +16 -0
  518. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2030.csv +24 -0
  519. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2035.csv +24 -0
  520. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2040.csv +31 -0
  521. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2045.csv +38 -0
  522. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Gas/Capacity/2050.csv +51 -0
  523. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/MCACapacity.csv +34 -0
  524. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/MCAPrices.csv +169 -0
  525. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2020.csv +8 -0
  526. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2025.csv +30 -0
  527. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2030.csv +33 -0
  528. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2035.csv +35 -0
  529. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2040.csv +45 -0
  530. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2045.csv +51 -0
  531. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Power/Capacity/2050.csv +45 -0
  532. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2020.csv +8 -0
  533. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2025.csv +11 -0
  534. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2030.csv +17 -0
  535. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2035.csv +15 -0
  536. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2040.csv +17 -0
  537. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2045.csv +15 -0
  538. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Capacity/2050.csv +17 -0
  539. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2020.csv +6 -0
  540. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2025.csv +8 -0
  541. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2030.csv +9 -0
  542. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2035.csv +9 -0
  543. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2040.csv +9 -0
  544. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2045.csv +9 -0
  545. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/Results/Residential/Supply/2050.csv +9 -0
  546. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/BaseYearExport.csv +21 -0
  547. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/BaseYearImport.csv +21 -0
  548. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/GlobalCommodities.csv +6 -0
  549. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/input/Projections.csv +21 -0
  550. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/settings.toml +143 -0
  551. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/Agents.csv +3 -0
  552. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/CommIn.csv +3 -0
  553. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/CommOut.csv +3 -0
  554. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/ExistingCapacity.csv +2 -0
  555. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/gas/Technodata.csv +3 -0
  556. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/CommIn.csv +4 -0
  557. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/CommOut.csv +4 -0
  558. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/ExistingCapacity.csv +3 -0
  559. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/power/Technodata.csv +4 -0
  560. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/Macrodrivers.csv +3 -0
  561. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/TimesliceSharepreset.csv +7 -0
  562. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/preset/regressionparameters.csv +5 -0
  563. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/CommIn.csv +4 -0
  564. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/CommOut.csv +4 -0
  565. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/ExistingCapacity.csv +3 -0
  566. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/technodata/residential/Technodata.csv +4 -0
  567. MUSE_OS-1.0.2/docs/tutorial-code/6-add-correlation-demand/visualise-correlation-demand.ipynb +216 -0
  568. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2020.csv +9 -0
  569. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2025.csv +8 -0
  570. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2030.csv +7 -0
  571. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2035.csv +6 -0
  572. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2040.csv +5 -0
  573. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2045.csv +4 -0
  574. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Gas/Capacity/2050.csv +4 -0
  575. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCACapacity.csv +45 -0
  576. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/MCAPrices.csv +169 -0
  577. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2020.csv +5 -0
  578. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2025.csv +15 -0
  579. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2030.csv +21 -0
  580. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2035.csv +28 -0
  581. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2040.csv +35 -0
  582. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2045.csv +41 -0
  583. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Capacity/2050.csv +41 -0
  584. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2020.csv +19 -0
  585. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2025.csv +25 -0
  586. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2030.csv +31 -0
  587. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2035.csv +43 -0
  588. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2040.csv +55 -0
  589. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2045.csv +61 -0
  590. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Consumption_Timeslice/2050.csv +61 -0
  591. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2020.csv +31 -0
  592. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2025.csv +31 -0
  593. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2030.csv +31 -0
  594. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2035.csv +43 -0
  595. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2040.csv +55 -0
  596. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2045.csv +61 -0
  597. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power/Supply_Timeslice/2050.csv +61 -0
  598. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2020.csv +6 -0
  599. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2025.csv +13 -0
  600. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2030.csv +15 -0
  601. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2035.csv +13 -0
  602. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2040.csv +11 -0
  603. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2045.csv +11 -0
  604. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Capacity/2050.csv +11 -0
  605. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2020.csv +6 -0
  606. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2025.csv +8 -0
  607. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2030.csv +9 -0
  608. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2035.csv +7 -0
  609. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2040.csv +5 -0
  610. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2045.csv +5 -0
  611. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Residential/Supply/2050.csv +5 -0
  612. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/BaseYearExport.csv +21 -0
  613. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/BaseYearImport.csv +21 -0
  614. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/GlobalCommodities.csv +6 -0
  615. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/input/Projections.csv +21 -0
  616. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/output.py +45 -0
  617. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/settings.toml +159 -0
  618. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/Agents.csv +3 -0
  619. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/CommIn.csv +3 -0
  620. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/CommOut.csv +3 -0
  621. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/ExistingCapacity.csv +2 -0
  622. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/gas/Technodata.csv +3 -0
  623. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/CommIn.csv +4 -0
  624. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/CommOut.csv +4 -0
  625. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/ExistingCapacity.csv +3 -0
  626. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/Technodata.csv +4 -0
  627. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/power/TechnodataTimeslices.csv +14 -0
  628. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/preset/Residential2020Consumption.csv +7 -0
  629. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/preset/Residential2050Consumption.csv +7 -0
  630. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/CommIn.csv +4 -0
  631. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/CommOut.csv +4 -0
  632. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/ExistingCapacity.csv +3 -0
  633. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/Technodata.csv +4 -0
  634. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/technodata/residential/TechnodataTimeslices.csv +14 -0
  635. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2020.csv +9 -0
  636. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2025.csv +8 -0
  637. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2030.csv +7 -0
  638. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2035.csv +6 -0
  639. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2040.csv +5 -0
  640. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2045.csv +4 -0
  641. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Gas/Capacity/2050.csv +4 -0
  642. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/MCACapacity.csv +45 -0
  643. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/MCAPrices.csv +169 -0
  644. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2020.csv +5 -0
  645. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2025.csv +15 -0
  646. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2030.csv +21 -0
  647. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2035.csv +28 -0
  648. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2040.csv +35 -0
  649. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2045.csv +41 -0
  650. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Capacity/2050.csv +41 -0
  651. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2020.csv +19 -0
  652. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2025.csv +25 -0
  653. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2030.csv +31 -0
  654. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2035.csv +43 -0
  655. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2040.csv +55 -0
  656. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2045.csv +61 -0
  657. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Consumption_Timeslice/2050.csv +61 -0
  658. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2020.csv +31 -0
  659. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2025.csv +31 -0
  660. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2030.csv +31 -0
  661. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2035.csv +43 -0
  662. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2040.csv +55 -0
  663. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2045.csv +61 -0
  664. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power/Supply_Timeslice/2050.csv +61 -0
  665. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2020.csv +6 -0
  666. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2025.csv +13 -0
  667. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2030.csv +15 -0
  668. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2035.csv +13 -0
  669. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2040.csv +11 -0
  670. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2045.csv +11 -0
  671. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Capacity/2050.csv +11 -0
  672. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2020.csv +6 -0
  673. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2025.csv +8 -0
  674. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2030.csv +9 -0
  675. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2035.csv +7 -0
  676. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2040.csv +5 -0
  677. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2045.csv +5 -0
  678. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Residential/Supply/2050.csv +5 -0
  679. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/BaseYearExport.csv +21 -0
  680. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/BaseYearImport.csv +21 -0
  681. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/GlobalCommodities.csv +6 -0
  682. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/input/Projections.csv +21 -0
  683. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/output.py +45 -0
  684. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/settings.toml +159 -0
  685. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/Agents.csv +3 -0
  686. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/CommIn.csv +3 -0
  687. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/CommOut.csv +3 -0
  688. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/ExistingCapacity.csv +2 -0
  689. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/gas/Technodata.csv +3 -0
  690. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/CommIn.csv +4 -0
  691. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/CommOut.csv +4 -0
  692. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/ExistingCapacity.csv +3 -0
  693. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/Technodata.csv +4 -0
  694. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/power/TechnodataTimeslices.csv +14 -0
  695. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/preset/Residential2020Consumption.csv +7 -0
  696. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/preset/Residential2050Consumption.csv +7 -0
  697. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/CommIn.csv +4 -0
  698. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/CommOut.csv +4 -0
  699. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/ExistingCapacity.csv +3 -0
  700. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/Technodata.csv +4 -0
  701. MUSE_OS-1.0.2/docs/tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/technodata/residential/TechnodataTimeslices.csv +14 -0
  702. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2020.csv +17 -0
  703. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2025.csv +15 -0
  704. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2030.csv +13 -0
  705. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2035.csv +11 -0
  706. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2040.csv +9 -0
  707. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2045.csv +7 -0
  708. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Gas/Capacity/2050.csv +7 -0
  709. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/MCACapacity.csv +115 -0
  710. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/MCAPrices.csv +337 -0
  711. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2020.csv +13 -0
  712. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2025.csv +18 -0
  713. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2030.csv +23 -0
  714. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2035.csv +37 -0
  715. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2040.csv +44 -0
  716. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2045.csv +39 -0
  717. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Power/Capacity/2050.csv +38 -0
  718. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2020.csv +15 -0
  719. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2025.csv +13 -0
  720. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2030.csv +21 -0
  721. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2035.csv +13 -0
  722. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2040.csv +21 -0
  723. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2045.csv +13 -0
  724. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Capacity/2050.csv +17 -0
  725. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2020.csv +61 -0
  726. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2025.csv +73 -0
  727. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2030.csv +73 -0
  728. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2035.csv +73 -0
  729. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2040.csv +73 -0
  730. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2045.csv +73 -0
  731. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/Results/Residential/Supply/2050.csv +73 -0
  732. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/BaseYearExport.csv +40 -0
  733. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/BaseYearImport.csv +40 -0
  734. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/GlobalCommodities.csv +7 -0
  735. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/input/Projections.csv +40 -0
  736. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/settings.toml +143 -0
  737. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/Agents.csv +9 -0
  738. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/CommIn.csv +4 -0
  739. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/CommOut.csv +4 -0
  740. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/ExistingCapacity.csv +3 -0
  741. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/gas/Technodata.csv +4 -0
  742. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/Agents.csv +5 -0
  743. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/CommIn.csv +14 -0
  744. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/CommOut.csv +14 -0
  745. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/ExistingTrade.csv +50 -0
  746. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/Technodata.csv +14 -0
  747. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/power/TradeTechnodata.csv +61 -0
  748. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/preset/Residential2020Consumption.csv +13 -0
  749. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/preset/Residential2050Consumption.csv +13 -0
  750. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/CommIn.csv +6 -0
  751. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/CommOut.csv +6 -0
  752. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/ExistingCapacity.csv +5 -0
  753. MUSE_OS-1.0.2/docs/tutorial-code/8-trade/final_trade/technodata/residential/Technodata.csv +6 -0
  754. MUSE_OS-1.0.2/docs/user-guide/add-agent.ipynb +378 -0
  755. MUSE_OS-1.0.2/docs/user-guide/add-gdp-correlation-demand.ipynb +365 -0
  756. MUSE_OS-1.0.2/docs/user-guide/add-region.ipynb +217 -0
  757. MUSE_OS-1.0.2/docs/user-guide/add-solar.ipynb +609 -0
  758. MUSE_OS-1.0.2/docs/user-guide/addition-service-demand.ipynb +461 -0
  759. MUSE_OS-1.0.2/docs/user-guide/index.rst +91 -0
  760. MUSE_OS-1.0.2/docs/user-guide/min-max-timeslice-constraints.ipynb +302 -0
  761. MUSE_OS-1.0.2/docs/user-guide/modify-timing-data.ipynb +370 -0
  762. MUSE_OS-1.0.2/docs/user-guide/trade.ipynb +344 -0
  763. MUSE_OS-1.0.2/pyproject.toml +108 -0
  764. MUSE_OS-1.0.2/run/default_settings.toml +88 -0
  765. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2020.csv +4 -0
  766. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2025.csv +9 -0
  767. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2030.csv +15 -0
  768. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2035.csv +13 -0
  769. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2040.csv +11 -0
  770. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2045.csv +9 -0
  771. MUSE_OS-1.0.2/run/example/default/Results/Gas/Capacity/2050.csv +9 -0
  772. MUSE_OS-1.0.2/run/example/default/Results/MCACapacity.csv +31 -0
  773. MUSE_OS-1.0.2/run/example/default/Results/MCAPrices.csv +169 -0
  774. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2020.csv +8 -0
  775. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2025.csv +35 -0
  776. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2030.csv +35 -0
  777. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2035.csv +39 -0
  778. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2040.csv +43 -0
  779. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2045.csv +55 -0
  780. MUSE_OS-1.0.2/run/example/default/Results/Power/Capacity/2050.csv +51 -0
  781. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2020.csv +6 -0
  782. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2025.csv +13 -0
  783. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2030.csv +15 -0
  784. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2035.csv +13 -0
  785. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2040.csv +11 -0
  786. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2045.csv +11 -0
  787. MUSE_OS-1.0.2/run/example/default/Results/Residential/Capacity/2050.csv +11 -0
  788. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2020.csv +6 -0
  789. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2025.csv +8 -0
  790. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2030.csv +9 -0
  791. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2035.csv +7 -0
  792. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2040.csv +5 -0
  793. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2045.csv +5 -0
  794. MUSE_OS-1.0.2/run/example/default/Results/Residential/Supply/2050.csv +5 -0
  795. MUSE_OS-1.0.2/run/example/default/input/BaseYearExport.csv +21 -0
  796. MUSE_OS-1.0.2/run/example/default/input/BaseYearImport.csv +21 -0
  797. MUSE_OS-1.0.2/run/example/default/input/GlobalCommodities.csv +6 -0
  798. MUSE_OS-1.0.2/run/example/default/input/Projections.csv +21 -0
  799. MUSE_OS-1.0.2/run/example/default/settings.toml +140 -0
  800. MUSE_OS-1.0.2/run/example/default/technodata/Agents.csv +3 -0
  801. MUSE_OS-1.0.2/run/example/default/technodata/gas/CommIn.csv +3 -0
  802. MUSE_OS-1.0.2/run/example/default/technodata/gas/CommOut.csv +3 -0
  803. MUSE_OS-1.0.2/run/example/default/technodata/gas/ExistingCapacity.csv +2 -0
  804. MUSE_OS-1.0.2/run/example/default/technodata/gas/Technodata.csv +3 -0
  805. MUSE_OS-1.0.2/run/example/default/technodata/power/CommIn.csv +4 -0
  806. MUSE_OS-1.0.2/run/example/default/technodata/power/CommOut.csv +4 -0
  807. MUSE_OS-1.0.2/run/example/default/technodata/power/ExistingCapacity.csv +3 -0
  808. MUSE_OS-1.0.2/run/example/default/technodata/power/Technodata.csv +4 -0
  809. MUSE_OS-1.0.2/run/example/default/technodata/preset/Residential2020Consumption.csv +7 -0
  810. MUSE_OS-1.0.2/run/example/default/technodata/preset/Residential2050Consumption.csv +7 -0
  811. MUSE_OS-1.0.2/run/example/default/technodata/residential/CommIn.csv +4 -0
  812. MUSE_OS-1.0.2/run/example/default/technodata/residential/CommOut.csv +4 -0
  813. MUSE_OS-1.0.2/run/example/default/technodata/residential/ExistingCapacity.csv +3 -0
  814. MUSE_OS-1.0.2/run/example/default/technodata/residential/Technodata.csv +4 -0
  815. MUSE_OS-1.0.2/run/example/medium/input/BaseYearExport.csv +21 -0
  816. MUSE_OS-1.0.2/run/example/medium/input/BaseYearImport.csv +21 -0
  817. MUSE_OS-1.0.2/run/example/medium/input/GlobalCommodities.csv +7 -0
  818. MUSE_OS-1.0.2/run/example/medium/input/Projections.csv +21 -0
  819. MUSE_OS-1.0.2/run/example/medium/technodata/preset/Residential2020Consumption.csv +13 -0
  820. MUSE_OS-1.0.2/run/example/medium/technodata/preset/Residential2050Consumption.csv +13 -0
  821. MUSE_OS-1.0.2/run/example/medium/technodata/residential/CommIn.csv +6 -0
  822. MUSE_OS-1.0.2/run/example/medium/technodata/residential/CommOut.csv +6 -0
  823. MUSE_OS-1.0.2/run/example/medium/technodata/residential/ExistingCapacity.csv +5 -0
  824. MUSE_OS-1.0.2/run/example/medium/technodata/residential/Technodata.csv +6 -0
  825. MUSE_OS-1.0.2/run/example/minimum_service/input/BaseYearExport.csv +21 -0
  826. MUSE_OS-1.0.2/run/example/minimum_service/input/BaseYearImport.csv +21 -0
  827. MUSE_OS-1.0.2/run/example/minimum_service/input/GlobalCommodities.csv +10 -0
  828. MUSE_OS-1.0.2/run/example/minimum_service/input/Projections.csv +21 -0
  829. MUSE_OS-1.0.2/run/example/minimum_service/settings.toml +83 -0
  830. MUSE_OS-1.0.2/run/example/minimum_service/technodata/Agents.csv +3 -0
  831. MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/CommIn.csv +8 -0
  832. MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/CommOut.csv +8 -0
  833. MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/Existing.csv +3 -0
  834. MUSE_OS-1.0.2/run/example/minimum_service/technodata/industry/Technodata.csv +6 -0
  835. MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2010Consumption.csv +4 -0
  836. MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2020Consumption.csv +4 -0
  837. MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2030Consumption.csv +4 -0
  838. MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2040Consumption.csv +4 -0
  839. MUSE_OS-1.0.2/run/example/minimum_service/technodata/preset/Industry2050Consumption.csv +4 -0
  840. MUSE_OS-1.0.2/run/example/multiple_agents/Agents.csv +5 -0
  841. MUSE_OS-1.0.2/run/example/multiple_agents/residential/Technodata.csv +4 -0
  842. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2020.csv +4 -0
  843. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2025.csv +9 -0
  844. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2030.csv +15 -0
  845. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2035.csv +13 -0
  846. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2040.csv +11 -0
  847. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2045.csv +9 -0
  848. MUSE_OS-1.0.2/run/example/outputs/default/Gas/Capacity/2050.csv +9 -0
  849. MUSE_OS-1.0.2/run/example/outputs/default/MCACapacity.csv +31 -0
  850. MUSE_OS-1.0.2/run/example/outputs/default/MCAPrices.csv +169 -0
  851. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2020.csv +8 -0
  852. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2025.csv +35 -0
  853. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2030.csv +35 -0
  854. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2035.csv +39 -0
  855. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2040.csv +43 -0
  856. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2045.csv +55 -0
  857. MUSE_OS-1.0.2/run/example/outputs/default/Power/Capacity/2050.csv +51 -0
  858. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2020.csv +6 -0
  859. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2025.csv +13 -0
  860. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2030.csv +15 -0
  861. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2035.csv +13 -0
  862. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2040.csv +11 -0
  863. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2045.csv +11 -0
  864. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Capacity/2050.csv +11 -0
  865. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2020.csv +6 -0
  866. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2025.csv +8 -0
  867. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2030.csv +9 -0
  868. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2035.csv +7 -0
  869. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2040.csv +5 -0
  870. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2045.csv +5 -0
  871. MUSE_OS-1.0.2/run/example/outputs/default/Residential/Supply/2050.csv +5 -0
  872. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2010.csv +61 -0
  873. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2015.csv +71 -0
  874. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2020.csv +81 -0
  875. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2025.csv +86 -0
  876. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2030.csv +83 -0
  877. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2035.csv +72 -0
  878. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2040.csv +53 -0
  879. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2045.csv +41 -0
  880. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Capacity/2050.csv +29 -0
  881. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2010.csv +9 -0
  882. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2015.csv +11 -0
  883. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2020.csv +15 -0
  884. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2025.csv +19 -0
  885. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2030.csv +23 -0
  886. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2035.csv +21 -0
  887. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2040.csv +17 -0
  888. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2045.csv +18 -0
  889. MUSE_OS-1.0.2/run/example/outputs/minimum_service/Industry/Supply/2050.csv +19 -0
  890. MUSE_OS-1.0.2/run/example/outputs/minimum_service/MCACapacity.csv +16 -0
  891. MUSE_OS-1.0.2/run/example/outputs/minimum_service/MCASupply.csv +55 -0
  892. MUSE_OS-1.0.2/run/example/trade/input/GlobalCommodities.csv +6 -0
  893. MUSE_OS-1.0.2/run/example/trade/input/Projections.csv +59 -0
  894. MUSE_OS-1.0.2/run/example/trade/settings.toml +150 -0
  895. MUSE_OS-1.0.2/run/example/trade/technodata/Agents.csv +7 -0
  896. MUSE_OS-1.0.2/run/example/trade/technodata/gas/CommIn.csv +5 -0
  897. MUSE_OS-1.0.2/run/example/trade/technodata/gas/CommOut.csv +5 -0
  898. MUSE_OS-1.0.2/run/example/trade/technodata/gas/ExistingTrade.csv +14 -0
  899. MUSE_OS-1.0.2/run/example/trade/technodata/gas/Technodata.csv +5 -0
  900. MUSE_OS-1.0.2/run/example/trade/technodata/gas/TradeTechnodata.csv +16 -0
  901. MUSE_OS-1.0.2/run/example/trade/technodata/power/CommIn.csv +8 -0
  902. MUSE_OS-1.0.2/run/example/trade/technodata/power/CommOut.csv +8 -0
  903. MUSE_OS-1.0.2/run/example/trade/technodata/power/ExistingCapacity.csv +7 -0
  904. MUSE_OS-1.0.2/run/example/trade/technodata/power/ExistingTrade.csv +44 -0
  905. MUSE_OS-1.0.2/run/example/trade/technodata/power/Technodata.csv +8 -0
  906. MUSE_OS-1.0.2/run/example/trade/technodata/power/TradeTechnodata.csv +31 -0
  907. MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2020Consumption.csv +19 -0
  908. MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2030Consumption.csv +19 -0
  909. MUSE_OS-1.0.2/run/example/trade/technodata/preset/Residential2050Consumption.csv +19 -0
  910. MUSE_OS-1.0.2/run/example/trade/technodata/residential/Agents.csv +7 -0
  911. MUSE_OS-1.0.2/run/example/trade/technodata/residential/CommIn.csv +8 -0
  912. MUSE_OS-1.0.2/run/example/trade/technodata/residential/CommOut.csv +8 -0
  913. MUSE_OS-1.0.2/run/example/trade/technodata/residential/ExistingCapacity.csv +7 -0
  914. MUSE_OS-1.0.2/run/example/trade/technodata/residential/Technodata.csv +8 -0
  915. MUSE_OS-1.0.2/setup.cfg +4 -0
  916. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/PKG-INFO +168 -0
  917. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/SOURCES.txt +1250 -0
  918. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/dependency_links.txt +1 -0
  919. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/entry_points.txt +2 -0
  920. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/requires.txt +40 -0
  921. MUSE_OS-1.0.2/src/MUSE_OS.egg-info/top_level.txt +1 -0
  922. MUSE_OS-1.0.2/src/muse/__init__.py +55 -0
  923. MUSE_OS-1.0.2/src/muse/__main__.py +57 -0
  924. MUSE_OS-1.0.2/src/muse/agents/__init__.py +11 -0
  925. MUSE_OS-1.0.2/src/muse/agents/agent.py +433 -0
  926. MUSE_OS-1.0.2/src/muse/agents/factories.py +415 -0
  927. MUSE_OS-1.0.2/src/muse/carbon_budget.py +509 -0
  928. MUSE_OS-1.0.2/src/muse/commodities.py +335 -0
  929. MUSE_OS-1.0.2/src/muse/conftest.py +12 -0
  930. MUSE_OS-1.0.2/src/muse/constraints.py +1124 -0
  931. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCACapacity.csv +85 -0
  932. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Capital_Costs.csv +625 -0
  933. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Consumption.csv +529 -0
  934. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Eac.csv +487 -0
  935. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Emission_Costs.csv +1489 -0
  936. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Fuel_Costs.csv +2293 -0
  937. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Lcoe.csv +487 -0
  938. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAMetric_Supply.csv +967 -0
  939. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0307/MCAPrices.csv +205 -0
  940. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCACapacity.csv +79 -0
  941. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Capital_Costs.csv +589 -0
  942. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Consumption.csv +487 -0
  943. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Eac.csv +487 -0
  944. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Emission_Costs.csv +1369 -0
  945. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Fuel_Costs.csv +2257 -0
  946. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Lcoe.csv +487 -0
  947. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAMetric_Supply.csv +889 -0
  948. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_0703/MCAPrices.csv +205 -0
  949. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCACapacity.csv +89 -0
  950. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Capital_Costs.csv +619 -0
  951. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Consumption.csv +517 -0
  952. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Eac.csv +487 -0
  953. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Emission_Costs.csv +1507 -0
  954. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Fuel_Costs.csv +2293 -0
  955. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Lcoe.csv +487 -0
  956. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAMetric_Supply.csv +997 -0
  957. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_FUEL/MCAPrices.csv +205 -0
  958. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCACapacity.csv +75 -0
  959. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Capital_Costs.csv +571 -0
  960. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Consumption.csv +487 -0
  961. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Eac.csv +487 -0
  962. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Emission_Costs.csv +1327 -0
  963. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Fuel_Costs.csv +2185 -0
  964. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Lcoe.csv +487 -0
  965. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAMetric_Supply.csv +871 -0
  966. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/Results/BUDGET/ADHOC_LCOE/MCAPrices.csv +205 -0
  967. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/BaseYearExport.csv +21 -0
  968. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/BaseYearImport.csv +21 -0
  969. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/GlobalCommodities.csv +6 -0
  970. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections.csv +21 -0
  971. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections0307low.csv +21 -0
  972. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Projections0703low.csv +21 -0
  973. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/ProjectionsFUELlow.csv +21 -0
  974. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/ProjectionsLCOElow.csv +21 -0
  975. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/input/Regions.csv +2 -0
  976. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_37_Budget.toml +177 -0
  977. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_73_Budget.toml +169 -0
  978. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_FUEL_Budget.toml +170 -0
  979. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/settings_SOS_LCOE_Budget.toml +169 -0
  980. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/Agents.csv +3 -0
  981. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/CommIn.csv +5 -0
  982. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/CommOut.csv +5 -0
  983. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/ExistingCapacity.csv +4 -0
  984. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/gas/Technodata.csv +5 -0
  985. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/CommIn.csv +4 -0
  986. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/CommOut.csv +4 -0
  987. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/ExistingCapacity.csv +3 -0
  988. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/power/Technodata.csv +4 -0
  989. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2020Consumption.csv +7 -0
  990. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2050Consumption.csv +7 -0
  991. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata/preset/Residential2060Consumption.csv +7 -0
  992. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Agents_0307.csv +5 -0
  993. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/CommIn.csv +4 -0
  994. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/CommOut.csv +4 -0
  995. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/ExistingCapacity.csv +3 -0
  996. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Macrodrivers.csv +3 -0
  997. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0307/residential/Technodata.csv +4 -0
  998. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/Agents_0703.csv +5 -0
  999. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/CommIn.csv +4 -0
  1000. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/CommOut.csv +4 -0
  1001. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/ExistingCapacity.csv +3 -0
  1002. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_0703/residential/Technodata.csv +4 -0
  1003. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/Agents.csv +5 -0
  1004. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/CommIn.csv +4 -0
  1005. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/CommOut.csv +4 -0
  1006. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/ExistingCapacity.csv +3 -0
  1007. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_FUEL/residential/Technodata.csv +4 -0
  1008. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/Agents.csv +5 -0
  1009. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/CommIn.csv +4 -0
  1010. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/CommOut.csv +4 -0
  1011. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/ExistingCapacity.csv +3 -0
  1012. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-1/technodata_LCOE/residential/Technodata.csv +4 -0
  1013. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCACapacity.csv +85 -0
  1014. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Capital_Costs.csv +661 -0
  1015. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Consumption.csv +487 -0
  1016. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Eac.csv +595 -0
  1017. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Emission_Costs.csv +1573 -0
  1018. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Fuel_Costs.csv +2557 -0
  1019. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Lcoe.csv +595 -0
  1020. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAMetric_Supply.csv +1099 -0
  1021. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/Results/BUDGET/ADHOC/MCAPrices.csv +205 -0
  1022. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/BaseYearExport.csv +21 -0
  1023. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/BaseYearImport.csv +21 -0
  1024. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/GlobalCommodities.csv +6 -0
  1025. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/ProjectionsBudgetlow.csv +21 -0
  1026. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/input/Regions.csv +2 -0
  1027. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/settings_SOS_EAC_budget.toml +170 -0
  1028. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/Agents.csv +3 -0
  1029. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/CommIn.csv +5 -0
  1030. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/CommOut.csv +5 -0
  1031. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/ExistingCapacity.csv +4 -0
  1032. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/gas/Technodata.csv +5 -0
  1033. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/CommIn.csv +4 -0
  1034. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/CommOut.csv +4 -0
  1035. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/ExistingCapacity.csv +3 -0
  1036. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/power/Technodata.csv +4 -0
  1037. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2020Consumption.csv +7 -0
  1038. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2050Consumption.csv +7 -0
  1039. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/preset/Residential2060Consumption.csv +7 -0
  1040. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Agents_lim.csv +7 -0
  1041. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/CommIn.csv +4 -0
  1042. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/CommOut.csv +4 -0
  1043. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/ExistingCapacity.csv +3 -0
  1044. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Macrodrivers.csv +3 -0
  1045. MUSE_OS-1.0.2/src/muse/data/OS_case_studies/demonstration-2/technodata/residential/Technodata.csv +4 -0
  1046. MUSE_OS-1.0.2/src/muse/data/default_settings.toml +88 -0
  1047. MUSE_OS-1.0.2/src/muse/data/example/default/input/BaseYearExport.csv +21 -0
  1048. MUSE_OS-1.0.2/src/muse/data/example/default/input/BaseYearImport.csv +21 -0
  1049. MUSE_OS-1.0.2/src/muse/data/example/default/input/GlobalCommodities.csv +6 -0
  1050. MUSE_OS-1.0.2/src/muse/data/example/default/input/Projections.csv +21 -0
  1051. MUSE_OS-1.0.2/src/muse/data/example/default/settings.toml +146 -0
  1052. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/Agents.csv +3 -0
  1053. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/CommIn.csv +3 -0
  1054. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/CommOut.csv +3 -0
  1055. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/ExistingCapacity.csv +2 -0
  1056. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/gas/Technodata.csv +3 -0
  1057. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/CommIn.csv +4 -0
  1058. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/CommOut.csv +4 -0
  1059. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/ExistingCapacity.csv +3 -0
  1060. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/power/Technodata.csv +4 -0
  1061. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/preset/Residential2020Consumption.csv +7 -0
  1062. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/preset/Residential2050Consumption.csv +7 -0
  1063. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/CommIn.csv +4 -0
  1064. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/CommOut.csv +4 -0
  1065. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/ExistingCapacity.csv +3 -0
  1066. MUSE_OS-1.0.2/src/muse/data/example/default/technodata/residential/Technodata.csv +4 -0
  1067. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/BaseYearExport.csv +21 -0
  1068. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/BaseYearImport.csv +21 -0
  1069. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/GlobalCommodities.csv +6 -0
  1070. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/input/Projections.csv +21 -0
  1071. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/output.py +45 -0
  1072. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/settings.toml +165 -0
  1073. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/Agents.csv +3 -0
  1074. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/CommIn.csv +3 -0
  1075. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/CommOut.csv +3 -0
  1076. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/ExistingCapacity.csv +2 -0
  1077. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/gas/Technodata.csv +3 -0
  1078. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/CommIn.csv +4 -0
  1079. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/CommOut.csv +4 -0
  1080. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/ExistingCapacity.csv +3 -0
  1081. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/Technodata.csv +4 -0
  1082. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/power/TechnodataTimeslices.csv +14 -0
  1083. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/preset/Residential2020Consumption.csv +7 -0
  1084. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/preset/Residential2050Consumption.csv +7 -0
  1085. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/CommIn.csv +4 -0
  1086. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/CommOut.csv +4 -0
  1087. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/ExistingCapacity.csv +3 -0
  1088. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/Technodata.csv +4 -0
  1089. MUSE_OS-1.0.2/src/muse/data/example/default_timeslice/technodata/residential/TechnodataTimeslices.csv +14 -0
  1090. MUSE_OS-1.0.2/src/muse/data/example/medium/input/BaseYearExport.csv +21 -0
  1091. MUSE_OS-1.0.2/src/muse/data/example/medium/input/BaseYearImport.csv +21 -0
  1092. MUSE_OS-1.0.2/src/muse/data/example/medium/input/GlobalCommodities.csv +7 -0
  1093. MUSE_OS-1.0.2/src/muse/data/example/medium/input/Projections.csv +21 -0
  1094. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/preset/Residential2020Consumption.csv +13 -0
  1095. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/preset/Residential2050Consumption.csv +13 -0
  1096. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/CommIn.csv +6 -0
  1097. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/CommOut.csv +6 -0
  1098. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/ExistingCapacity.csv +5 -0
  1099. MUSE_OS-1.0.2/src/muse/data/example/medium/technodata/residential/Technodata.csv +6 -0
  1100. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/BaseYearExport.csv +21 -0
  1101. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/BaseYearImport.csv +21 -0
  1102. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/GlobalCommodities.csv +10 -0
  1103. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/input/Projections.csv +21 -0
  1104. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/settings.toml +86 -0
  1105. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/Agents.csv +3 -0
  1106. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/CommIn.csv +8 -0
  1107. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/CommOut.csv +8 -0
  1108. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/Existing.csv +3 -0
  1109. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/industry/Technodata.csv +6 -0
  1110. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2010Consumption.csv +4 -0
  1111. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2020Consumption.csv +4 -0
  1112. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2030Consumption.csv +4 -0
  1113. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2040Consumption.csv +4 -0
  1114. MUSE_OS-1.0.2/src/muse/data/example/minimum_service/technodata/preset/Industry2050Consumption.csv +4 -0
  1115. MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/Agents.csv +5 -0
  1116. MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/residential/ExistingCapacity.csv +3 -0
  1117. MUSE_OS-1.0.2/src/muse/data/example/multiple_agents/residential/Technodata.csv +4 -0
  1118. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2020.csv +4 -0
  1119. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2025.csv +9 -0
  1120. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2030.csv +15 -0
  1121. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2035.csv +13 -0
  1122. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2040.csv +11 -0
  1123. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2045.csv +9 -0
  1124. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Gas/Capacity/2050.csv +9 -0
  1125. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/MCACapacity.csv +57 -0
  1126. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/MCAPrices.csv +169 -0
  1127. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2020.csv +16 -0
  1128. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2025.csv +24 -0
  1129. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2030.csv +30 -0
  1130. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2035.csv +36 -0
  1131. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2040.csv +42 -0
  1132. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2045.csv +47 -0
  1133. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Power/Capacity/2050.csv +45 -0
  1134. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2020.csv +6 -0
  1135. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2025.csv +13 -0
  1136. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2030.csv +15 -0
  1137. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2035.csv +17 -0
  1138. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2040.csv +15 -0
  1139. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2045.csv +13 -0
  1140. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Capacity/2050.csv +11 -0
  1141. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2020.csv +25 -0
  1142. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2025.csv +25 -0
  1143. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2030.csv +25 -0
  1144. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2035.csv +25 -0
  1145. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2040.csv +25 -0
  1146. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2045.csv +19 -0
  1147. MUSE_OS-1.0.2/src/muse/data/example/outputs/default/Residential/Supply/2050.csv +13 -0
  1148. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2010.csv +61 -0
  1149. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2015.csv +71 -0
  1150. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2020.csv +81 -0
  1151. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2025.csv +86 -0
  1152. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2030.csv +83 -0
  1153. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2035.csv +72 -0
  1154. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2040.csv +53 -0
  1155. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2045.csv +41 -0
  1156. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Capacity/2050.csv +29 -0
  1157. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2010.csv +13 -0
  1158. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2015.csv +13 -0
  1159. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2020.csv +13 -0
  1160. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2025.csv +13 -0
  1161. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2030.csv +13 -0
  1162. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2035.csv +13 -0
  1163. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2040.csv +13 -0
  1164. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2045.csv +13 -0
  1165. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/Industry/Supply/2050.csv +13 -0
  1166. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/MCACapacity.csv +35 -0
  1167. MUSE_OS-1.0.2/src/muse/data/example/outputs/minimum_service/MCAMetric_Supply.csv +205 -0
  1168. MUSE_OS-1.0.2/src/muse/data/example/outputs/trade/Capacities.csv +31 -0
  1169. MUSE_OS-1.0.2/src/muse/data/example/outputs/trade/Prices.csv +133 -0
  1170. MUSE_OS-1.0.2/src/muse/data/example/trade/input/GlobalCommodities.csv +6 -0
  1171. MUSE_OS-1.0.2/src/muse/data/example/trade/input/Projections.csv +40 -0
  1172. MUSE_OS-1.0.2/src/muse/data/example/trade/settings.toml +159 -0
  1173. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/Agents.csv +3 -0
  1174. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/CommIn.csv +5 -0
  1175. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/CommOut.csv +4 -0
  1176. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/ExistingTrade.csv +12 -0
  1177. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/Technodata.csv +4 -0
  1178. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/gas/TradeTechnodata.csv +15 -0
  1179. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/CommIn.csv +6 -0
  1180. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/CommOut.csv +6 -0
  1181. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/ExistingTrade.csv +32 -0
  1182. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/Technodata.csv +6 -0
  1183. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/power/TradeTechnodata.csv +21 -0
  1184. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2020Consumption.csv +13 -0
  1185. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2030Consumption.csv +13 -0
  1186. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/preset/Residential2050Consumption.csv +13 -0
  1187. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/Agents.csv +5 -0
  1188. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/CommIn.csv +6 -0
  1189. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/CommOut.csv +6 -0
  1190. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/ExistingCapacity.csv +5 -0
  1191. MUSE_OS-1.0.2/src/muse/data/example/trade/technodata/residential/Technodata.csv +6 -0
  1192. MUSE_OS-1.0.2/src/muse/decisions.py +338 -0
  1193. MUSE_OS-1.0.2/src/muse/decorators.py +34 -0
  1194. MUSE_OS-1.0.2/src/muse/defaults.py +18 -0
  1195. MUSE_OS-1.0.2/src/muse/demand_matching.py +321 -0
  1196. MUSE_OS-1.0.2/src/muse/demand_share.py +662 -0
  1197. MUSE_OS-1.0.2/src/muse/errors.py +91 -0
  1198. MUSE_OS-1.0.2/src/muse/examples.py +397 -0
  1199. MUSE_OS-1.0.2/src/muse/filters.py +465 -0
  1200. MUSE_OS-1.0.2/src/muse/hooks.py +171 -0
  1201. MUSE_OS-1.0.2/src/muse/interactions.py +182 -0
  1202. MUSE_OS-1.0.2/src/muse/investments.py +419 -0
  1203. MUSE_OS-1.0.2/src/muse/mca.py +696 -0
  1204. MUSE_OS-1.0.2/src/muse/objectives.py +901 -0
  1205. MUSE_OS-1.0.2/src/muse/outputs/__init__.py +3 -0
  1206. MUSE_OS-1.0.2/src/muse/outputs/cache.py +493 -0
  1207. MUSE_OS-1.0.2/src/muse/outputs/mca.py +1315 -0
  1208. MUSE_OS-1.0.2/src/muse/outputs/sector.py +237 -0
  1209. MUSE_OS-1.0.2/src/muse/outputs/sinks.py +362 -0
  1210. MUSE_OS-1.0.2/src/muse/production.py +210 -0
  1211. MUSE_OS-1.0.2/src/muse/quantities.py +638 -0
  1212. MUSE_OS-1.0.2/src/muse/readers/__init__.py +34 -0
  1213. MUSE_OS-1.0.2/src/muse/readers/csv.py +925 -0
  1214. MUSE_OS-1.0.2/src/muse/readers/toml.py +953 -0
  1215. MUSE_OS-1.0.2/src/muse/registration.py +197 -0
  1216. MUSE_OS-1.0.2/src/muse/regressions.py +518 -0
  1217. MUSE_OS-1.0.2/src/muse/sectors/__init__.py +43 -0
  1218. MUSE_OS-1.0.2/src/muse/sectors/abstract.py +35 -0
  1219. MUSE_OS-1.0.2/src/muse/sectors/legacy_sector.py +453 -0
  1220. MUSE_OS-1.0.2/src/muse/sectors/preset_sector.py +188 -0
  1221. MUSE_OS-1.0.2/src/muse/sectors/register.py +58 -0
  1222. MUSE_OS-1.0.2/src/muse/sectors/sector.py +424 -0
  1223. MUSE_OS-1.0.2/src/muse/sectors/subsector.py +266 -0
  1224. MUSE_OS-1.0.2/src/muse/timeslices.py +592 -0
  1225. MUSE_OS-1.0.2/src/muse/utilities.py +671 -0
  1226. MUSE_OS-1.0.2/tests/conftest.py +641 -0
  1227. MUSE_OS-1.0.2/tests/test_agents.py +212 -0
  1228. MUSE_OS-1.0.2/tests/test_aggregoutput.py +118 -0
  1229. MUSE_OS-1.0.2/tests/test_carbon_budget.py +202 -0
  1230. MUSE_OS-1.0.2/tests/test_commodity.py +27 -0
  1231. MUSE_OS-1.0.2/tests/test_constraints.py +487 -0
  1232. MUSE_OS-1.0.2/tests/test_decisions.py +153 -0
  1233. MUSE_OS-1.0.2/tests/test_demand_matching.py +192 -0
  1234. MUSE_OS-1.0.2/tests/test_demand_share.py +386 -0
  1235. MUSE_OS-1.0.2/tests/test_filters.py +237 -0
  1236. MUSE_OS-1.0.2/tests/test_fullsim_regression.py +30 -0
  1237. MUSE_OS-1.0.2/tests/test_interactions.py +82 -0
  1238. MUSE_OS-1.0.2/tests/test_investments.py +84 -0
  1239. MUSE_OS-1.0.2/tests/test_legacy_sector.py +184 -0
  1240. MUSE_OS-1.0.2/tests/test_mca.py +181 -0
  1241. MUSE_OS-1.0.2/tests/test_minimum_service.py +66 -0
  1242. MUSE_OS-1.0.2/tests/test_objectives.py +423 -0
  1243. MUSE_OS-1.0.2/tests/test_outputs.py +689 -0
  1244. MUSE_OS-1.0.2/tests/test_presets.py +141 -0
  1245. MUSE_OS-1.0.2/tests/test_quantities.py +596 -0
  1246. MUSE_OS-1.0.2/tests/test_readers.py +421 -0
  1247. MUSE_OS-1.0.2/tests/test_regressions.py +98 -0
  1248. MUSE_OS-1.0.2/tests/test_subsector.py +136 -0
  1249. MUSE_OS-1.0.2/tests/test_timeslice_output.py +157 -0
  1250. MUSE_OS-1.0.2/tests/test_timeslices.py +249 -0
  1251. MUSE_OS-1.0.2/tests/test_trade.py +152 -0
  1252. MUSE_OS-1.0.2/tests/test_utilities.py +300 -0
@@ -0,0 +1,8 @@
1
+ [bumpversion]
2
+ current_version = 1.0.2
3
+ commit = True
4
+ tag = True
5
+
6
+ [bumpversion:file:src/muse/__init__.py]
7
+
8
+ [bumpversion:file:docs/conf.py]
@@ -0,0 +1,15 @@
1
+ *
2
+ !README.m
3
+ !docs
4
+ !setup.py
5
+ !setup.cfg
6
+ !tests/
7
+ !src/muse/
8
+ !docs/bibliography.bib
9
+ !docs/bibliography.rst
10
+ !docs/conf.py
11
+ !docs/developer_guide
12
+ !docs/index,rs
13
+ !docs/installation.rst
14
+ !docs/user_gide/
15
+ !docs/model/
@@ -0,0 +1,12 @@
1
+ # EditorConfig is awesome: http://EditorConfig.org
2
+
3
+ # top-most EditorConfig file
4
+ root = true
5
+
6
+ [*.py]
7
+ indent_style = space
8
+ indent_size = 4
9
+ tab_width = 4
10
+ charset = utf-8
11
+ max_line_length=88
12
+ insert_final_newline = true
MUSE_OS-1.0.2/.flake8 ADDED
@@ -0,0 +1,11 @@
1
+ [flake8]
2
+ max-line-length = 88
3
+ exclude =
4
+ .tox,
5
+ .git,
6
+ .venv,
7
+ venv,
8
+ build,
9
+ __pycache__,
10
+ extend-ignore =
11
+ E203,W503
@@ -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
@@ -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
+ }