Skip to content

Commit

Permalink
Merge pull request #32 from GRIDAPPSD/releases/2021.04.0
Browse files Browse the repository at this point in the history
Release of version 2021.04.0
  • Loading branch information
tonya1 authored May 18, 2021
2 parents e667024 + f6fa6cd commit 952476b
Show file tree
Hide file tree
Showing 7 changed files with 992 additions and 74 deletions.
361 changes: 361 additions & 0 deletions assumptions.py

Large diffs are not rendered by default.

149 changes: 143 additions & 6 deletions simulation_config_files/123-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"SubGeographicalRegion_name": "_1CD7D2EE-3C91-3248-5662-A43EFEFAC224",
"Line_name": "_C1C3E687-6FFD-C753-582B-632A27E28507"
},

"application_config": {
"applications": [

]
},
"simulation_config": {
"start_time": "1593118960",
"duration": "120",
"start_time": "1373814000",
"duration": "150",
"simulator": "GridLAB-D",
"timestep_frequency": 1000,
"timestep_increment": 1000,
Expand All @@ -29,9 +30,145 @@
}
},
"test_config":{
"events":[],
"appId":""

},
"service_configs":[]
"events": [
{
"message": {
"forward_differences": [
{
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F20D",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814030,
"stopDateTime": 1373814045
},
{
"message": {
"forward_differences": [
{
"object": "_28CFA3B0-5D09-4154-BC5A-BD0C45E9530D",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_28CFA3B0-5D09-4154-BC5A-BD0C45E9530D",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814040,
"stopDateTime": 1373814055
},
{
"message": {
"forward_differences": [
{
"object": "_B2C95152-D6F7-4702-9910-E2543FB9B4F7",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_B2C95152-D6F7-4702-9910-E2543FB9B4F7",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814040,
"stopDateTime": 1373814065
},
{
"message": {
"forward_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7",
"attribute": "TapChanger.step",
"value": 4
}
],
"reverse_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"attribute": "TapChanger.step",
"value": 10
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814050,
"stopDateTime": 1373814100
},
{
"allInputOutage": false,
"allOutputOutage": false,
"event_type": "CommOutage",
"faultMRID": "_f52aa46c-ce43-4aa4-8888-c1f3e4b684ae",
"inputOutageList": [
{
"attribute": "TapChanger.step",
"objectMRID": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7"
}
],
"occuredDateTime": 1373814140,
"outputOutageList": [],
"stopDateTime": 1373814150
},
{
"message": {
"forward_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"attribute": "TapChanger.step",
"value": 10
}
],
"reverse_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8",
"attribute": "TapChanger.step",
"value": 5
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814130,
"stopDateTime": 1373814150
}

],
"appId":""
},
"service_configs": [
{
"id": "gridappsd-alarms",
"user_options": {
"default-perunit-confidence-band": 0.02,
"simulate-all": false,
"sensors-config": {},
"default-normal-value": 100,
"random-seed": 0,
"default-aggregation-interval": 30,
"passthrough-if-not-specified": false,
"default-perunit-drop-rate": 0.05
}
}
]
}
121 changes: 117 additions & 4 deletions simulation_config_files/13-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

},
"simulation_config":{
"start_time":"1593118960",
"duration":"120",
"start_time":"1373814000",
"duration":"150",
"simulator":"GridLAB-D",
"timestep_frequency":"1000",
"timestep_increment":"1000",
Expand All @@ -31,9 +31,122 @@

},
"test_config":{
"events":[],
"events":[{
"message": {
"forward_differences": [
{
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F20D",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814030,
"stopDateTime": 1373814045
},
{
"message": {
"forward_differences": [
{
"object": "_28CFA3B0-5D09-4154-BC5A-BD0C45E9530D",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_28CFA3B0-5D09-4154-BC5A-BD0C45E9530D",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814040,
"stopDateTime": 1373814055
},

{
"message": {
"forward_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7",
"attribute": "TapChanger.step",
"value": 4
}
],
"reverse_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"attribute": "TapChanger.step",
"value": 10
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814050,
"stopDateTime": 1373814100
},
{
"allInputOutage": false,
"allOutputOutage": false,
"event_type": "CommOutage",
"faultMRID": "_f52aa46c-ce43-4aa4-8888-c1f3e4b684ae",
"inputOutageList": [
{
"attribute": "TapChanger.step",
"objectMRID": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7"
}
],
"occuredDateTime": 1373814140,
"outputOutageList": [],
"stopDateTime": 1373814150
},
{
"message": {
"forward_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"attribute": "TapChanger.step",
"value": 10
}
],
"reverse_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8",
"attribute": "TapChanger.step",
"value": 5
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1373814130,
"stopDateTime": 1373814150
}

],
"appId":""

},
"service_configs":[]
"service_configs":[ {
"id": "gridappsd-alarms",
"user_options": {
"default-perunit-confidence-band": 0.02,
"simulate-all": false,
"sensors-config": {},
"default-normal-value": 100,
"random-seed": 0,
"default-aggregation-interval": 30,
"passthrough-if-not-specified": false,
"default-perunit-drop-rate": 0.05
}
}]
}
10 changes: 5 additions & 5 deletions simulation_config_files/9500-alarm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"reverse_differences": [
{
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F20D",
"object": "_792127B0-9B3E-43EC-9D23-FD46F5A2F",
"attribute": "Switch.open",
"value": 0
}
Expand Down Expand Up @@ -95,7 +95,7 @@
"message": {
"forward_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7",
"attribute": "TapChanger.step",
"value": 4
}
Expand All @@ -120,7 +120,7 @@
"inputOutageList": [
{
"attribute": "TapChanger.step",
"objectMRID": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D"
"objectMRID": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7"
}
],
"occuredDateTime": 1373814140,
Expand All @@ -138,7 +138,7 @@
],
"reverse_differences": [
{
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8D",
"object": "_5D67EBEE-9158-4C56-9E39-12A9AC0D7B8",
"attribute": "TapChanger.step",
"value": 5
}
Expand Down Expand Up @@ -167,4 +167,4 @@
}
}
]
}
}
Loading

0 comments on commit 952476b

Please sign in to comment.