-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from trolie/152-slim-forecasts
add slim forecast proposal/snapshot
- Loading branch information
Showing
9 changed files
with
184 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
docs/example-narratives/examples/forecast-limits-slim-active-power.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"snapshot-header": { | ||
"begins": "2023-07-12T16:00:00-07:00", | ||
"ends": "2023-07-12T18:00:00-07:00", | ||
"snapshot-provenance": { | ||
"provider":"X-AMPL", | ||
"last-updated": "2023-07-12T16:00:00-07:00", | ||
"origin-id": "//trolie.example.com/snapshots/2024-08-05T11%3a00%3a00-07%3a00" | ||
}, | ||
"default-emergency-durations": [ | ||
{ | ||
"name": "lte", | ||
"duration-minutes": 240 | ||
}, | ||
{ | ||
"name": "ste", | ||
"duration-minutes": 30 | ||
}, | ||
{ | ||
"name": "dal", | ||
"duration-minutes": 15 | ||
} | ||
], | ||
"power-system-resources": [ | ||
{ "resource-id": "8badf00d", | ||
"alternate-identifiers": [ | ||
{"name": "segmentX", "authority": "TO-NERC-ID"}, | ||
{"name": "LINE1 SEG-X", "authority": "RC-NERC-ID", "mrid": "8badf00d"} | ||
] | ||
}, | ||
{ "resource-id": "f34d3d", | ||
"alternate-identifiers": [ | ||
{"name": "segmentY", "authority": "TO-NERC-ID"}, | ||
{"name": "LINE2 SEG-Y", "authority": "RC-NERC-ID", "mrid": "8badf00d"} | ||
] | ||
} | ||
] | ||
}, | ||
"limits": [ | ||
[ | ||
[160, 1.0, 170, 1.0, 180, 1.0, 190, 1.0], | ||
[161, 1.0, 171, 1.0, 181, 1.0, 191, 1.0] | ||
], | ||
[ | ||
[140, 1.0, 150, 1.0, 160, 1.0, 170, 1.0], | ||
[141, 1.0, 151, 1.0, 161, 1.0, 171, 1.0] | ||
] | ||
] | ||
} |
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
docs/example-narratives/examples/forecast-ratings-proposal-slim-patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"proposal-header" : { | ||
"source": { | ||
"last-updated": "2025-10-31T15:05:43.044267100-07:00", | ||
"provider": "UTILITY-A", | ||
"origin-id": "5aeacb25-9b65-4738-8a00-ac10afa63640" | ||
}, | ||
"begins": "2025-11-01T01:00:00-05:00", | ||
"ends": "2025-11-01T05:00:00-05:00", | ||
"default-emergency-durations": [ | ||
{ | ||
"name": "emergency", | ||
"duration-minutes": 240 | ||
} | ||
], | ||
"power-system-resources": [ | ||
{ "resource-id": "8badf00d", | ||
"alternate-identifiers": [ | ||
{"name": "segmentX", "authority": "TO-NERC-ID"}, | ||
{"name": "LINE1 SEG-X", "authority": "RC-NERC-ID", "mrid": "8badf00d"} | ||
] | ||
}, | ||
{ "resource-id": "f34d3d", | ||
"alternate-identifiers": [ | ||
{"name": "segmentY", "authority": "TO-NERC-ID"}, | ||
{"name": "LINE2 SEG-Y", "authority": "RC-NERC-ID", "mrid": "8badf00d"} | ||
] | ||
} | ||
] | ||
}, | ||
"ratings": [ | ||
[ | ||
[160, 170], | ||
[155, 160], | ||
[145, 150], | ||
[140, 145] | ||
], | ||
[ | ||
[160, 170], | ||
[155, 160], | ||
[145, 150], | ||
[140, 145] | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters