Skip to content

Commit

Permalink
Merge branch 'master' into feature/GSYE-563
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdiedrich authored Oct 24, 2023
2 parents e47eda9 + 9bd7a21 commit 55b0695
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 196 deletions.
104 changes: 28 additions & 76 deletions gsy_framework/schema/avro_schemas/simulation_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,47 +92,34 @@
]
},
{
"name": "area_stats",
"default": "null",
"type": [
"null",
{
"name": "AreaStatsRecord",
"type": "record",
"fields": [
{
"name": "rate_stats_market",
"type": {
"type": "map",
"values": [
{
"name": "RateStatsMarketMap",
"type": "map",
"values": [
"null",
"float"
]
}
]
}
},
{
"name": "exported_energy",
"type": {
"type": "map",
"values": "float"
}
},
{
"name": "imported_energy",
"type": {
"type": "map",
"values": "float"
}
}
]
}
]
"name": "rate_stats_market",
"type": {
"type": "map",
"values": [
{
"name": "RateStatsMarketMap",
"type": "map",
"values": [
"null",
"float"
]
}
]
}
},
{
"name": "exported_energy",
"type": {
"type": "map",
"values": "float"
}
},
{
"name": "imported_energy",
"type": {
"type": "map",
"values": "float"
}
}
]
},
Expand All @@ -157,13 +144,6 @@
{
"name": "total_energy_demanded_Wh",
"type": "float"
},
{
"name": "area_stats",
"type": [
"null",
"AreaStatsRecord"
]
}
]
},
Expand Down Expand Up @@ -191,13 +171,6 @@
"type": "map",
"values": "float"
}
},
{
"name": "area_stats",
"type": [
"null",
"AreaStatsRecord"
]
}
]
},
Expand Down Expand Up @@ -225,13 +198,6 @@
"type": "map",
"values": "float"
}
},
{
"name": "area_stats",
"type": [
"null",
"AreaStatsRecord"
]
}
]
},
Expand All @@ -246,13 +212,6 @@
"int"
]
},
{
"name": "area_stats",
"type": [
"null",
"AreaStatsRecord"
]
},
{
"name": "battery_energy_per_slot",
"type": "float"
Expand Down Expand Up @@ -344,13 +303,6 @@
"int"
]
},
{
"name": "area_stats",
"type": [
"null",
"AreaStatsRecord"
]
},
{
"name": "storage_temp_C",
"type": {
Expand Down
Loading

0 comments on commit 55b0695

Please sign in to comment.