Skip to content

Commit f97e706

Browse files
Merge pull request #1332 from ie3-institute/ms/#1331-fix-em-fields-in-input-models
Fixed em fields in input models.
2 parents 4fb7159 + b305429 commit f97e706

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+110
-109
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Fixed
1010
- Fixed handling of `CongestionResult.InputModelType` in `EntityProcessor` [#1325](https://github.com/ie3-institute/PowerSystemDataModel/issues/1325)
11+
- -Fixed em fields in input models [#1331](https://github.com/ie3-institute/PowerSystemDataModel/issues/1331)
1112

1213
### Changed
1314
- Updated dependabot workflow and added CODEOWNERS [#1328](https://github.com/ie3-institute/PowerSystemDataModel/issues/1328)

docs/readthedocs/models/input/em.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Participants are connected to an EM each via their `em` field.
3737
-
3838
- String representation (e.g. name) of a control strategy
3939
40-
* - parentEm
40+
* - controllingEm
4141
-
4242
- Reference to a superior Energy Management Unit that is controlling this EM.
4343
Field can be empty or missing, if this EM itself is not controlled.

docs/readthedocs/models/input/participant/bm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Model of a biomass power plant.
107107
- € / MWh
108108
- Fixed feed in tariff
109109
110-
* - em
110+
* - controllingEm
111111
-
112112
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
113113
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/chp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Combined heat and power plant.
114114
- Whether to adapt output based on (volatile)
115115
market price or not
116116
117-
* - em
117+
* - controllingEm
118118
-
119119
- UUID reference to an [Energy Management Unit](em_model) that is controlling
120120
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/ev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
9797
-
9898
-
9999
100-
* - em
100+
* - controllingEm
101101
-
102102
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
103103
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/evcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ station and has some limitations outlined below.
6363
- Boolean
6464
- Vehicle to grid (V2G) support, true if the charging station supports feed in.
6565
66-
* - em
66+
* - controllingEm
6767
-
6868
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
6969
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/fixedfeedin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ model can be derived.
4949
-
5050
- Rated power factor
5151
52-
* - em
52+
* - controllingEm
5353
-
5454
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
5555
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/hp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Model of a heat pump.
9393
-
9494
-
9595
96-
* - em
96+
* - controllingEm
9797
-
9898
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
9999
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/load.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Model of (mainly) domestic loads.
5656
-
5757
- Rated power factor
5858
59-
* - em
59+
* - controllingEm
6060
-
6161
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
6262
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Detailed model of a photovoltaic power plant.
7676
-
7777
- Rated power factor
7878
79-
* - em
79+
* - controllingEm
8080
-
8181
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
8282
this system participant. Field can be empty or missing, if this participant

0 commit comments

Comments
 (0)