Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Result Summaries #219

Merged
merged 30 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
057efd1
add generation shares
trevorb1 Oct 25, 2024
7044534
node cost
trevorb1 Oct 27, 2024
84f297d
summaries added
trevorb1 Oct 28, 2024
e910ba6
add headline metrics
trevorb1 Oct 28, 2024
5adbb36
correct units
trevorb1 Oct 28, 2024
bb9416a
Merge branch 'master' into summaries
trevorb1 Nov 7, 2024
195fd03
Merge branch 'master' into summaries
trevorb1 Nov 13, 2024
e795485
update otoole req
trevorb1 Nov 13, 2024
14fafbb
correct otoole config
trevorb1 Nov 13, 2024
3ed10ea
remove storage from gen shares
trevorb1 Nov 13, 2024
5b2f89e
update node cost
trevorb1 Nov 13, 2024
f4d0425
correct otoole config
trevorb1 Nov 13, 2024
4c2242f
Added DiscountedOperatingCost to missing files as workflow wouldn't run
maartenbrinkerink Nov 14, 2024
38359f7
add renewables to summaries
trevorb1 Nov 18, 2024
f3c7cd9
dynamic storage names for gen shares
trevorb1 Nov 18, 2024
f47919d
dynamic exclusions for headline metrics
trevorb1 Nov 18, 2024
f0e1e14
change emission intensity to use demand
trevorb1 Nov 18, 2024
3ffa2cd
gen shares by country
trevorb1 Nov 18, 2024
7f00217
capacities at country levels
trevorb1 Nov 18, 2024
bd9bf2e
country transmission correction
trevorb1 Nov 18, 2024
b90ea66
costs updated
trevorb1 Nov 18, 2024
fc2a0d1
fix yaml config
trevorb1 Nov 18, 2024
c5750c0
Merge branch 'summaries' of https://github.com/OSeMOSYS/osemosys_glob…
trevorb1 Nov 18, 2024
f73bddf
config update
trevorb1 Nov 18, 2024
0324919
emission intensity updated to use production
trevorb1 Nov 18, 2024
41cf1a8
correct emission result
trevorb1 Nov 18, 2024
56f1d3d
Comma fixes
maartenbrinkerink Nov 18, 2024
277bad2
correct exception handeling
trevorb1 Nov 19, 2024
f5e3101
Country level transmission capacity fix
maartenbrinkerink Nov 19, 2024
8f7af79
Added country level flows and diversified imports/exports/net trade/t…
maartenbrinkerink Nov 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions docs/api/osemosys_global.demand.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
osemosys\_global.demand package
===============================

Submodules
----------

osemosys\_global.demand.constants module
----------------------------------------

.. automodule:: osemosys_global.demand.constants
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.custom module
-------------------------------------

.. automodule:: osemosys_global.demand.custom
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.data module
-----------------------------------

.. automodule:: osemosys_global.demand.data
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.figures module
--------------------------------------

.. automodule:: osemosys_global.demand.figures
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.main module
-----------------------------------

.. automodule:: osemosys_global.demand.main
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.projection module
-----------------------------------------

.. automodule:: osemosys_global.demand.projection
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.read module
-----------------------------------

.. automodule:: osemosys_global.demand.read
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.regression module
-----------------------------------------

.. automodule:: osemosys_global.demand.regression
:members:
:undoc-members:
:show-inheritance:

osemosys\_global.demand.spatial module
--------------------------------------

.. automodule:: osemosys_global.demand.spatial
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: osemosys_global.demand
:members:
:undoc-members:
:show-inheritance:
Loading
Loading