Skip to content

Commit

Permalink
fix: update file name for planned outages from ReEDS (#49)
Browse files Browse the repository at this point in the history
ReEDS has changed the name of the output file for outages from
`outage_planned.csv` to `planned_outage.csv`; this PR adapts the name in
the `reeds_us_mapping.json` file to handle this.

Co-authored-by: bsergi <[email protected]>
  • Loading branch information
bsergi and bsergi authored Oct 8, 2024
1 parent 0e09279 commit a07253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2x/defaults/reeds_us_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"value": "planned_outage_rate"
},
"description": "Planned outages per technology.",
"fname": "outage_planned.csv",
"fname": "planned_outage.csv",
"input": true,
"optional": true,
"units": "%"
Expand Down

0 comments on commit a07253e

Please sign in to comment.