-
Notifications
You must be signed in to change notification settings - Fork 159
Reporting
Paul Natsuo Kishimoto edited this page Dec 19, 2018
·
32 revisions
This page exists to collect use cases and architecture thoughts for the reporting infrastructure being developed in iiasa/message_ix#142
- Behnam develops a sub-annual version of the Austria tutorial, and wants to plot the results coming out of the resulting model.
pp = Reporting()
.add_activity(...)
.add_activity()
.aggregate(...)
.build()
// reuse processing instance for multiple scenarios
pp.process(scenario1)
pp.process(scenario2)
// or
pp = Reporting().load(...)
specs.yaml
- activity
- Primary Energy|Wind
- technology: wind_ppl
- aggregate
- Primary Energy
Call reporting specs on scenario: Reporting(scenario, specs.yaml)