-
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.
when sum of percentages of a scalable is zero, set all percentages to same value --------- Signed-off-by: Philippe Edwards <philippe.edwards@rte-france.com>
- Loading branch information
Showing
3 changed files
with
97 additions
and
2 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
65 changes: 65 additions & 0 deletions
65
glsk/glsk-document-cim/src/test/resources/GlskB43ParticipationFactorGskLskZeroSum.xml
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,65 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<GLSK_MarketDocument xmlns="urn:iec62325.351:tc57wg16:451-n:glskdocument:2:1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:iec62325.351:tc57wg16:451-n:glskdocument:2:1 iec62325-451-n-glsk_v2_1.xsd"> | ||
<mRID>49V000000000017G-20180829-F717</mRID> | ||
<revisionNumber>1</revisionNumber> | ||
<type>B22</type> | ||
<process.processType>A49</process.processType> | ||
<sender_MarketParticipant.mRID codingScheme="A01">49V000000000017G</sender_MarketParticipant.mRID> | ||
<sender_MarketParticipant.marketRole.type>A36</sender_MarketParticipant.marketRole.type> | ||
<receiver_MarketParticipant.mRID codingScheme="A01">10XDE-RWENET---W</receiver_MarketParticipant.mRID> | ||
<receiver_MarketParticipant.marketRole.type>A04</receiver_MarketParticipant.marketRole.type> | ||
<createdDateTime>2018-10-02T12:21:00Z</createdDateTime> | ||
<status> | ||
<value>A42</value> | ||
</status> | ||
<time_Period.timeInterval> | ||
<start>2018-08-28T22:00Z</start> | ||
<end>2018-08-29T22:00Z</end> | ||
</time_Period.timeInterval> | ||
<domain.mRID codingScheme="A01">10YDOM-REGION-1V</domain.mRID> | ||
<TimeSeries> | ||
<mRID>GLSK_B43_participation_factor</mRID> | ||
<subject_Domain.mRID codingScheme="A01">10YFR-RTE------C</subject_Domain.mRID> | ||
<curveType>A03</curveType> | ||
<Period> | ||
<timeInterval> | ||
<start>2018-08-28T22:00Z</start> | ||
<end>2018-08-29T22:00Z</end> | ||
</timeInterval> | ||
<resolution>PT60M</resolution> | ||
<Point> | ||
<position>1</position> | ||
<SKBlock_TimeSeries> | ||
<businessType>B43</businessType> | ||
<mktPSRType.psrType>A04</mktPSRType.psrType> | ||
<quantity.quantity>1.0</quantity.quantity> | ||
<RegisteredResource> | ||
<mRID codingScheme="A02">FFR1AA1 _generator</mRID> | ||
<name>FFR1AA1 _generator</name> | ||
<sK_ResourceCapacity.defaultCapacity>0.7</sK_ResourceCapacity.defaultCapacity> | ||
</RegisteredResource> | ||
<RegisteredResource> | ||
<mRID codingScheme="A02">FFR2AA1 _generator</mRID> | ||
<name>FFR2AA1 _generator</name> | ||
<sK_ResourceCapacity.defaultCapacity>0.3</sK_ResourceCapacity.defaultCapacity> | ||
</RegisteredResource> | ||
</SKBlock_TimeSeries> | ||
<SKBlock_TimeSeries> | ||
<businessType>B43</businessType> | ||
<mktPSRType.psrType>A05</mktPSRType.psrType> | ||
<quantity.quantity>0.0</quantity.quantity> | ||
<RegisteredResource> | ||
<mRID codingScheme="A02">FFR1AA1 _load</mRID> | ||
<name>FFR1AA1 _load</name> | ||
<sK_ResourceCapacity.defaultCapacity>0.0</sK_ResourceCapacity.defaultCapacity> | ||
</RegisteredResource> | ||
<RegisteredResource> | ||
<mRID codingScheme="A02">FFR2AA1 _load</mRID> | ||
<name>FFR2AA1 _load</name> | ||
<sK_ResourceCapacity.defaultCapacity>0.0</sK_ResourceCapacity.defaultCapacity> | ||
</RegisteredResource> | ||
</SKBlock_TimeSeries> | ||
</Point> | ||
</Period> | ||
</TimeSeries> | ||
</GLSK_MarketDocument> |