From a07253e53fcdc3be5dcf9a82030c11d87d6ba047 Mon Sep 17 00:00:00 2001 From: Brian Sergi Date: Tue, 8 Oct 2024 19:31:53 -0400 Subject: [PATCH] fix: update file name for planned outages from ReEDS (#49) 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 --- src/r2x/defaults/reeds_us_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r2x/defaults/reeds_us_mapping.json b/src/r2x/defaults/reeds_us_mapping.json index 8ed53fee..f215ca76 100644 --- a/src/r2x/defaults/reeds_us_mapping.json +++ b/src/r2x/defaults/reeds_us_mapping.json @@ -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": "%"