Skip to content

Commit

Permalink
fix(plexos_export): Added coalduns mapping to ReEDS and adding line…
Browse files Browse the repository at this point in the history
… flow exporter (#55)

List of changes
---------------
- fixing an error causing some coal capacity to be dropped, 
- Added line flow as a standard output for plexos
  • Loading branch information
jennielu92 authored Oct 29, 2024
1 parent bf284f2 commit b8cc616
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/r2x/defaults/plexos_reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,30 @@
"report_statistics": false,
"report_summary": true
},
{
"child_class": "Line",
"collection": "Lines",
"object_name": "base_report",
"parent_class": "System",
"phase_id": 4,
"property": "Flow",
"report_period": true,
"report_samples": false,
"report_statistics": false,
"report_summary": true
},
{
"child_class": "Line",
"collection": "Lines",
"object_name": "base_report",
"parent_class": "System",
"phase_id": 4,
"property": "Wheeling Cost",
"report_period": true,
"report_samples": false,
"report_statistics": false,
"report_summary": true
},
{
"child_class": "Region",
"collection": "Regions",
Expand Down
1 change: 1 addition & 0 deletions src/r2x/defaults/reeds_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"coal-igcc": "ThermalStandard",
"coal-new": "ThermalStandard",
"coaloldscr": "ThermalStandard",
"coalolduns": "ThermalStandard",
"coaluns": "ThermalStandard",
"distpv": "RenewableNonDispatch",
"egs_nearfield": "ThermalStandard",
Expand Down

0 comments on commit b8cc616

Please sign in to comment.