Skip to content

Commit

Permalink
refactor: change typ to rate_type for TimeSeriesRate
Browse files Browse the repository at this point in the history
  • Loading branch information
olelod committed Jun 23, 2023
1 parent 6ce07c4 commit a87b3ea
Show file tree
Hide file tree
Showing 14 changed files with 446 additions and 446 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"component_level": "CONSUMER",
"emissions": {},
"energy_usage": {
"rate_type": "STREAM_DAY",
"regularity": [
1.0,
1.0,
Expand Down Expand Up @@ -31,7 +32,6 @@
"2030-01-01 00:00:00",
"2031-01-01 00:00:00"
],
"typ": "STREAM_DAY",
"unit": "MW",
"values": [
6.0,
Expand Down Expand Up @@ -114,6 +114,7 @@
"name": "Sea water injection pump",
"parent": "df82601448d0dfff409ca827eb200bf7",
"power": {
"rate_type": "STREAM_DAY",
"regularity": [
1.0,
1.0,
Expand Down Expand Up @@ -142,7 +143,6 @@
"2030-01-01 00:00:00",
"2031-01-01 00:00:00"
],
"typ": "STREAM_DAY",
"unit": "MW",
"values": [
6.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"component_level": "CONSUMER",
"emissions": {},
"energy_usage": {
"rate_type": "STREAM_DAY",
"regularity": [
1.0,
1.0,
Expand Down Expand Up @@ -31,7 +32,6 @@
"2030-01-01 00:00:00",
"2031-01-01 00:00:00"
],
"typ": "STREAM_DAY",
"unit": "MW",
"values": [
6.0,
Expand Down Expand Up @@ -114,6 +114,7 @@
"name": "Sea water injection pump",
"parent": "df82601448d0dfff409ca827eb200bf7",
"power": {
"rate_type": "STREAM_DAY",
"regularity": [
1.0,
1.0,
Expand Down Expand Up @@ -142,7 +143,6 @@
"2030-01-01 00:00:00",
"2031-01-01 00:00:00"
],
"typ": "STREAM_DAY",
"unit": "MW",
"values": [
6.0,
Expand Down
Loading

0 comments on commit a87b3ea

Please sign in to comment.